Third Party Dependencies

The SBOM in CycloneDX v1.4 JSON format with SHA256 checksum (798b8f29 ...).

Licenses

JSON files with complete license info of: direct dependencies | all dependencies

Direct Dependencies

NameVersionLicenseAuthorDescription (from packaging data)
mdformat-gfm0.3.5MIT LicenseTaneli HukkinenMdformat plugin for GitHub Flavored Markdown compatibility
pypandoc1.12MIT LicenseJuho VepsäläinenThin wrapper for pandoc.
typer0.9.0MIT LicenseSebastián RamírezTyper, build great CLIs. Easy to code. Based on Python type hints.

Indirect Dependencies

NameVersionLicenseAuthorDescription (from packaging data)
click8.1.6BSD LicensePallets [email protected]Composable command line interface toolkit
markdown-it-py2.2.0MIT LicenseChris Sewell [email protected]Python port of markdown-it. Markdown parsing, done right!
mdformat0.7.16MIT LicenseTaneli Hukkinen [email protected]CommonMark compliant Markdown formatter
mdformat_tables0.4.1MIT LicenseChris SewellAn mdformat plugin for rendering tables.
mdit-py-plugins0.3.5MIT LicenseChris Sewell [email protected]Collection of plugins for markdown-it-py
mdurl0.1.2MIT LicenseTaneli Hukkinen [email protected]Markdown URL utilities
tomli2.0.1MIT LicenseTaneli Hukkinen [email protected]A lil' TOML parser
typing_extensions4.7.1Python Software Foundation License"Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee" [email protected]Backported and Experimental Type Hints for Python 3.7+

Dependency Tree(s)

JSON file with the complete package dependency tree info of: the full dependency tree

Rendered SVG

Base graphviz file in dot format: Trees of the direct dependencies

Trees of the direct dependencies

Console Representation

mdformat-gfm==0.3.5
├── markdown-it-py [required: Any, installed: 2.2.0]
│   └── mdurl [required: ~=0.1, installed: 0.1.2]
├── mdformat [required: >=0.7.5,<0.8.0, installed: 0.7.16]
│   ├── markdown-it-py [required: >=1.0.0,<3.0.0, installed: 2.2.0]
│   │   └── mdurl [required: ~=0.1, installed: 0.1.2]
│   └── tomli [required: >=1.1.0, installed: 2.0.1]
├── mdformat-tables [required: >=0.4.0, installed: 0.4.1]
│   └── mdformat [required: >=0.7.5,<0.8.0, installed: 0.7.16]
│       ├── markdown-it-py [required: >=1.0.0,<3.0.0, installed: 2.2.0]
│       │   └── mdurl [required: ~=0.1, installed: 0.1.2]
│       └── tomli [required: >=1.1.0, installed: 2.0.1]
└── mdit-py-plugins [required: >=0.2.0,<0.4.0, installed: 0.3.5]
    └── markdown-it-py [required: >=1.0.0,<3.0.0, installed: 2.2.0]
        └── mdurl [required: ~=0.1, installed: 0.1.2]
pypandoc==1.12
typer==0.9.0
├── click [required: >=7.1.1,<9.0.0, installed: 8.1.6]
└── typing-extensions [required: >=3.7.4.3, installed: 4.7.1]