vcs is abstraction layer over various version control systems, designed as feature-rich Python library with clean API.
Note:
Currently only Mercurial backend is being developed. Git is going to be second backend.
Incoming:
* Django app for mercurial hgserve replacement
* Command line client
Documentation:
Online documentation for development version is available at http://packages.python.org/vcs/.
You may also build documentation for yourself - go into docs/ and run:
make html
Note:
In order to build documentation you would need Sphinx.
Product's homepage
Here are some key features of "vcs":
· Common API for SCM backends
Requirements:
· Python
Limitations:
· This library is at early-development ALPHA stage.