gem - python tool to create skeleton for PyPI package? -


i want write first python package can upload pypi. question is there tool initialize required skeleton pypi package ? far have found instructions here http://peterdowns.com/posts/first-time-with-pypi.html requires me create files manually. come perl background , in perl use following create skeleton cpan module.

module-starter --module=foo::bar --author="foo bar" --email=foo@bar.com 

in ruby

 bundle gem foo::bar 

i surprised there isn't similar in python or may couldn't find it.

thanks

there one: cookiecutter-pypackage

by way, think should hand @ first can have better understanding how creat python package. when you're familiar it, can use tools make task automatically.

further reading:


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -