Babel | 2.15.0 | BSD License | Armin Ronacher | https://babel.pocoo.org/ | Internationalization utilities |
GitPython | 3.1.43 | 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.4 | BSD License | UNKNOWN | https://github.com/pallets/jinja/ | A very fast and expressive template engine. |
Markdown | 3.6 | BSD License | Manfred Stienstra, Yuri Takhteyev | https://Python-Markdown.github.io/ | Python implementation of John Gruber's Markdown. |
MarkupSafe | 2.1.5 | BSD License | UNKNOWN | https://palletsprojects.com/p/markupsafe/ | Safely add untrusted strings to HTML/XML markup. |
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.14 | 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 |
Pygments | 2.18.0 | BSD License | Georg Brandl georg@python.org | https://pygments.org | Pygments is a syntax highlighting package written in Python. |
astroid | 2.15.8 | GNU Lesser General Public License v2 (LGPLv2) | UNKNOWN | https://github.com/PyCQA/astroid/issues | An abstract syntax tree for Python with inference support. |
autoflake | 2.3.1 | MIT License | UNKNOWN | https://www.github.com/PyCQA/autoflake | Removes unused imports and unused variables |
bandit | 1.7.9 | Apache Software License | PyCQA | https://bandit.readthedocs.io/ | Security oriented static analyser for python code. |
black | 22.12.0 | MIT License | Łukasz Langa lukasz@langa.pl | https://github.com/psf/black | The uncompromising code formatter. |
certifi | 2024.7.4 | 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.4.0 | MIT License | Anthony Sottile | https://github.com/asottile/cfgv | Validate configuration and produce human readable error messages. |
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 |
colorama | 0.4.6 | BSD License | Jonathan Hartley tartley@tartley.com | https://github.com/tartley/colorama | Cross-platform colored terminal text. |
contourpy | 1.1.1 | BSD License | Ian Thomas ianthomas23@gmail.com | https://github.com/contourpy/contourpy | Python library for calculating contours of 2D quadrilateral grids |
coverage | 7.5.4 | Apache Software License | Ned Batchelder and 228 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.12.1 | BSD License | Thomas A Caswell matplotlib-users@python.org | https://matplotlib.org/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.8 | BSD License | Mike McKerns | https://github.com/uqfoundation/dill | serialize all of Python |
distlib | 0.3.8 | Python Software Foundation License | Vinay Sajip | https://github.com/pypa/distlib | Distribution utilities |
dunamai | 1.21.2 | MIT License | Matthew T. Kennerly | https://github.com/mtkennerly/dunamai | Dynamic version generation |
exceptiongroup | 1.2.1 | MIT License | Alex Grönholm alex.gronholm@nextday.fi | https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst | Backport of PEP 654 (exception groups) |
filelock | 3.15.4 | The Unlicense (Unlicense) | UNKNOWN | https://github.com/tox-dev/py-filelock | A platform independent file lock. |
fonttools | 4.53.1 | MIT License | Just van Rossum | http://github.com/fonttools/fonttools | Tools to manipulate font files |
fsspec | 2024.6.1 | BSD License | UNKNOWN | https://github.com/fsspec/filesystem_spec | File-system specification |
genbadge | 1.1.1 | 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 | Timothée Mazzucotelli pawamoy@pm.me | https://pawamoy.github.io/git-changelog | Automatic Changelog generator using Jinja2 templates. |
gitdb | 4.0.11 | BSD License | Sebastian Thiel | https://github.com/gitpython-developers/gitdb | Git Object Database |
griffe | 0.47.0 | ISC | =?utf-8?q?Timoth=C3=A9e_Mazzucotelli?= dev@pawamoy.fr | https://mkdocstrings.github.io/griffe | 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. |
htmlmin2 | 0.1.13 | BSD License | Dave Mankoff | https://htmlmin.readthedocs.io/en/latest/ | An HTML Minifier |
identify | 2.6.0 | MIT License | Chris Kuehl | https://github.com/pre-commit/identify | File identification library for Python |
idna | 3.7 | BSD License | Kim Davies kim+pypi@gumleaf.org | https://github.com/kjd/idna | Internationalized Domain Names in Applications (IDNA) |
importlib-metadata | 6.11.0 | Apache Software License | Jason R. Coombs | https://github.com/python/importlib_metadata | Read metadata from Python packages |
iniconfig | 2.0.0 | MIT License | Ronny Pfannschmidt opensource@ronnypfannschmidt.de, Holger Krekel holger.krekel@gmail.com | https://github.com/pytest-dev/iniconfig | brain-dead simple config-ini parsing |
isort | 5.13.2 | 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.5 | BSD License | The Nucleic Development Team sccolbert@gmail.com | https://github.com/nucleic/kiwi | A fast implementation of the Cassowary constraint solver |
lazy-object-proxy | 1.10.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.4 | BSD License | lxml dev team | https://lxml.de/ | Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API. |
markdown-it-py | 3.0.0 | MIT License | Chris Sewell chrisj_sewell@hotmail.com | https://github.com/executablebooks/markdown-it-py | Python port of markdown-it. Markdown parsing, done right! |
matplotlib | 3.7.5 | 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 |
mdurl | 0.1.2 | MIT License | Taneli Hukkinen hukkin@users.noreply.github.com | https://github.com/executablebooks/mdurl | Markdown URL utilities |
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.6.0 | BSD License | Tom Christie tom@tomchristie.com | https://github.com/mkdocs/mkdocs | Project documentation with Markdown. |
mkdocs-autorefs | 1.0.1 | ISC License (ISCL) | Oleh Prypin oleh@pryp.in, Timothée Mazzucotelli dev@pawamoy.fr | https://mkdocstrings.github.io/autorefs | 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-get-deps | 0.2.0 | MIT License | Oleh Prypin oleh@pryp.in | https://github.com/mkdocs/get-deps | MkDocs extension that lists all dependencies according to a mkdocs.yml file |
mkdocs-git-revision-date-localized-plugin | 1.2.6 | 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.5.28 | MIT License | Martin Donath martin.donath@squidfunk.com | https://github.com/squidfunk/mkdocs-material | Documentation that simply works |
mkdocs-material-extensions | 1.3.1 | MIT License | Isaac Muse Isaac.Muse@gmail.com | https://github.com/facelessuser/mkdocs-material-extensions | Extension pack for Python Markdown and MkDocs Material. |
mkdocs-minify-plugin | 0.7.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.25.1 | ISC | =?utf-8?q?Timoth=C3=A9e_Mazzucotelli?= dev@pawamoy.fr | https://mkdocstrings.github.io | Automatic documentation from sources, for MkDocs. |
mkdocstrings-python | 1.10.5 | ISC | =?utf-8?q?Timoth=C3=A9e_Mazzucotelli?= dev@pawamoy.fr | https://mkdocstrings.github.io/python | A Python handler for mkdocstrings. |
mpmath | 1.3.0 | BSD License | Fredrik Johansson | http://mpmath.org/ | Python library for arbitrary-precision floating-point arithmetic |
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. |
networkx | 3.1 | BSD License | Aric Hagberg | https://networkx.org/ | Python package for creating and manipulating graphs and networks |
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.9.1 | BSD License | Eugene Kalinin | https://github.com/ekalinin/nodeenv | Node.js virtual environment builder |
numpy | 1.24.4 | BSD License | Travis E. Oliphant et al. | https://www.numpy.org | Fundamental package for array computing in Python |
nvidia-cublas-cu12 | 12.1.3.1 | Other/Proprietary License | Nvidia CUDA Installer Team | https://developer.nvidia.com/cuda-zone | CUBLAS native runtime libraries |
nvidia-cuda-cupti-cu12 | 12.1.105 | Other/Proprietary License | Nvidia CUDA Installer Team | https://developer.nvidia.com/cuda-zone | CUDA profiling tools runtime libs. |
nvidia-cuda-nvrtc-cu12 | 12.1.105 | Other/Proprietary License | Nvidia CUDA Installer Team | https://developer.nvidia.com/cuda-zone | NVRTC native runtime libraries |
nvidia-cuda-runtime-cu12 | 12.1.105 | Other/Proprietary License | Nvidia CUDA Installer Team | https://developer.nvidia.com/cuda-zone | CUDA Runtime native Libraries |
nvidia-cudnn-cu12 | 8.9.2.26 | Other/Proprietary License | Nvidia CUDA Installer Team | https://developer.nvidia.com/cuda-zone | cuDNN runtime libraries |
nvidia-cufft-cu12 | 11.0.2.54 | Other/Proprietary License | Nvidia CUDA Installer Team | https://developer.nvidia.com/cuda-zone | CUFFT native runtime libraries |
nvidia-curand-cu12 | 10.3.2.106 | Other/Proprietary License | Nvidia CUDA Installer Team | https://developer.nvidia.com/cuda-zone | CURAND native runtime libraries |
nvidia-cusolver-cu12 | 11.4.5.107 | Other/Proprietary License | Nvidia CUDA Installer Team | https://developer.nvidia.com/cuda-zone | CUDA solver native runtime libraries |
nvidia-cusparse-cu12 | 12.1.0.106 | Other/Proprietary License | Nvidia CUDA Installer Team | https://developer.nvidia.com/cuda-zone | CUSPARSE native runtime libraries |
nvidia-nccl-cu12 | 2.20.5 | Other/Proprietary License | Nvidia CUDA Installer Team | https://developer.nvidia.com/cuda-zone | NVIDIA Collective Communication Library (NCCL) Runtime |
nvidia-nvjitlink-cu12 | 12.5.82 | Other/Proprietary License | Nvidia CUDA Installer Team | https://developer.nvidia.com/cuda-zone | Nvidia JIT LTO Library |
nvidia-nvtx-cu12 | 12.1.105 | Other/Proprietary License | Nvidia CUDA Installer Team | https://developer.nvidia.com/cuda-zone | NVIDIA Tools Extension |
packaging | 24.1 | Apache Software License; BSD License | Donald Stufft donald@stufft.io | https://github.com/pypa/packaging | Core utilities for Python packages |
paginate | 0.5.6 | MIT License | Christoph Haas | https://github.com/Signum/paginate | Divides large result sets into pages for easier browsing |
pandas | 2.0.3 | BSD License | The Pandas Development Team pandas-dev@python.org | https://pandas.pydata.org | Powerful data structures for data analysis, time series, and statistics |
pastel | 0.2.1 | MIT License | Sébastien Eustace | https://github.com/sdispater/pastel | Bring colors to your terminal. |
pathspec | 0.12.1 | Mozilla Public License 2.0 (MPL 2.0) | "Caleb P. Burns" cpburnz@gmail.com | UNKNOWN | Utility library for gitignore style pattern matching of file paths. |
pbr | 6.0.0 | Apache Software License | OpenStack | https://docs.openstack.org/pbr/latest/ | Python Build Reasonableness |
pillow | 10.4.0 | Historical Permission Notice and Disclaimer (HPND) | "Jeffrey A. Clark" aclark@aclark.net | https://python-pillow.org | Python Imaging Library (Fork) |
platformdirs | 4.2.2 | MIT License | UNKNOWN | https://github.com/platformdirs/platformdirs | A small Python package for determining appropriate platform-specific dirs, e.g. a user data dir . |
pluggy | 1.5.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.2.0 | MIT License | A lot of people | https://github.com/PyCQA/pyflakes | passive checker of Python programs |
pylint | 2.17.7 | GNU General Public License v2 (GPLv2) | Python Code Quality Authority code-quality@python.org | https://github.com/pylint-dev/pylint | python code static checker |
pymdown-extensions | 10.8.1 | MIT License | Isaac Muse Isaac.Muse@gmail.com | https://github.com/facelessuser/pymdown-extensions | Extension pack for Python Markdown. |
pyparsing | 3.1.2 | MIT License | Paul McGuire ptmcg.gm+pyparsing@gmail.com | https://github.com/pyparsing/pyparsing/ | pyparsing module - Classes and methods to define and execute parsing grammars |
pytest | 7.4.4 | 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.1.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 | 3.1.1 | Mozilla Public License 2.0 (MPL 2.0) | Dave Hunt dhunt@mozilla.com, Jim Brannlund jimbrannlund@fastmail.com | https://github.com/pytest-dev/pytest-metadata | pytest plugin for test session metadata |
python-dateutil | 2.9.0.post0 | Apache Software License; BSD License | Gustavo Niemeyer | https://github.com/dateutil/dateutil | Extensions to the standard Python datetime module |
pytz | 2024.1 | MIT License | Stuart Bishop | http://pythonhosted.org/pytz | World timezone definitions, modern and historical |
pyupgrade | 3.8.0 | 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 | 2024.5.15 | Apache Software License | Matthew Barnett | https://github.com/mrabarnett/mrab-regex | Alternative regular expression module, to replace re. |
requests | 2.32.3 | Apache Software License | Kenneth Reitz | https://requests.readthedocs.io | Python HTTP for Humans. |
rich | 13.7.1 | MIT License | Will McGugan | https://github.com/Textualize/rich | Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal |
seaborn | 0.12.2 | BSD License | Michael Waskom mwaskom@gmail.com | https://github.com/mwaskom/seaborn | Statistical data visualization |
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.1 | BSD License | Sebastian Thiel | https://github.com/gitpython-developers/smmap | A pure Python implementation of a sliding window memory map manager |
stevedore | 5.2.0 | Apache Software License | OpenStack | https://docs.openstack.org/stevedore/latest/ | Manage dynamic plugins for Python applications |
sympy | 1.12.1 | BSD License | SymPy development team | https://sympy.org | Computer algebra system (CAS) in Python |
tokenize-rt | 5.2.0 | MIT License | Anthony Sottile | https://github.com/asottile/tokenize-rt | A wrapper around the stdlib tokenize which roundtrips. |
tomli | 2.0.1 | MIT License | Taneli Hukkinen hukkin@users.noreply.github.com | https://github.com/hukkin/tomli | A lil' TOML parser |
tomlkit | 0.12.5 | MIT License | Sébastien Eustace | https://github.com/sdispater/tomlkit | Style preserving TOML library |
torch | 2.3.1 | BSD License | PyTorch Team | https://pytorch.org/ | Tensors and Dynamic neural networks in Python with strong GPU acceleration |
triton | 2.3.1 | MIT License | Philippe Tillet | https://github.com/openai/triton/ | A language and compiler for custom Deep Learning operations |
types-toml | 0.10.8.20240310 | Apache Software License | UNKNOWN | https://github.com/python/typeshed | Typing stubs for toml |
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+ |
tzdata | 2024.1 | Apache Software License | Python Software Foundation | https://github.com/python/tzdata | Provider of IANA time zone data |
urllib3 | 2.2.2 | 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. |
verspec | 0.1.0 | Apache Software License; BSD License | Jim Porter | https://github.com/jimporter/verspec | Flexible version handling |
virtualenv | 20.26.3 | MIT License | UNKNOWN | https://github.com/pypa/virtualenv | Virtual Python Environment builder |
watchdog | 4.0.1 | Apache Software License | Yesudeep Mangalapilly | https://github.com/gorakhargosh/watchdog | Filesystem events monitoring |
wrapt | 1.16.0 | BSD License | Graham Dumpleton | https://github.com/GrahamDumpleton/wrapt | Module for decorators, wrappers and monkey patching. |
zipp | 3.19.2 | MIT License | "Jason R. Coombs" jaraco@jaraco.com | https://github.com/jaraco/zipp | Backport of pathlib-compatible object wrapper for zip files |