Credits#

Dependencies#

Generated with pipdeptree

flowchart TD classDef missing stroke-dasharray: 5 certifi["certifi\n2024.12.14"] charset-normalizer["charset-normalizer\n3.4.1"] idna["idna\n3.10"] mattermostdriver["mattermostdriver\n7.3.2"] packaging["packaging\n24.2"] pika["pika\n1.3.2"] requests["requests\n2.32.3"] reretry["reretry\n0.11.8"] tomli["tomli\n2.2.1"] typing-extensions["typing_extensions\n4.12.2"] urllib3["urllib3\n2.3.0"] wcwidth["wcwidth\n0.2.13"] websockets["websockets\n14.2"] mattermostdriver -- ">=2.25" --> requests mattermostdriver -- ">=8" --> websockets requests -- ">=1.21.1,<3" --> urllib3 requests -- ">=2,<4" --> charset-normalizer requests -- ">=2.5,<4" --> idna requests -- ">=2017.4.17" --> certifi

Licenses#

Generated with pip-licenses

Name

Version

License

Author

URL

Description

certifi

2024.12.14

Mozilla Public License 2.0 (MPL 2.0)

Kenneth Reitz

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

Python package for providing Mozilla’s CA Bundle.

charset-normalizer

3.4.1

MIT License

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

idna

3.10

BSD License

Kim Davies kim+pypi@gumleaf.org

https://github.com/kjd/idna

Internationalized Domain Names in Applications (IDNA)

mattermostdriver

7.3.2

MIT

Christian Plümer

https://github.com/Vaelor/python-mattermost-driver

A Python Mattermost Driver

packaging

24.2

Apache Software License; BSD License

Donald Stufft donald@stufft.io

https://github.com/pypa/packaging

Core utilities for Python packages

pika

1.3.2

BSD License

UNKNOWN

https://pika.readthedocs.io

Pika Python AMQP Client Library

pipdeptree

2.25.0

MIT License

UNKNOWN

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

Command line utility to show dependency tree of packages.

requests

2.32.3

Apache Software License

Kenneth Reitz

https://requests.readthedocs.io

Python HTTP for Humans.

reretry

0.11.8

Apache Software License

leshchenko1979

https://github.com/leshchenko1979/reretry

An easy to use, but functional decorator for retrying on exceptions.

typing_extensions

4.12.2

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

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.

websockets

14.2

BSD License

Aymeric Augustin aymeric.augustin@m4x.org

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

An implementation of the WebSocket Protocol (RFC 6455 & 7692)