[–] buster 11y ago ↗ Nice, but why not a cookiecutter template?https://github.com/audreyr/cookiecutterIt looks tedious to clone some other project and manually replace strings. [–] svisser 11y ago ↗ 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). [–] joshfriend 11y ago ↗ contributor here. Cookiecutter conversion is in progress: https://github.com/jacebrowning/template-python/pull/34
[–] svisser 11y ago ↗ 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).
[–] joshfriend 11y ago ↗ contributor here. Cookiecutter conversion is in progress: https://github.com/jacebrowning/template-python/pull/34
[–] florianwilhelm 11y ago ↗ Have you considered using PyScaffold http://pyscaffold.readthedocs.org/ ? It is tuned for ease of use and comes with a lot of features.
4 comments
[ 3.2 ms ] story [ 17.0 ms ] threadIt looks tedious to clone some other project and manually replace strings.