Credits¶
Dependencies¶
Generated with pipdeptree.
flowchart TD
classDef missing stroke-dasharray: 5
asttokens["asttokens<br/>3.0.1"]
certifi["certifi<br/>2026.4.22"]
cffi["cffi<br/>2.0.0"]
charset-normalizer["charset-normalizer<br/>3.4.7"]
click_0["click<br/>8.4.0"]
cryptography["cryptography<br/>48.0.0"]
future["future<br/>1.0.0"]
gitdb["gitdb<br/>4.0.12"]
gitpython["GitPython<br/>3.1.50"]
idna["idna<br/>3.15"]
packaging["packaging<br/>26.2"]
parsimonious["parsimonious<br/>0.11.0"]
pycparser["pycparser<br/>3.0"]
pygithub["PyGithub<br/>2.9.1"]
pyjwt["PyJWT<br/>2.12.1"]
pynacl["PyNaCl<br/>1.6.2"]
pyqt5-qt5["PyQt5-Qt5<br/>5.15.18"]
pyqt5-sip["PyQt5_sip<br/>12.18.0"]
pyqt5["PyQt5<br/>5.15.11"]
pyqt5ac["pyqt5ac<br/>1.2.1"]
pyseeyou["pyseeyou<br/>1.0.2"]
python-slugify["python-slugify<br/>8.0.4"]
pyyaml["PyYAML<br/>6.0.3"]
qgis-plugin-ci["qgis-plugin-ci<br/>2.10.0"]
regex["regex<br/>2026.5.9"]
requests["requests<br/>2.34.2"]
six["six<br/>1.17.0"]
smmap["smmap<br/>5.0.3"]
text-unidecode["text-unidecode<br/>1.3"]
toolz["toolz<br/>1.1.0"]
transifex-python["transifex-python<br/>3.7.0"]
typing-extensions["typing_extensions<br/>4.15.0"]
urllib3["urllib3<br/>2.7.0"]
cffi -- "any" --> pycparser
cryptography -- ">=2.0.0" --> cffi
gitdb -- ">=3.0.1,<6" --> smmap
gitpython -- ">=4.0.1,<5" --> gitdb
parsimonious -- ">=2022.3.15" --> regex
pygithub -- ">=1.26.0" --> urllib3
pygithub -- ">=1.4.0" --> pynacl
pygithub -- ">=2.14.0" --> requests
pygithub -- ">=2.4.0" --> pyjwt
pygithub -- ">=4.5.0" --> typing-extensions
pyjwt -- "[crypto] >=3.4.0" --> cryptography
pynacl -- ">=2.0.0" --> cffi
pyqt5 -- ">=12.15,<13" --> pyqt5-sip
pyqt5 -- ">=5.15.2,<5.16.0" --> pyqt5-qt5
pyqt5ac -- "[core] any" --> click_0
pyqt5ac -- "[core] any" --> pyqt5
pyqt5ac -- "[core] any" --> pyyaml
pyqt5ac -- "any" --> click_0
pyqt5ac -- "any" --> pyqt5
pyqt5ac -- "any" --> pyyaml
pyseeyou -- "any" --> future
pyseeyou -- "any" --> parsimonious
pyseeyou -- "any" --> toolz
python-slugify -- ">=1.3" --> text-unidecode
qgis-plugin-ci -- ">=1.16.0" --> six
qgis-plugin-ci -- ">=1.2,<1.3" --> pyqt5ac
qgis-plugin-ci -- ">=2.32.4" --> requests
qgis-plugin-ci -- ">=2.9.1,<2.10" --> pygithub
qgis-plugin-ci -- ">=3.1,<3.2" --> gitpython
qgis-plugin-ci -- ">=3.2,<4.0" --> transifex-python
qgis-plugin-ci -- ">=4.0,<8.1" --> python-slugify
qgis-plugin-ci -- ">=5.15,<5.16" --> pyqt5
qgis-plugin-ci -- ">=5.4,<6.1" --> pyyaml
requests -- ">=1.26,<3" --> urllib3
requests -- ">=2,<4" --> charset-normalizer
requests -- ">=2.5,<4" --> idna
requests -- ">=2023.5.7" --> certifi
transifex-python -- "any" --> asttokens
transifex-python -- "any" --> click_0
transifex-python -- "any" --> pyseeyou
transifex-python -- "any" --> requests
Licenses¶
Generated with pip-licenses
Name |
Version |
License |
Author |
URL |
Description |
|---|---|---|---|---|---|
GitPython |
3.1.50 |
BSD-3-Clause |
Sebastian Thiel, Michael Trier |
GitPython is a Python library used to interact with Git repositories |
|
PyGithub |
2.9.1 |
GNU Library or Lesser General Public License (LGPL) |
Vincent Jacques vincent@vincent-jacques.net |
Use the full Github API v3 |
|
PyJWT |
2.12.1 |
MIT |
Jose Padilla hello@jpadilla.com |
JSON Web Token implementation in Python |
|
PyNaCl |
1.6.2 |
Apache Software License |
The PyNaCl developers cryptography-dev@python.org |
Python binding to the Networking and Cryptography (NaCl) library |
|
PyQt5 |
5.15.11 |
GPL v3 |
Riverbank Computing Limited info@riverbankcomputing.com |
Python bindings for the Qt cross platform application toolkit |
|
PyQt5-Qt5 |
5.15.18 |
LGPL v3 |
Riverbank Computing Limited |
The subset of a Qt installation needed by PyQt5. |
|
PyQt5_sip |
12.18.0 |
BSD-2-Clause |
Phil Thompson |
The sip module support for PyQt5 |
|
PyYAML |
6.0.3 |
MIT License |
Kirill Simonov |
YAML parser and emitter for Python |
|
asttokens |
3.0.1 |
Apache 2.0 |
Dmitry Sagalovskiy, Grist Labs |
Annotate AST trees with source code positions |
|
certifi |
2026.4.22 |
Mozilla Public License 2.0 (MPL 2.0) |
Kenneth Reitz |
Python package for providing Mozilla’s CA Bundle. |
|
cffi |
2.0.0 |
MIT |
Armin Rigo, Maciej Fijalkowski |
Foreign Function Interface for Python calling C code. |
|
charset-normalizer |
3.4.7 |
MIT |
“Ahmed R. TAHRI” tahri.ahmed@proton.me |
https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md |
The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. |
click |
8.4.0 |
BSD-3-Clause |
UNKNOWN |
Composable command line interface toolkit |
|
cryptography |
48.0.0 |
Apache-2.0 OR BSD-3-Clause |
The Python Cryptographic Authority and individual contributors cryptography-dev@python.org |
cryptography is a package which provides cryptographic recipes and primitives to Python developers. |
|
future |
1.0.0 |
MIT License |
Ed Schofield |
Clean single-source support for Python 3 and 2 |
|
gitdb |
4.0.12 |
BSD License |
Sebastian Thiel |
Git Object Database |
|
idna |
3.15 |
BSD-3-Clause |
Kim Davies kim+pypi@gumleaf.org |
Internationalized Domain Names in Applications (IDNA) |
|
packaging |
26.2 |
Apache-2.0 OR BSD-2-Clause |
Donald Stufft donald@stufft.io |
Core utilities for Python packages |
|
parsimonious |
0.11.0 |
MIT License |
Erik Rose erikrose@grinchcentral.com |
(Soon to be) the fastest pure-Python PEG parser I could muster |
|
pipdeptree |
2.35.3 |
MIT |
UNKNOWN |
Command line utility to show dependency tree of packages. |
|
pycparser |
3.0 |
BSD-3-Clause |
Eli Bendersky eliben@gmail.com |
C parser in Python |
|
pyqt5ac |
1.2.1 |
MIT License |
Addison Elliott |
Python module to automatically compile UI and RC files in PyQt5 to Python files |
|
pyseeyou |
1.0.2 |
UNKNOWN |
Siame Rafiq |
A Python Parser for the ICU MessageFormat. |
|
python-slugify |
8.0.4 |
MIT License |
Val Neekman |
A Python slugify application that also handles Unicode |
|
regex |
2026.5.9 |
Apache-2.0 AND CNRI-Python |
Matthew Barnett regex@mrabarnett.plus.com |
Alternative regular expression module, to replace re. |
|
requests |
2.34.2 |
Apache Software License |
Kenneth Reitz me@kennethreitz.org |
Python HTTP for Humans. |
|
six |
1.17.0 |
MIT License |
Benjamin Peterson |
Python 2 and 3 compatibility utilities |
|
smmap |
5.0.3 |
BSD License |
Sebastian Thiel |
A pure Python implementation of a sliding window memory map manager |
|
text-unidecode |
1.3 |
Artistic License; GNU General Public License (GPL); GNU General Public License v2 or later (GPLv2+) |
Mikhail Korobov |
The most basic Text::Unidecode port |
|
toolz |
1.1.0 |
BSD-3-Clause |
PyToolz Contributors |
List processing tools and functional utilities |
|
transifex-python |
3.7.0 |
Apache Software License |
Transifex |
Transifex Python Toolkit |
|
typing_extensions |
4.15.0 |
PSF-2.0 |
“Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee” levkivskyi@gmail.com |
Backported and Experimental Type Hints for Python 3.9+ |
|
urllib3 |
2.7.0 |
MIT |
Andrey Petrov andrey.petrov@shazow.net |
HTTP library with thread-safe connection pooling, file post, and more. |