Alternatives to Python PasteScript's paster create?

后端 未结 5 1428
难免孤独
难免孤独 2021-02-04 09:46

It seems like PasteScript\'s paster create functionality is just about the only widely used framework for building/generating a project skeleton within python. I\'

5条回答
  •  [愿得一人]
    2021-02-04 10:25

    It depends on your framework. For Django applications, you use django-admin.py startproject mysite. For developing GUI applications on Linux, there's Ubuntu's Quickly, which also creates a skeleton project. For Paste projects, you use paster.

    There's not really a general purpose tool for what you're doing though. It depends on the framework, and usually, those scripts come with particular frameworks. And for what it's worth, PyCharm (an IDE) includes some project templates for things like Google App Engine too.

提交回复
热议问题