<no title>
Sphinx
Enter search terms or a module, class or function name.
Build a binary archive distribution:
make bdist
Build all distributions:
make dist
Build an egg distribution:
make egg
Generate the egg-info directory:
make egg_info
Install the project:
make egg_install
Install the project in development mode:
make egg_link
Register this release with PyPI:
make register
Build a source archive distribution:
make sdist
Upload this release to PyPI:
make upload