Alternative Python bindings for Subversion
Project description
Alternative Python bindings for Subversion. The goal is to have complete, portable and “Pythonic” Python bindings.
Bindings are provided for the working copy, client, delta, remote access and repository APIs. A hookable server side implementation of the custom Subversion protocol (svn_ra) is also provided.
Differences with similar packages
subvertpy covers more of the APIs than python-svn. It provides a more “Pythonic” API than python-subversion, which wraps the Subversion C API pretty much directly. Neither provide a hookable server-side.
Dependencies
Subvertpy depends on Python 2.7 or 3.5, and Subversion 1.4 or later. It should work on Windows as well as most POSIX-based platforms (including Linux, BSDs and Mac OS X).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.