Skip to content

Credits

These projects were used to build wonka. Thank you!

python | pdm

Runtime dependencies

Project Summary Version (accepted) Version (last resolved) License

Development dependencies

Project Summary Version (accepted) Version (last resolved) License
babel Internationalization utilities ~=2.10 2.12.1 BSD
beautifulsoup4 Screen-scraping library 4.12.2 MIT License
certifi Python package for providing Mozilla's CA Bundle. >=2017.4.17 2023.7.22 MPL-2.0
cfgv Validate configuration and produce human readable error messages. >=2.0.0 3.4.0 MIT
charset-normalizer The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. <4,>=2 3.2.0 MIT
click Composable command line interface toolkit >=7.0 8.1.7 BSD-3-Clause
colorama Cross-platform colored terminal text. >=0.4; platform_system == "Windows" 0.4.6 BSD License
coverage Code coverage measurement for Python >= 7.2.7 7.3.1 Apache-2.0
csscompressor A python port of YUI CSS Compressor >=0.9.5 0.9.5 BSD
distlib Distribution utilities <1,>=0.3.7 0.3.7 PSF-2.0
execnet execnet: rapid multi-Python deployment >=1.1 2.0.2 MIT License
filelock A platform independent file lock. <4,>=3.12.2 3.12.4 The Unlicense (Unlicense)
ghp-import Copy your docs directly to the gh-pages branch. >=1.0 2.1.0 Apache Software License
gitdb Git Object Database <5,>=4.0.1 4.0.10 BSD License
gitpython GitPython is a Python library used to interact with Git repositories 3.1.36 BSD
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. >=0.35 0.36.2 ISC
htmlmin2 An HTML Minifier >=0.1.13 0.1.13 BSD
identify File identification library for Python >=1.0.0 2.5.29 MIT
idna Internationalized Domain Names in Applications (IDNA) <4,>=2.5 3.4 BSD License
iniconfig brain-dead simple config-ini parsing 2.0.0 MIT License
jinja2 A very fast and expressive template engine. >=2.11.1 3.1.2 BSD-3-Clause
jsmin JavaScript minifier. >=3.0.1 3.0.1 MIT License
lxml Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API. >=4.9 4.9.3 BSD-3-Clause
markdown Python implementation of John Gruber's Markdown. <4.0.0,>=3.3.3 3.4.4 BSD License
markdown-callouts Markdown extension: a classier syntax for admonitions >= 0.3 0.3.0 MIT
markdown-exec Utilities to execute code blocks in Markdown files. >= 1.6.0 1.6.0 ISC
markupsafe Safely add untrusted strings to HTML/XML markup. >=2.0.1 2.1.3 BSD-3-Clause
mergedeep A deep merge function for 🐍. >=1.3.4 1.3.4 MIT License
mkdocs Project documentation with Markdown. >= 1.5.2 1.5.3 BSD License
mkdocs-coverage MkDocs plugin to integrate your coverage HTML report into your site. >= 1.0.0 1.0.0 ISC
mkdocs-gen-files MkDocs plugin to programmatically generate documentation pages during the build >= 0.5.0 0.5.0 MIT License
mkdocs-git-committers-plugin-2 An MkDocs plugin to create a list of contributors on the page. The git-committers plugin will seed the template context with a list of github committers and other useful GIT info such as last modified date >= 1.1.2 1.2.0 MIT
mkdocs-literate-nav MkDocs plugin to specify the navigation in Markdown instead of YAML >= 0.6.0 0.6.1 MIT License
mkdocs-material Documentation that simply works >= 9.1.2 9.3.2 MIT License
mkdocs-material-extensions Extension pack for Python Markdown and MkDocs Material. ~=1.1 1.2 MIT License
mkdocs-minify-plugin An MkDocs plugin to minify HTML, JS or CSS files prior to being written to disk >= 0.7.1 0.7.1 MIT
mkdocstrings Automatic documentation from sources, for MkDocs. [python] >= 0.22.0 0.23.0 ISC
mkdocstrings-python A Python handler for mkdocstrings. >=0.5.2 1.7.0 ISC
nodeenv Node.js virtual environment builder >=0.11.1 1.8.0 BSD
packaging Core utilities for Python packages >=20.5 23.1 BSD License
paginate Divides large result sets into pages for easier browsing ~=0.5 0.5.6 MIT
pathspec Utility library for gitignore style pattern matching of file paths. >=0.11.1 0.11.2 Mozilla Public License 2.0 (MPL 2.0)
platformdirs A small Python package for determining appropriate platform-specific dirs, e.g. a "user data dir". >=2.2.0 3.10.0 MIT License
pluggy plugin and hook calling mechanisms for python <2.0,>=0.12 1.3.0 MIT
pre-commit A framework for managing and maintaining multi-language pre-commit hooks. >= 3.3.3 3.4.0 MIT
pygments Pygments is a syntax highlighting package written in Python. ~=2.16 2.16.1 BSD-2-Clause
pymdown-extensions Extension pack for Python Markdown. >=9 10.3 MIT License
pytest pytest: simple powerful testing with Python >= 7.4.0 7.4.2 MIT
pytest-cov Pytest plugin for measuring coverage. >= 4.1.0 4.1.0 MIT
pytest-randomly Pytest plugin to randomly order tests and control random.seed. >= 3.13.0 3.15.0 MIT
pytest-xdist pytest xdist plugin for distributed testing, most importantly across multiple CPUs >= 3.3.1 3.3.1 MIT
python-dateutil Extensions to the standard Python datetime module >=2.8.1 2.8.2 Dual License
pyyaml YAML parser and emitter for Python >=5.1 6.0.1 MIT
pyyaml-env-tag A custom YAML tag for referencing environment variables in YAML files. >=0.1 0.1 MIT License
regex Alternative regular expression module, to replace re. ~=2022.4 2022.10.31 Apache Software License
requests Python HTTP for Humans. 2.31.0 Apache 2.0
ruff An extremely fast Python linter, written in Rust. >= 0.0.286 0.0.290 MIT
setuptools Easily download, build, install, upgrade, and uninstall Python packages 68.2.2 MIT License
six Python 2 and 3 compatibility utilities >=1.5 1.16.0 MIT
smmap A pure Python implementation of a sliding window memory map manager <6,>=3.0.1 5.0.1 BSD
soupsieve A modern CSS selector implementation for Beautiful Soup. >1.2 2.5 MIT License
toml Python Library for Tom's Obvious, Minimal Language >= 0.10.2 0.10.2 MIT
urllib3 HTTP library with thread-safe connection pooling, file post, and more. <3,>=1.21.1 2.0.5 MIT License
virtualenv Virtual Python Environment builder >=20.10.0 20.24.5 MIT License
watchdog Filesystem events monitoring >=2.0 3.0.0 Apache License 2.0