Installation
Debian package
Wmflib is distributed as a Debian binary package python3-wmflib
from apt.wikimedia.org. The source package name
is python-wmflib
. It is built only for Debian Buster and newer Debian versions.
PyPI
Wmflib is available on PyPI and can be installed within a virtual environment with:
pip install wmflib
Source code
A gzipped tar archive of the source code for each release is available for download on the Release page on GitHub,
along with its GPG signature. The source code repository is available from Wikimedia’s Gerrit website and mirrored
on GitHub. To install it, from the master
branch run:
python setup.py install