Skip to content

Template to start a new python project with piecutter (diecutter / Cookiecutter)

License

Notifications You must be signed in to change notification settings

diecutter/python-startproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

=================== python-startproject

Start a new python project with Diecutter

How to use it?

With your browser

Fill up the form at https://diecutter.alwaysdata.net/rawgithub/diecutter/python-startproject/index.html

With curl

curl -X POST https://diecutter.alwaysdata.net/github/diecutter/python-startproject/master/template/ -d 'project_name=mypythonprojet' > template.tar.gz

With wget

wget -O template.tar.gz --post-data 'project_name=mypythonprojet' https://diecutter.alwaysdata.net/github/diecutter/python-startproject/master/template/

About

Template to start a new python project with piecutter (diecutter / Cookiecutter)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages