summaryrefslogtreecommitdiffstats
path: root/python/pysvn/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/pysvn/README')
-rw-r--r--python/pysvn/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/python/pysvn/README b/python/pysvn/README
new file mode 100644
index 0000000000..4788471501
--- /dev/null
+++ b/python/pysvn/README
@@ -0,0 +1,12 @@
+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.