top | item 8656893

Show HN: PyScaffold – Easy project setup for Python

12 points| florianwilhelm | 11 years ago |pyscaffold.readthedocs.org | reply

4 comments

order
[+] holgerp|11 years ago|reply
Setting up a python project with a sane layout can be challenging, thats why I like pyscaffold. It takes away the pain of writing your own setup.py and googling for all the different ways of configuring your setup. Especially the setup.py subcommands which are kind of hard to get right.
[+] sebsen3|11 years ago|reply
I used it several times, it really helps a lot!! I don't wanna miss it anymore!