Third-Party Libraries

Name Version License Author URL Description
Babel 2.11.0 BSD License Armin Ronacher https://babel.pocoo.org/ Internationalization utilities
GitPython 3.1.31 BSD License Sebastian Thiel, Michael Trier https://github.com/gitpython-developers/GitPython GitPython is a Python library used to interact with Git repositories
Jinja2 3.1.2 BSD License Armin Ronacher https://palletsprojects.com/p/jinja/ A very fast and expressive template engine.
Markdown 3.3.7 BSD License Manfred Stienstra, Yuri takhteyev and Waylan limberg https://Python-Markdown.github.io/ Python implementation of Markdown.
MarkupSafe 2.1.2 BSD License Armin Ronacher https://palletsprojects.com/p/markupsafe/ Safely add untrusted strings to HTML/XML markup.
Pillow 9.4.0 Historical Permission Notice and Disclaimer (HPND) Alex Clark (PIL Fork Author) https://python-pillow.org Python Imaging Library (Fork)
PyQt5 5.15.9 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.11.1 SIP Riverbank Computing Limited https://www.riverbankcomputing.com/software/sip/ The sip module support for PyQt5
PyYAML 6.0 MIT License Kirill Simonov https://pyyaml.org/ YAML parser and emitter for Python
Pygments 2.14.0 BSD License Georg Brandl https://pygments.org/ Pygments is a syntax highlighting package written in Python.
astroid 2.14.2 GNU Lesser General Public License v2 (LGPLv2) UNKNOWN UNKNOWN An abstract syntax tree for Python with inference support.
attrs 22.2.0 MIT License Hynek Schlawack https://www.attrs.org/ Classes Without Boilerplate
autoflake 2.0.1 MIT License UNKNOWN UNKNOWN Removes unused imports and unused variables
bandit 1.7.4 Apache Software License PyCQA https://bandit.readthedocs.io/ Security oriented static analyser for python code.
black 22.12.0 MIT License UNKNOWN UNKNOWN The uncompromising code formatter.
certifi 2022.12.7 Mozilla Public License 2.0 (MPL 2.0) Kenneth Reitz https://github.com/certifi/python-certifi Python package for providing Mozilla's CA Bundle.
cfgv 3.3.1 MIT License Anthony Sottile https://github.com/asottile/cfgv Validate configuration and produce human readable error messages.
charset-normalizer 3.0.1 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.3 BSD License Armin Ronacher https://palletsprojects.com/p/click/ Composable command line interface toolkit
colorama 0.4.6 BSD License UNKNOWN UNKNOWN Cross-platform colored terminal text.
contourpy 1.0.7 BSD License Ian Thomas UNKNOWN Python library for calculating contours of 2D quadrilateral grids
coverage 7.1.0 Apache Software License Ned Batchelder and 166 others https://github.com/nedbat/coveragepy Code coverage measurement for Python
csscompressor 0.9.5 BSD License Yury Selivanov http://github.com/sprymix/csscompressor A python port of YUI CSS Compressor
cycler 0.11.0 BSD License Thomas A Caswell https://github.com/matplotlib/cycler Composable style cycles
defusedxml 0.7.1 Python Software Foundation License Christian Heimes https://github.com/tiran/defusedxml XML bomb protection for Python stdlib modules
dill 0.3.6 BSD License Mike McKerns https://github.com/uqfoundation/dill serialize all of python
distlib 0.3.6 Python Software Foundation License Vinay Sajip https://github.com/pypa/distlib Distribution utilities
dunamai 1.15.0 MIT License Matthew T. Kennerly https://github.com/mtkennerly/dunamai Dynamic version generation
exceptiongroup 1.1.0 MIT License UNKNOWN UNKNOWN Backport of PEP 654 (exception groups)
filelock 3.9.0 The Unlicense (Unlicense) UNKNOWN UNKNOWN A platform independent file lock.
fonttools 4.38.0 MIT License Just van Rossum http://github.com/fonttools/fonttools Tools to manipulate font files
genbadge 1.1.0 BSD License Sylvain MARIE sylvain.marie@se.com https://github.com/smarie/python-genbadge Generate badges for tools that do not provide one.
ghp-import 2.1.0 Apache Software License Paul Joseph Davis https://github.com/c-w/ghp-import Copy your docs directly to the gh-pages branch.
git-changelog 0.6.0 ISC UNKNOWN UNKNOWN Automatic Changelog generator using Jinja2 templates.
gitdb 4.0.10 BSD License Sebastian Thiel https://github.com/gitpython-developers/gitdb Git Object Database
griffe 0.25.5 ISC UNKNOWN UNKNOWN Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API.
htmlmin 0.1.12 BSD License Dave Mankoff https://htmlmin.readthedocs.io/en/latest/ An HTML Minifier
identify 2.5.18 MIT License Chris Kuehl https://github.com/pre-commit/identify File identification library for Python
idna 3.4 BSD License UNKNOWN UNKNOWN Internationalized Domain Names in Applications (IDNA)
importlib-metadata 6.0.0 Apache Software License Jason R. Coombs https://github.com/python/importlib_metadata Read metadata from Python packages
iniconfig 2.0.0 MIT License UNKNOWN UNKNOWN brain-dead simple config-ini parsing
isort 5.12.0 MIT License Timothy Crosley https://pycqa.github.io/isort/ A Python utility / library to sort Python imports.
jsmin 3.0.1 MIT License Dave St.Germain https://github.com/tikitu/jsmin/ JavaScript minifier.
kiwisolver 1.4.4 BSD License UNKNOWN UNKNOWN A fast implementation of the Cassowary constraint solver
lazy-object-proxy 1.9.0 BSD License Ionel Cristian Mărieș https://github.com/ionelmc/python-lazy-object-proxy A fast and thorough lazy object proxy.
lxml 4.9.2 BSD License lxml dev team https://lxml.de/ Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
matplotlib 3.7.0 Python Software Foundation License John D. Hunter, Michael Droettboom https://matplotlib.org Python plotting package
mccabe 0.7.0 MIT License Tarek Ziade https://github.com/pycqa/mccabe McCabe checker, plugin for flake8
mergedeep 1.3.4 MIT License Travis Clarke https://github.com/clarketm/mergedeep A deep merge function for 🐍.
mike 1.1.2 BSD License Jim Porter https://github.com/jimporter/mike Manage multiple versions of your MkDocs-powered documentation
mkdocs 1.4.2 BSD License UNKNOWN UNKNOWN Project documentation with Markdown.
mkdocs-autorefs 0.4.1 ISC License (ISCL) UNKNOWN UNKNOWN Automatically link across pages in MkDocs.
mkdocs-gen-files 0.4.0 MIT License Oleh Prypin https://github.com/oprypin/mkdocs-gen-files MkDocs plugin to programmatically generate documentation pages during the build
mkdocs-git-revision-date-localized-plugin 1.1.0 MIT License Tim Vink https://github.com/timvink/mkdocs-git-revision-date-localized-plugin Mkdocs plugin that enables displaying the localized date of the last git modification of a markdown file.
mkdocs-literate-nav 0.5.0 MIT License Oleh Prypin https://github.com/oprypin/mkdocs-literate-nav MkDocs plugin to specify the navigation in Markdown instead of YAML
mkdocs-material 9.0.13 MIT License UNKNOWN UNKNOWN Documentation that simply works
mkdocs-material-extensions 1.1.1 MIT License UNKNOWN UNKNOWN Extension pack for Python Markdown and MkDocs Material.
mkdocs-minify-plugin 0.6.2 MIT License Byrne Reese, Lars Wilhelmer https://github.com/byrnereese/mkdocs-minify-plugin An MkDocs plugin to minify HTML, JS or CSS files prior to being written to disk
mkdocstrings 0.20.0 ISC UNKNOWN UNKNOWN Automatic documentation from sources, for MkDocs.
mkdocstrings-python 0.8.3 ISC UNKNOWN UNKNOWN A Python handler for mkdocstrings.
mypy 0.991 MIT License Jukka Lehtosalo http://www.mypy-lang.org/ Optional static typing for Python
mypy-extensions 1.0.0 MIT License The mypy developers https://github.com/python/mypy_extensions Type system extensions for programs checked with the mypy type checker.
neuralfields 0.0.0 MIT License Fabio Muratore https://github.com/famura/neuralfields A type of potential-based recurrent neural networks implemented with PyTorch
nodeenv 1.7.0 BSD License Eugene Kalinin https://github.com/ekalinin/nodeenv Node.js virtual environment builder
numpy 1.24.2 BSD License Travis E. Oliphant et al. https://www.numpy.org Fundamental package for array computing in Python
nvidia-cublas-cu11 11.10.3.66 Other/Proprietary License Nvidia CUDA Installer Team https://developer.nvidia.com/cuda-zone CUBLAS native runtime libraries
nvidia-cuda-nvrtc-cu11 11.7.99 Other/Proprietary License Nvidia CUDA Installer Team https://developer.nvidia.com/cuda-zone NVRTC native runtime libraries
nvidia-cuda-runtime-cu11 11.7.99 Other/Proprietary License Nvidia CUDA Installer Team https://developer.nvidia.com/cuda-zone CUDA Runtime native Libraries
nvidia-cudnn-cu11 8.5.0.96 Other/Proprietary License Nvidia CUDA Installer Team https://developer.nvidia.com/cuda-zone cuDNN runtime libraries
packaging 23.0 Apache Software License; BSD License UNKNOWN UNKNOWN Core utilities for Python packages
pastel 0.2.1 MIT License Sébastien Eustace https://github.com/sdispater/pastel Bring colors to your terminal.
pathspec 0.11.0 Mozilla Public License 2.0 (MPL 2.0) UNKNOWN UNKNOWN Utility library for gitignore style pattern matching of file paths.
pbr 5.11.1 Apache Software License OpenStack https://docs.openstack.org/pbr/latest/ Python Build Reasonableness
platformdirs 3.0.0 MIT License UNKNOWN UNKNOWN A small Python package for determining appropriate platform-specific dirs, e.g. a "user data dir".
pluggy 1.0.0 MIT License Holger Krekel https://github.com/pytest-dev/pluggy plugin and hook calling mechanisms for python
poethepoet 0.17.1 MIT License Nat Noordanus https://github.com/nat-n/poethepoet A task runner that works well with poetry.
pre-commit 2.21.0 MIT License Anthony Sottile https://github.com/pre-commit/pre-commit A framework for managing and maintaining multi-language pre-commit hooks.
py 1.11.0 MIT License holger krekel, Ronny Pfannschmidt, Benjamin Peterson and others https://py.readthedocs.io/ library with cross-python path, ini-parsing, io, code, log facilities
pyflakes 3.0.1 MIT License A lot of people https://github.com/PyCQA/pyflakes passive checker of Python programs
pylint 2.16.2 GNU General Public License v2 (GPLv2) UNKNOWN UNKNOWN python code static checker
pymdown-extensions 9.9.2 MIT License UNKNOWN UNKNOWN Extension pack for Python Markdown.
pyparsing 3.0.9 MIT License UNKNOWN UNKNOWN pyparsing module - Classes and methods to define and execute parsing grammars
pytest 7.2.1 MIT License Holger Krekel, Bruno Oliveira, Ronny Pfannschmidt, Floris Bruynooghe, Brianna Laugher, Florian Bruhin and others https://docs.pytest.org/en/latest/ pytest: simple powerful testing with Python
pytest-cov 4.0.0 MIT License Marc Schlaich https://github.com/pytest-dev/pytest-cov Pytest plugin for measuring coverage.
pytest-html 3.2.0 Mozilla Public License 2.0 (MPL 2.0) Dave Hunt https://github.com/pytest-dev/pytest-html pytest plugin for generating HTML reports
pytest-lazy-fixture 0.6.3 MIT License Marsel Zaripov https://github.com/tvorog/pytest-lazy-fixture It helps to use fixtures in pytest.mark.parametrize
pytest-metadata 2.0.4 MPL-2.0 Dave Hunt https://github.com/pytest-dev/pytest-metadata pytest plugin for test session metadata
python-dateutil 2.8.2 Apache Software License; BSD License Gustavo Niemeyer https://github.com/dateutil/dateutil Extensions to the standard Python datetime module
pytz 2022.7.1 MIT License Stuart Bishop http://pythonhosted.org/pytz World timezone definitions, modern and historical
pyupgrade 3.3.1 MIT License Anthony Sottile https://github.com/asottile/pyupgrade A tool to automatically upgrade syntax for newer versions.
pyyaml_env_tag 0.1 MIT License Waylan Limberg https://github.com/waylan/pyyaml-env-tag A custom YAML tag for referencing environment variables in YAML files.
regex 2022.10.31 Apache Software License Matthew Barnett https://github.com/mrabarnett/mrab-regex Alternative regular expression module, to replace re.
requests 2.28.2 Apache Software License Kenneth Reitz https://requests.readthedocs.io Python HTTP for Humans.
semver 2.13.0 BSD License Kostiantyn Rybnikov https://github.com/python-semver/python-semver Python helper for Semantic Versioning (http://semver.org/)
six 1.16.0 MIT License Benjamin Peterson https://github.com/benjaminp/six Python 2 and 3 compatibility utilities
smmap 5.0.0 BSD License Sebastian Thiel https://github.com/gitpython-developers/smmap A pure Python implementation of a sliding window memory map manager
stevedore 5.0.0 Apache Software License OpenStack https://docs.openstack.org/stevedore/latest/ Manage dynamic plugins for Python applications
tokenize-rt 5.0.0 MIT License Anthony Sottile https://github.com/asottile/tokenize-rt A wrapper around the stdlib tokenize which roundtrips.
toml 0.10.2 MIT License William Pearson https://github.com/uiri/toml Python Library for Tom's Obvious, Minimal Language
tomli 2.0.1 MIT License UNKNOWN UNKNOWN A lil' TOML parser
tomlkit 0.11.6 MIT License Sébastien Eustace https://github.com/sdispater/tomlkit Style preserving TOML library
torch 1.13.1 BSD License PyTorch Team https://pytorch.org/ Tensors and Dynamic neural networks in Python with strong GPU acceleration
types-toml 0.10.8.4 Apache Software License UNKNOWN https://github.com/python/typeshed Typing stubs for toml
typing_extensions 4.5.0 Python Software Foundation License UNKNOWN UNKNOWN Backported and Experimental Type Hints for Python 3.7+
urllib3 1.26.14 MIT License Andrey Petrov https://urllib3.readthedocs.io/ HTTP library with thread-safe connection pooling, file post, and more.
verspec 0.1.0 Apache Software License; BSD License Jim Porter https://github.com/jimporter/verspec Flexible version handling
virtualenv 20.19.0 MIT License UNKNOWN UNKNOWN Virtual Python Environment builder
watchdog 2.2.1 Apache Software License Yesudeep Mangalapilly https://github.com/gorakhargosh/watchdog Filesystem events monitoring
wrapt 1.14.1 BSD License Graham Dumpleton https://github.com/GrahamDumpleton/wrapt Module for decorators, wrappers and monkey patching.
zipp 3.14.0 MIT License Jason R. Coombs https://github.com/jaraco/zipp Backport of pathlib-compatible object wrapper for zip files

Last update: February 23, 2023