Credits#

Dependencies#

Generated with pip-licenses

Name

Version

License

Author

URL

Description

Deprecated

1.2.14

MIT License

Laurent LAPORTE

https://github.com/tantale/deprecated

Python @deprecated decorator to deprecate old python classes, functions or methods.

GitPython

3.1.42

BSD License

Sebastian Thiel, Michael Trier

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

GitPython is a Python library used to interact with Git repositories

PyGithub

2.2.0

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.8.0

MIT License

Jose Padilla

https://github.com/jpadilla/pyjwt

JSON Web Token implementation in Python

PyNaCl

1.5.0

Apache License 2.0

The PyNaCl developers

https://github.com/pyca/pynacl/

Python binding to the Networking and Cryptography (NaCl) library

PyQt5

5.15.10

GPL v3

Riverbank Computing Limited

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

Python bindings for the Qt cross platform application toolkit

PyQt5-Qt5

5.15.2

LGPL v3

Riverbank Computing Limited

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

The subset of a Qt installation needed by PyQt5.

PyQt5-sip

12.13.0

SIP

Riverbank Computing Limited

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

The sip module support for PyQt5

PyYAML

6.0.1

MIT License

Kirill Simonov

https://pyyaml.org/

YAML parser and emitter for Python

asttokens

2.4.1

Apache 2.0

Dmitry Sagalovskiy, Grist Labs

https://github.com/gristlabs/asttokens

Annotate AST trees with source code positions

certifi

2024.2.2

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

1.16.0

MIT License

Armin Rigo, Maciej Fijalkowski

http://cffi.readthedocs.org

Foreign Function Interface for Python calling C code.

charset-normalizer

3.3.2

MIT License

Ahmed TAHRI

https://github.com/Ousret/charset_normalizer

The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.

click

8.1.7

BSD License

UNKNOWN

https://palletsprojects.com/p/click/

Composable command line interface toolkit

cryptography

42.0.4

Apache Software License; BSD License

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.11

BSD License

Sebastian Thiel

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

Git Object Database

idna

3.6

BSD License

Kim Davies kim+pypi@gumleaf.org

https://github.com/kjd/idna

Internationalized Domain Names in Applications (IDNA)

parsimonious

0.10.0

MIT License

Erik Rose

https://github.com/erikrose/parsimonious

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

pycparser

2.21

BSD License

Eli Bendersky

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

2023.12.25

Apache Software License

Matthew Barnett

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

Alternative regular expression module, to replace re.

requests

2.31.0

Apache Software License

Kenneth Reitz

https://requests.readthedocs.io

Python HTTP for Humans.

six

1.16.0

MIT License

Benjamin Peterson

https://github.com/benjaminp/six

Python 2 and 3 compatibility utilities

smmap

5.0.1

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

toml

0.10.2

MIT License

William Pearson

https://github.com/uiri/toml

Python Library for Tom’s Obvious, Minimal Language

toolz

0.12.1

BSD License

https://raw.github.com/pytoolz/toolz/master/AUTHORS.md

https://github.com/pytoolz/toolz/

List processing tools and functional utilities

transifex-python

3.5.0

Apache Software License

Transifex

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

Transifex Python Toolkit

typing_extensions

4.9.0

Python Software Foundation License

“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.8+

urllib3

2.2.1

MIT License

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.

wrapt

1.16.0

BSD License

Graham Dumpleton

https://github.com/GrahamDumpleton/wrapt

Module for decorators, wrappers and monkey patching.