Start a new python project with Diecutter
Fill up the form at https://diecutter.alwaysdata.net/rawgithub/diecutter/python-startproject/index.html
curl -X POST https://diecutter.alwaysdata.net/github/diecutter/python-startproject/master/template/ -d 'project_name=mypythonprojet' > template.tar.gz
wget -O template.tar.gz --post-data 'project_name=mypythonprojet' https://diecutter.alwaysdata.net/github/diecutter/python-startproject/master/template/