fast-import-filter
Fastimport file format parser and generator library
Install
- All systems
-
curl cmd.cat/fast-import-filter.sh
- Debian
-
apt-get install python3-fastimport
- Ubuntu
-
apt-get install python3-fastimport
- Arch Linux
-
pacman -S python2-fastimport
- Kali Linux
-
apt-get install python3-fastimport
- Fedora
-
dnf install python3-fastimport
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-fastimport
- Raspbian
-
apt-get install python3-fastimport
- Dockerfile
- dockerfile.run/fast-import-filter
python3-fastimport
Fastimport file format parser and generator library
Python library for parsing and generating the fastimport file format. The fastimport format is used for serializing version control histories. This package contains the module built for Python version 3.x.
python2-fastimport
This is the Python parser that was originally developed for
bzr-fastimport, but extracted so it can be used by other projects.