[Python-Dev] what to do if you don't want your module in Debian

Tarek Ziadé ziade.tarek at gmail.com
Tue Apr 27 00:03:50 CEST 2010


On Mon, Apr 26, 2010 at 11:45 PM, Barry Warsaw <barry at python.org> wrote:
[..]
>
> For example, there's a nice tool called 'Quickly' that builds application
> templates using best practices.  It is opinionated, but designed for the
> opportunistic programmer.  I've been thinking about writing a Python
> application and/or library template for this which would make it easy to start
> a new project automating as much as possible, and doing things The Right Way.

Related things :

- Sean started "mkpkg" in distutils2, which asks you questions and
creates a setup.py file.
- Srid created a Paste-based script that creates a project skeleton


Tarek


More information about the Python-Dev mailing list