PyBaz -- Python Bindings for the Bazaar Revision Control System Python: http://www.python.org Bazaar: http:///bazaar.canonical.com Installation ============ PyBaz uses Python distutils. See the Python documentation for information about distutils. http://docs.python.org/inst/inst.html In a nutshell: ./setup.py --help install PyBaz has extensive API documentation in the epydoc docstrings. If you have epydoc installed, you can generate the API documentation with the following command: make doc License ======= PyBaz is released under the GNU GPL version 2 or later. All documentation should be released under the same license. Download ======== Home page: http://code.aaronbentley.com/pybaz Releases: http://code.aaronbentley.com/pybaz/releases/ Repository: http://code.aaronbentley.com/bzr/pybaz/pybaz/