简体   繁体   中英

Is there a python equivalent to perl's module-starter?

是否有一个python等同于perl的模块启动程序?

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 eg,:

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 .

我几乎不会说Perl而且从未使用过模块启动程序,但你可能想让distutils看一看。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM