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://ddaa.net/pybaz.html

Releases: http://ddaa.net/tarballs/pybaz/

Archive: http://ddaa.net/arch/2004
