distcontrib =========== | Code_ | Bugs_ | Forums_ | License_ | Contact_ .. _Code : http://code.launchpad.net/distcontrib .. _Bugs : http://bugs.launchpad.net/distcontrib .. _Forums : http://answers.launchpad.net/distcontrib .. _License : http://opensource.org/licenses/BSD-3-Clause .. _Contact : http://launchpad.net/~frgomes Python package ``distcontrib`` contributes utility functions to ``setuptools``, since ``distribute`` is now deprecated. List of functions ----------------- **zap** Cleans more files than ``clean`` does, including Eclipse project files, Netbeans project files, IDEA project files, *.egg and *.egg-info. **doctest** Runs doctests **psql** Creates a database on a PostgreSQL server. **migrate** Runs ``migrate`` ( from ``sqlalchemy-migrate`` ) as part of your build. Example ------- :: $ python setup.py zap Support ------- - Bugs: https://bugs.launchpad.net/distcontrib - Forums : https://answers.launchpad.net/distcontrib - Sources: https://code.launchpad.net/distcontrib .. _`distcontrib-migrate`: http://distcontrib-migrate.readthedocs.org/