Template for a typical Python 3 library package(github.com)
github.com
Template for a typical Python 3 library package
https://github.com/jacebrowning/template-python
2 comments
contributor here. Cookiecutter conversion is in progress: https://github.com/jacebrowning/template-python/pull/34
This is indeed a better approach. The project template shown above would require editing of pretty much every file to get going, so there's not much of a benefit (other than highlighting what's possible).
Have you considered using PyScaffold http://pyscaffold.readthedocs.org/ ? It is tuned for ease of use and comes with a lot of features.
It looks tedious to clone some other project and manually replace strings.