{"library":"svn","type":"library","category":null,"description":"The `svn` library by dsoprea is an intuitive Python wrapper for the Subversion (SVN) command-line client, compatible with Python 2.7 and 3.3+. It provides a lightweight interface for common SVN operations such as listing, getting info, logging, checking out, exporting, adding, committing, updating, and diffing. The library itself wraps the `svn` command-line executable, which must be installed separately on the system. The current version is 1.0.1, with its last release in February 2020.","language":"python","status":"active","version":"1.0.1","tags":["svn","subversion","vcs","version-control","wrapper","command-line"],"last_verified":"Mon May 25","install":[{"cmd":"pip install svn","imports":["import svn.local\nclient = svn.local.LocalClient('/path/to/working/copy')","import svn.remote\nclient = svn.remote.RemoteClient('https://repo.local/svn')","from svn.exception import SvnException","import svn.local\nclient = svn.local.LocalClient(...)"]}],"homepage":null,"github":"https://github.com/dsoprea/PySvn","docs":null,"changelog":null,"pypi":"https://pypi.org/project/svn/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":2.7,"avg_import_s":0.1,"wheel_type":"sdist"},"url":"https://checklist.day/v1/registry/svn/compatibility"}}