dul-upload-pack
Shared files for Dulwich
Install
- All systems
-
curl cmd.cat/dul-upload-pack.sh
- Debian
-
apt-get install python-dulwich
- Ubuntu
-
apt-get install python-dulwich
- Arch Linux
-
pacman -S python-dulwich
- Kali Linux
-
apt-get install python-dulwich
- Fedora
-
dnf install dulwich-core
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-dulwich
- Raspbian
-
apt-get install python-dulwich
- Dockerfile
- dockerfile.run/dul-upload-pack
dulwich-core
Shared files for Dulwich
python-dulwich
Python Git library
Dulwich is a Python implementation of the file formats and protocols used by the Git version control system. It can currently read from and write to existing Git repositories and implements the protocol for pushing and receiving packs from remote servers. All functionality is available in pure Python, but for improved performance replacements of some modules written in C are also available. This package includes the high performance versions. This package contains the module built for Python version 2.x.