subvertpy2-fast-export
Alternative Python bindings for Subversion - Python 2
Install
- All systems
-
curl cmd.cat/subvertpy2-fast-export.sh
- Debian
-
apt-get install python-subvertpy
- Ubuntu
-
apt-get install python-subvertpy
- Kali Linux
-
apt-get install python-subvertpy
- Fedora
-
dnf install python-subvertpy
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-subvertpy
- Raspbian
-
apt-get install python-subvertpy
- Dockerfile
- dockerfile.run/subvertpy2-fast-export
python-subvertpy
Alternative Python bindings for Subversion - Python 2
Python bindings for the Subversion version control system. The aim of these bindings is to be fast, complete and to provide an API that feels native to Python programmers. This also includes an experimental server-side implementation of the Subversion protocol. This package contains the Python 2 version.