Metadata-Version: 2.1
Name: nxpy-svn
Version: 1.0.3
Summary: Python wrapper for Subversion
Home-page: https://github.com/nmusatti/nxpy
Author: Nicola Musatti
Author-email: nicola.musatti@gmail.com
License: Boost Software License 1.0 (BSL-1.0)
Project-URL: Documentation, https://nxpy.readthedocs.io/en/latest/
Project-URL: Source Code, https://github.com/nmusatti/nxpy
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Boost Software License 1.0 (BSL-1.0)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/x-rst
Requires-Dist: six
Requires-Dist: nxpy-command
Requires-Dist: nxpy-core
Requires-Dist: nxpy-past
Requires-Dist: nxpy-temp-file

Nxpy Svn
========

You can install the library with pip::

    pip install nxpy-svn

*Nxpy Svn* provides wrappers for the Subversion command line tools, ``svn`` and ``svnadmin``, which
make it possible to work with repositories and working copies in a pythonic way.

The library's documentation is available on
`ReadTheDocs <https://nxpy.readthedocs.io/en/latest/svn.html>`_.


