Skip to content

Credits¤

These projects were used to build markdown-exec. Thank you!

Python | uv | copier-uv

Runtime dependencies¤

Project Summary Version (accepted) Version (last resolved) License
Markdown Python implementation of John Gruber's Markdown. >=3.6 3.10.2 BSD-3-Clause
Pygments Pygments is a syntax highlighting package written in Python. >=2.19, !=2.7.3 2.20.0 BSD-2-Clause
pygments-ansi-color >=0.3 0.3.0 Apache Software License
pymdown-extensions Extension pack for Python Markdown. >=9, >=6.3 11.0.1 MIT
PyYAML YAML parser and emitter for Python >=6.0.2 6.0.3 MIT

Development dependencies¤

Project Summary Version (accepted) Version (last resolved) License
ansimarkup Produce colored terminal text with an xml-like markup ~=1.4 1.5.0 Revised BSD License
cappa Declarative CLI argument parser. >=0.29 0.32.1 ?
certifi Python package for providing Mozilla's CA Bundle. >=2023.5.7 2026.6.17 MPL-2.0
cffi Foreign Function Interface for Python calling C code. >=2.0.0 2.0.0 MIT
cfgv Validate configuration and produce human readable error messages. >=2.0.0 3.5.0 MIT
chalk-diagrams A declarative drawing API >=0.2.2 0.2.2 MIT
chalk-planar 2D planar geometry library for Python. 0.4 BSD
charset-normalizer The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. >=2, <4 3.4.7 MIT
click Composable command line interface toolkit >=8.1.8 8.4.2 BSD-3-Clause
colorama Cross-platform colored terminal text. 0.4.6 BSD License
colour converts and manipulates various color representation (HSL, RVB, web, X11, ...) 0.1.5 BSD 3-Clause License
contourpy Python library for calculating contours of 2D quadrilateral grids >=1.0.1 1.3.3 BSD License
coverage Code coverage measurement for Python >=7.10.6 7.15.0 Apache-2.0
cryptography cryptography is a package which provides cryptographic recipes and primitives to Python developers. >=2.0 49.0.0 Apache-2.0 OR BSD-3-Clause
cycler Composable style cycles >=0.10 0.12.1 BSD License
deepmerge A toolset for deeply merging Python dictionaries. >=2.0 2.1.0 MIT Licence
diagrams Diagram as Code >=0.24.1 0.25.1 MIT
distlib Distribution utilities >=0.3.7, <1 0.4.3 PSF-2.0
docutils Docutils -- Python Documentation Utilities >=0.21.2 0.23 Public Domain + BSD License + GNU General Public License (GPL)
drawsvg A Python 3 library for programmatically generating SVG (vector) images and animations. Drawsvg can also render to PNG, MP4, and display your drawings in Jupyter notebook and Jupyter lab. >=2.4 2.4.1 MIT License
duty A simple task runner. >=1.6 1.9.0 ISC
execnet execnet: rapid multi-Python deployment >=2.1 2.1.2 MIT
failprint Run a command, print its output only if it fails. >=1.0.5 1.1.0 ISC
filelock A platform independent file lock. >=3.24.2, <4 3.29.5 MIT
fonttools Tools to manipulate font files >=4.22.0 4.63.0 MIT
ghp-import Copy your docs directly to the gh-pages branch. >=2.1 2.1.0 Apache Software License
git-changelog Automatic Changelog generator using Jinja2 templates. >=2.5 2.9.4 ISC
graphviz Simple Python interface for Graphviz >=0.13.2, <0.21.0 0.20.3 MIT
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. >=2.0 2.1.0 ISC
griffecli 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. ==2.1.0 2.1.0 ISC
griffelib 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. >=2.0 2.1.0 ISC
humanize Python humanize utilities >=4.9 4.16.0 MIT
hyperbolic A Python 3 library for constructing and drawing hyperbolic geometry >=2.0 2.0.0 MIT License
id A tool for generating OIDC identities 1.6.1 Apache Software License
identify File identification library for Python >=1.0.0 2.6.19 MIT
idna Internationalized Domain Names in Applications (IDNA) >=2.5, <4 3.18 BSD-3-Clause
importlib_metadata Read metadata from Python packages >=3.6 9.0.0 Apache-2.0
iniconfig brain-dead simple config-ini parsing >=1.0.1 2.3.0 MIT
jaraco.classes Utility functions for Python class constructs 3.4.0 MIT License
jaraco.context Useful decorators and context managers 6.1.2 MIT
jaraco.functools Functools like those found in stdlib 4.5.0 MIT
jeepney Low-level, pure Python DBus protocol wrapper. >=0.4.2 0.9.0 MIT
Jinja2 A very fast and expressive template engine. >=2.10, <4.0 3.1.6 BSD License
keyring Store and access your passwords safely. >=21.2.0 25.7.0 MIT
kiwisolver A fast implementation of the Cassowary constraint solver >=1.3.1 1.5.0 BSD License
loguru Python logging made (stupidly) simple 0.7.3 MIT License
Markdown Python implementation of John Gruber's Markdown. >=3.6 3.10.2 BSD-3-Clause
markdown-callouts Markdown extension: a classier syntax for admonitions >=0.4 0.4.0 MIT
markdown-it-py Python port of markdown-it. Markdown parsing, done right! >=2.1.0 4.2.0 MIT License
MarkupSafe Safely add untrusted strings to HTML/XML markup. >=1.1 3.0.3 BSD-3-Clause
matplotlib Python plotting package >=3.9 3.11.0 Python Software Foundation License
mdit-py-plugins Collection of plugins for markdown-it-py 0.6.1 MIT License
mdurl Markdown URL utilities ~=0.1 0.1.2 MIT License
mergedeep A deep merge function for 🐍. >=1.3.4 1.3.4 MIT License
mkdocs Project documentation with Markdown. >=1.6 1.6.1 BSD-2-Clause
mkdocs-autorefs Automatically link across pages in MkDocs. >=1.4 1.4.4 ISC
mkdocs-get-deps An extra command for MkDocs that infers required PyPI packages from plugins in mkdocs.yml >=0.2.0 0.2.2 MIT
mkdocstrings Automatic documentation from sources, for MkDocs. >=0.29 1.0.4 ISC
mkdocstrings-python A Python handler for mkdocstrings. >=1.16.2 2.0.5 ISC
more-itertools More routines for operating on iterables, beyond itertools 11.1.0 MIT
narwhals Extremely lightweight compatibility layer between dataframe libraries >=1.15.1 2.23.0 MIT
nh3 Python binding to Ammonia HTML sanitizer Rust crate >=0.2.14 0.3.6 MIT
nodeenv Node.js virtual environment builder >=0.11.1 1.10.0 BSD
numpy Fundamental package for array computing in Python >=2.1 2.5.1 BSD-3-Clause AND 0BSD AND MIT AND Zlib AND CC0-1.0
packaging Core utilities for Python packages >=24.1 26.2 Apache-2.0 OR BSD-2-Clause
pandas Powerful data structures for data analysis, time series, and statistics >=2.2 3.0.3 BSD License
pathspec Utility library for gitignore style pattern matching of file paths. >=0.11.1 1.1.1 Mozilla Public License 2.0 (MPL 2.0)
pillow Python Imaging Library (fork) >=9 12.3.0 MIT-CMU
pip The PyPA recommended tool for installing Python packages. >=25 26.1.2 MIT
pipdeptree Command line utility to show dependency tree of packages. >=2.25 3.1.1 MIT
platformdirs A small Python package for determining appropriate platform-specific dirs, e.g. a user data dir. >=3.6.0, <5 4.10.0 MIT
plotly An open-source interactive data visualization library for Python >=6.0 6.8.0 MIT
pluggy plugin and hook calling mechanisms for python >=1.5, <2 1.6.0 MIT
pre_commit A framework for managing and maintaining multi-language pre-commit hooks. >=4.0.1, <5 4.6.0 MIT
ptyprocess Run a subprocess in a pseudo terminal ~=0.6 0.7.0 ISC License (ISCL)
pycparser C parser in Python 3.0 BSD-3-Clause
pydeps Display module dependencies >=3.0 3.0.6 BSD-2-Clause
Pygments Pygments is a syntax highlighting package written in Python. >=2.19, !=2.7.3 2.20.0 BSD-2-Clause
pymdown-extensions Extension pack for Python Markdown. >=9, >=6.3 11.0.1 MIT
pyparsing pyparsing - Classes and methods to define and execute parsing grammars >=3 3.3.2 MIT
pytest pytest: simple powerful testing with Python >=8.2 9.1.1 MIT
pytest-cov Pytest plugin for measuring coverage. >=5.0 7.1.0 MIT
pytest-randomly Pytest plugin to randomly order tests and control random.seed. >=3.15 4.1.0 MIT
pytest-xdist pytest xdist plugin for distributed testing, most importantly across multiple CPUs >=3.6 3.8.0 MIT
python-dateutil Extensions to the standard Python datetime module >=2.8.1 2.9.0.post0 BSD License + Apache Software License
python-discovery Python interpreter discovery >=1.4.2 1.4.3 MIT License
PyYAML YAML parser and emitter for Python >=6.0.2 6.0.3 MIT
pyyaml_env_tag A custom YAML tag for referencing environment variables in YAML files. >=0.1 1.1 MIT
qrcode QR Code image generator >=8.0 8.2 BSD
readme_renderer readme_renderer is a library for rendering readme descriptions for Warehouse >=35.0 45.0 Apache-2.0
requests Python HTTP for Humans. >=2.20 2.34.2 Apache-2.0
requests-toolbelt A utility belt for advanced users of python-requests >=0.8.0, !=0.9.0 1.0.0 Apache 2.0
rfc3986 Validating URI References per RFC 3986 >=1.4.0 2.0.0 Apache 2.0
rich Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal >=13.9 15.0.0 MIT
ruff An extremely fast Python linter and code formatter, written in Rust. >=0.4 0.15.20 MIT
SecretStorage Python bindings to FreeDesktop.org Secret Service API >=3.2 3.5.0 BSD-3-Clause
semver Python helper for Semantic Versioning (https://semver.org) >=3.0 3.0.4 BSD License
six Python 2 and 3 compatibility utilities >=1.5 1.17.0 MIT
stdlib-list A list of Python Standard Libraries (2.7 through 3.14). 0.12.0 MIT License
svgwrite A Python library to create SVG drawings. 1.4.3 MIT License
textual Modern Text User Interface framework >=1.0 8.2.8 MIT
tomli A lil' TOML parser >=2.0 2.4.1 MIT
toolz List processing tools and functional utilities 1.1.0 BSD-3-Clause
twine Collection of utilities for publishing packages on PyPI >=5.1 6.2.0 Apache-2.0
ty An extremely fast Python type checker, written in Rust. >=0.0.14 0.0.56 MIT License
type-lens type-lens is a Python template project designed to simplify the setup of a new project. >=0.2.5 0.2.6 MIT
types-Markdown Typing stubs for Markdown >=3.6 3.10.2.20260518 Apache-2.0
types-PyYAML Typing stubs for PyYAML >=6.0 6.0.12.20260518 Apache-2.0
typing_extensions Backported and Experimental Type Hints for Python 3.9+ >=4.4.0, <5.0.0 4.16.0 PSF-2.0
urllib3 HTTP library with thread-safe connection pooling, file post, and more. >=1.26.0 2.7.0 MIT
virtualenv Virtual Python Environment builder >=20.10.0 21.5.1 MIT
watchdog Filesystem events monitoring >=2.0 6.0.0 Apache-2.0
yore Manage legacy code with comments. >=0.3.3 0.4.7 ISC
zensical A modern static site generator built by the creators of Material for MkDocs >=0.0.21 0.0.47 MIT
zipp Backport of pathlib-compatible object wrapper for zip files >=3.20 4.1.0 MIT

More credits from the author