Third Party Dependencies
The SBOM in CycloneDX v1.4 JSON format with SHA256 checksum (e0a808f5 ...).
Licenses
JSON files with complete license info of: direct dependencies | all dependencies
Direct Dependencies
Name | Version | License | Author | Description (from packaging data) |
---|---|---|---|---|
GitPython | 3.1.37 | BSD License | Sebastian Thiel, Michael Trier | GitPython is a Python library used to interact with Git repositories |
PyYAML | 6.0.1 | MIT License | Kirill Simonov | YAML parser and emitter for Python |
typer | 0.9.0 | MIT License | Sebastián Ramírez | Typer, build great CLIs. Easy to code. Based on Python type hints. |
Indirect Dependencies
Name | Version | License | Author | Description (from packaging data) |
---|---|---|---|---|
click | 8.1.5 | BSD License | Pallets [email protected] | Composable command line interface toolkit |
gitdb | 4.0.10 | BSD License | Sebastian Thiel | Git Object Database |
smmap | 5.0.0 | BSD License | Sebastian Thiel | A pure Python implementation of a sliding window memory map manager |
typing_extensions | 4.7.1 | Python 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
Console Representation
GitPython==3.1.37
└── 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.5]
└── typing-extensions [required: >=3.7.4.3, installed: 4.7.1]