Third Party Dependencies
The SBOM in CycloneDX v1.4 JSON format with SHA256 checksum (e3b0c442 ...).
Licenses
JSON files with complete license info of: direct dependencies | all dependencies
Direct Dependencies
Name | Version | License | Author | Description (from packaging data) |
---|---|---|---|---|
PyYAML | 6.0.1 | MIT License | Kirill Simonov | YAML parser and emitter for Python |
foran | 2023.6.19 | MIT License | Stefan Hagen [email protected] | In front or behind (Danish: foran eller bagved)? Answering the question if a local repository status is in front of or behind its remote. |
shellingham | 1.5.4 | ISC License (ISCL) | Tzu-ping Chung | Tool to Detect Surrounding Shell |
taksonomia | 2023.6.18 | MIT License | Stefan Hagen [email protected] | Taxonomy (Finnish: taksonomia) of a folder tree, guided by conventions. |
treelib | 1.7.0 | Apache Software License | Xiaming Chen | A Python implementation of tree structure. |
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) |
---|---|---|---|---|
GitPython | 3.1.43 | BSD License | Sebastian Thiel, Michael Trier | GitPython is a Python library used to interact with Git repositories |
click | 8.1.7 | BSD License | Pallets [email protected] | Composable command line interface toolkit |
gitdb | 4.0.11 | BSD License | Sebastian Thiel | Git Object Database |
lxml | 5.1.0 | BSD License | lxml dev team | Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API. |
psutil | 5.9.8 | BSD License | Giampaolo Rodola | Cross-platform lib for process and system monitoring in Python. |
py-cpuinfo | 9.0.0 | MIT License | Matthew Brennan Jones | Get CPU info with pure Python |
smmap | 5.0.1 | BSD License | Sebastian Thiel | A pure Python implementation of a sliding window memory map manager |
typing_extensions | 4.9.0 | Python Software Foundation License | "Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee" [email protected] | Backported and Experimental Type Hints for Python 3.8+ |
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
foran==2023.6.19
├── GitPython [required: >=3.1.31, installed: 3.1.43]
│ └── gitdb [required: >=4.0.1,<5, installed: 4.0.11]
│ └── smmap [required: >=3.0.1,<6, installed: 5.0.1]
└── typer [required: >=0.9.0, installed: 0.9.0]
├── click [required: >=7.1.1,<9.0.0, installed: 8.1.7]
└── typing_extensions [required: >=3.7.4.3, installed: 4.9.0]
shellingham==1.5.4
taksonomia==2023.6.18
├── lxml [required: >=4.9.2, installed: 5.1.0]
├── msgspec [required: >=0.16.0, installed: 0.18.6]
├── psutil [required: >=5.9.5, installed: 5.9.8]
├── py-cpuinfo [required: >=9.0.0, installed: 9.0.0]
└── PyYAML [required: >=6.0, installed: 6.0.1]
treelib==1.7.0
└── six [required: Any, installed: 1.16.0]