distcontrib¶
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