summaryrefslogtreecommitdiffstats
path: root/python/pysvn/README
diff options
context:
space:
mode:
author Marco Bonetti <sid77@slackware.it>2011-09-23 16:39:11 -0300
committer Niels Horn <niels.horn@slackbuilds.org>2011-09-23 16:39:11 -0300
commit0c09c398641e9eee18735b522c63cfcfef9cfd96 (patch)
treec2da10035cfad58ec8b1cb4d11e53700152b5fb5 /python/pysvn/README
parent4d96c6ff923adbd841299feb3f5dda9b95b2ec2a (diff)
downloadslackbuilds-0c09c398641e9eee18735b522c63cfcfef9cfd96.tar.gz
slackbuilds-0c09c398641e9eee18735b522c63cfcfef9cfd96.tar.xz
python/pysvn: Added (Python SVN extension)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
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.