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

https://github.com/gitpython-developers/GitPython

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

https://github.com/pygithub/pygithub

Use the full Github API v3

PyJWT

2.12.1

MIT

Jose Padilla hello@jpadilla.com

https://github.com/jpadilla/pyjwt

JSON Web Token implementation in Python

PyNaCl

1.6.2

Apache Software License

The PyNaCl developers cryptography-dev@python.org

https://github.com/pyca/pynacl

Python binding to the Networking and Cryptography (NaCl) library

PyQt5

5.15.11

GPL v3

Riverbank Computing Limited info@riverbankcomputing.com

https://www.riverbankcomputing.com/software/pyqt/

Python bindings for the Qt cross platform application toolkit

PyQt5-Qt5

5.15.18

LGPL v3

Riverbank Computing Limited

https://www.riverbankcomputing.com/software/pyqt/

The subset of a Qt installation needed by PyQt5.

PyQt5_sip

12.18.0

BSD-2-Clause

Phil Thompson

https://github.com/Python-SIP/sip

The sip module support for PyQt5

PyYAML

6.0.3

MIT License

Kirill Simonov

https://pyyaml.org/

YAML parser and emitter for Python

asttokens

3.0.1

Apache 2.0

Dmitry Sagalovskiy, Grist Labs

https://github.com/gristlabs/asttokens

Annotate AST trees with source code positions

certifi

2026.4.22

Mozilla Public License 2.0 (MPL 2.0)

Kenneth Reitz

https://github.com/certifi/python-certifi

Python package for providing Mozilla’s CA Bundle.

cffi

2.0.0

MIT

Armin Rigo, Maciej Fijalkowski

https://cffi.readthedocs.io/en/latest/whatsnew.html

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

https://github.com/pallets/click/

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

https://github.com/pyca/cryptography

cryptography is a package which provides cryptographic recipes and primitives to Python developers.

future

1.0.0

MIT License

Ed Schofield

https://python-future.org

Clean single-source support for Python 3 and 2

gitdb

4.0.12

BSD License

Sebastian Thiel

https://github.com/gitpython-developers/gitdb

Git Object Database

idna

3.15

BSD-3-Clause

Kim Davies kim+pypi@gumleaf.org

https://github.com/kjd/idna

Internationalized Domain Names in Applications (IDNA)

packaging

26.2

Apache-2.0 OR BSD-2-Clause

Donald Stufft donald@stufft.io

https://github.com/pypa/packaging

Core utilities for Python packages

parsimonious

0.11.0

MIT License

Erik Rose erikrose@grinchcentral.com

https://github.com/erikrose/parsimonious

(Soon to be) the fastest pure-Python PEG parser I could muster

pipdeptree

2.35.3

MIT

UNKNOWN

https://github.com/tox-dev/pipdeptree

Command line utility to show dependency tree of packages.

pycparser

3.0

BSD-3-Clause

Eli Bendersky eliben@gmail.com

https://github.com/eliben/pycparser

C parser in Python

pyqt5ac

1.2.1

MIT License

Addison Elliott

https://github.com/addisonElliott/pyqt5ac

Python module to automatically compile UI and RC files in PyQt5 to Python files

pyseeyou

1.0.2

UNKNOWN

Siame Rafiq

https://github.com/rolepoint/pyseeyou

A Python Parser for the ICU MessageFormat.

python-slugify

8.0.4

MIT License

Val Neekman

https://github.com/un33k/python-slugify

A Python slugify application that also handles Unicode

regex

2026.5.9

Apache-2.0 AND CNRI-Python

Matthew Barnett regex@mrabarnett.plus.com

https://github.com/mrabarnett/mrab-regex

Alternative regular expression module, to replace re.

requests

2.34.2

Apache Software License

Kenneth Reitz me@kennethreitz.org

https://github.com/psf/requests

Python HTTP for Humans.

six

1.17.0

MIT License

Benjamin Peterson

https://github.com/benjaminp/six

Python 2 and 3 compatibility utilities

smmap

5.0.3

BSD License

Sebastian Thiel

https://github.com/gitpython-developers/smmap

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

https://github.com/kmike/text-unidecode/

The most basic Text::Unidecode port

toolz

1.1.0

BSD-3-Clause

PyToolz Contributors

https://github.com/pytoolz/toolz

List processing tools and functional utilities

transifex-python

3.7.0

Apache Software License

Transifex

https://github.com/transifex/transifex-python

Transifex Python Toolkit

typing_extensions

4.15.0

PSF-2.0

“Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee” levkivskyi@gmail.com

https://github.com/python/typing_extensions

Backported and Experimental Type Hints for Python 3.9+

urllib3

2.7.0

MIT

Andrey Petrov andrey.petrov@shazow.net

https://github.com/urllib3/urllib3/blob/main/CHANGES.rst

HTTP library with thread-safe connection pooling, file post, and more.