summaryrefslogtreecommitdiffstats
path: root/python/pysvn/README
blob: 4788471501e4d7c1614cee7ccc2b9cd21e4403a6 (plain)
The pysvn project's goal is to enable tools to be written in Python that
use Subversion.

Some pysvn extension features:
 + Supports all svn client features
 + Supports svn transaction features required to write svn pre-commit hooks
 + Easy to learn and use
 + Python like interface
 + Good Documentation and examples
 + No need to understand the Subversion C API

This requires pycxx.