fast-import-info

Fastimport file format parser and generator library

Install

All systems
curl cmd.cat/fast-import-info.sh
Debian Debian
apt-get install python3-fastimport
Ubuntu
apt-get install python3-fastimport
Arch Arch Linux
pacman -S python2-fastimport
image/svg+xml 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

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.