Third Party Dependencies

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

Licenses

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

Direct Dependencies

NameVersionLicenseAuthorDescription (from packaging data)
GitPython3.1.40BSD LicenseSebastian Thiel, Michael TrierGitPython is a Python library used to interact with Git repositories
PyYAML6.0.1MIT LicenseKirill SimonovYAML parser and emitter for Python
dulwich0.21.7Apache Software LicenseJelmer Vernooij [email protected]Python Git Library
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
gitdb4.0.10BSD LicenseSebastian ThielGit Object Database
smmap5.0.0BSD LicenseSebastian ThielA pure Python implementation of a sliding window memory map manager
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+
urllib32.0.4MIT LicenseAndrey Petrov [email protected]HTTP library with thread-safe connection pooling, file post, and more.

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

dulwich==0.21.7
└── urllib3 [required: >=1.25, installed: 2.0.4]
GitPython==3.1.40
└── gitdb [required: >=4.0.1,<5, installed: 4.0.10]
    └── smmap [required: >=3.0.1,<6, installed: 5.0.0]
PyYAML==6.0.1
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]