We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Commands to make a new public stable release:
$ paver releaseok # checks pep8, autodoc index and runs tests $ paver removepyc # Remove .pyc files. $ git clean -xdn # Check that there's no left-over files in the repository. $ python2.5 setup.py sdist upload # Upload package to PyPI $ paver upload_pypi_docs $ paver ghdocs # Build and upload documentation to Github.