Is there a python equivalent to perl's module-starter?
You probably looking for something like paster create
that can create the skeleton for new projects for various frameworks. Some libraries may provide custom commands to create a new project e.g.,:
python -m cyclone.app -p foobar
The literal equivalent might be modern-package-template that uses paster
to create a Python project with distribute and buildout support (I've never used it personally).
To package your application for Debian/Ubuntu you could use pkgme
.
I barely speak Perl and have never used module-starter, but you might want to give distutils a look.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With