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.43 | BSD License | https://github.com/gitpython-developers/GitPython | GitPython is a Python library used to interact with Git repositories |
Jinja2 | 3.1.4 | 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.2 | BSD License | https://github.com/pallets/markupsafe/ | Safely add untrusted strings to HTML/XML markup. |
PyYAML | 6.0.2 | MIT License | https://pyyaml.org/ | YAML parser and emitter for Python |
Pygments | 2.18.0 | BSD License | https://pygments.org | Pygments is a syntax highlighting package written in Python. |
babel | 2.16.0 | BSD License | https://babel.pocoo.org/ | Internationalization utilities |
certifi | 2024.8.30 | 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.0 | MIT License | 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 | https://palletsprojects.com/p/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.11 | 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.10 | BSD License | 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.3.0 | 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.5.43 | 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.2.3 | MIT License | https://github.com/ultrabug/mkdocs-static-i18n | MkDocs i18n plugin using static translation markdown files |
packaging | 24.2 | 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 | 24.3.1 | MIT License | 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.3.6 | 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.12.0 | BSD License | https://github.com/prettytable/prettytable | A simple Python library for easily displaying tabular data in a visually appealing ASCII table format |
pymdown-extensions | 10.12 | 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 | 2024.2 | MIT License | http://pythonhosted.org/pytz | World timezone definitions, modern and historical |
pyyaml_env_tag | 0.1 | MIT License | https://github.com/waylan/pyyaml-env-tag | A custom YAML tag for referencing environment variables in YAML files. |
regex | 2024.11.6 | Apache Software License | https://github.com/mrabarnett/mrab-regex | Alternative regular expression module, to replace re. |
requests | 2.32.3 | Apache Software License | https://requests.readthedocs.io | Python HTTP for Humans. |
setuptools | 75.2.0 | MIT License | https://github.com/pypa/setuptools | Easily download, build, install, upgrade, and uninstall Python packages |
six | 1.16.0 | MIT License | https://github.com/benjaminp/six | Python 2 and 3 compatibility utilities |
smmap | 5.0.1 | BSD License | https://github.com/gitpython-developers/smmap | A pure Python implementation of a sliding window memory map manager |
tomli | 2.1.0 | MIT License | https://github.com/hukkin/tomli | A lil' TOML parser |
urllib3 | 2.2.3 | MIT License | 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.13 | MIT License | https://github.com/jquast/wcwidth | Measures the displayed width of unicode strings in a terminal |
wheel | 0.44.0 | MIT License | https://github.com/pypa/wheel | A built-package format for Python |
Table created on 24-11-20 at 10:31 (UTC) by pip-licenses