Licenses¶
The licenses of all python modules used to build this site. A big thank you to all maintainers and contributors of these projects. I wouldn't be able to build sites like this one without them.
notice
This table is generated autonomously through pip-licenses by parsing the metadata of the modules in the virtual environment. Errors might occur.
| Name | Version | License | URL | Description |
|---|---|---|---|---|
| GitPython | 3.1.45 | BSD-3-Clause | https://github.com/gitpython-developers/GitPython | GitPython is a Python library used to interact with Git repositories |
| Jinja2 | 3.1.6 | BSD License | https://github.com/pallets/jinja/ | A very fast and expressive template engine. |
| Markdown | 3.7 | BSD License | https://Python-Markdown.github.io/ | Python implementation of John Gruber's Markdown. |
| MarkupSafe | 3.0.3 | UNKNOWN | https://github.com/pallets/markupsafe/ | Safely add untrusted strings to HTML/XML markup. |
| PyYAML | 6.0.3 | MIT License | https://pyyaml.org/ | YAML parser and emitter for Python |
| Pygments | 2.19.2 | BSD License | https://pygments.org | Pygments is a syntax highlighting package written in Python. |
| babel | 2.17.0 | BSD License | https://babel.pocoo.org/ | Internationalization utilities |
| backrefs | 5.9 | MIT License | https://github.com/facelessuser/backrefs | A wrapper around re and regex that adds additional back references. |
| certifi | 2025.11.12 | Mozilla Public License 2.0 (MPL 2.0) | https://github.com/certifi/python-certifi | Python package for providing Mozilla's CA Bundle. |
| charset-normalizer | 3.4.4 | MIT | 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.2.1 | UNKNOWN | https://github.com/pallets/click/ | Composable command line interface toolkit |
| colorama | 0.4.6 | BSD License | https://github.com/tartley/colorama | Cross-platform colored terminal text. |
| csscompressor | 0.9.5 | BSD License | http://github.com/sprymix/csscompressor | A python port of YUI CSS Compressor |
| ghp-import | 2.1.0 | Apache Software License | https://github.com/c-w/ghp-import | Copy your docs directly to the gh-pages branch. |
| gitdb | 4.0.12 | BSD License | https://github.com/gitpython-developers/gitdb | Git Object Database |
| htmlmin2 | 0.1.13 | BSD License | https://htmlmin.readthedocs.io/en/latest/ | An HTML Minifier |
| idna | 3.11 | UNKNOWN | https://github.com/kjd/idna | Internationalized Domain Names in Applications (IDNA) |
| jsmin | 3.0.1 | MIT License | https://github.com/tikitu/jsmin/ | JavaScript minifier. |
| mergedeep | 1.3.4 | MIT License | https://github.com/clarketm/mergedeep | A deep merge function for 🐍. |
| mkdocs | 1.6.1 | BSD License | https://github.com/mkdocs/mkdocs | Project documentation with Markdown. |
| mkdocs-get-deps | 0.2.0 | MIT License | 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.4.7 | MIT License | 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-material | 9.6.20 | MIT License | https://github.com/squidfunk/mkdocs-material | Documentation that simply works |
| mkdocs-material-extensions | 1.3.1 | MIT License | https://github.com/facelessuser/mkdocs-material-extensions | Extension pack for Python Markdown and MkDocs Material. |
| mkdocs-minify-plugin | 0.8.0 | MIT License | https://github.com/byrnereese/mkdocs-minify-plugin | An MkDocs plugin to minify HTML, JS or CSS files prior to being written to disk |
| mkdocs-static-i18n | 1.3.0 | MIT License | https://github.com/ultrabug/mkdocs-static-i18n | MkDocs i18n plugin using static translation markdown files |
| packaging | 25.0 | Apache Software License; BSD License | https://github.com/pypa/packaging | Core utilities for Python packages |
| paginate | 0.5.7 | MIT License | https://github.com/Signum/paginate | Divides large result sets into pages for easier browsing |
| pathspec | 0.12.1 | Mozilla Public License 2.0 (MPL 2.0) | UNKNOWN | Utility library for gitignore style pattern matching of file paths. |
| pip | 25.3 | UNKNOWN | https://pip.pypa.io/ | The PyPA recommended tool for installing Python packages. |
| pip-licenses | 5.0.0 | MIT License | https://github.com/raimon49/pip-licenses | Dump the software license list of Python packages installed with pip. |
| platformdirs | 4.5.0 | MIT License | https://github.com/tox-dev/platformdirs | A small Python package for determining appropriate platform-specific dirs, e.g. a user data dir. |
| prettytable | 3.16.0 | UNKNOWN | https://github.com/prettytable/prettytable | A simple Python library for easily displaying tabular data in a visually appealing ASCII table format |
| pymdown-extensions | 10.16.1 | MIT License | https://github.com/facelessuser/pymdown-extensions | Extension pack for Python Markdown. |
| python-dateutil | 2.9.0.post0 | Apache Software License; BSD License | https://github.com/dateutil/dateutil | Extensions to the standard Python datetime module |
| pytz | 2025.2 | MIT License | http://pythonhosted.org/pytz | World timezone definitions, modern and historical |
| pyyaml_env_tag | 1.1 | UNKNOWN | https://github.com/waylan/pyyaml-env-tag | A custom YAML tag for referencing environment variables in YAML files. |
| requests | 2.32.5 | Apache Software License | https://requests.readthedocs.io | Python HTTP for Humans. |
| six | 1.17.0 | MIT License | https://github.com/benjaminp/six | Python 2 and 3 compatibility utilities |
| smmap | 5.0.2 | BSD License | https://github.com/gitpython-developers/smmap | A pure Python implementation of a sliding window memory map manager |
| tomli | 2.3.0 | UNKNOWN | https://github.com/hukkin/tomli | A lil' TOML parser |
| urllib3 | 2.5.0 | UNKNOWN | https://github.com/urllib3/urllib3/blob/main/CHANGES.rst | HTTP library with thread-safe connection pooling, file post, and more. |
| watchdog | 6.0.0 | Apache Software License | https://github.com/gorakhargosh/watchdog | Filesystem events monitoring |
| wcwidth | 0.2.14 | MIT License | https://github.com/jquast/wcwidth | Measures the displayed width of unicode strings in a terminal |
Table created on 25-11-12 at 10:33 (UTC) by pip-licenses