Third Party Dependencies
The SBOM in CycloneDX v1.4 JSON format with SHA256 checksum (40ba50da ...).
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 | MIT License | Kirill Simonov | YAML parser and emitter for Python |
foran | 2022.12.7 | 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. |
taksonomia | 2022.12.7 | MIT License | Stefan Hagen [email protected] | Taxonomy (Finnish: taksonomia) of a folder tree, guided by conventions. |
treelib | 1.6.1 | Apache Software License | Xiaming Chen | A Python 2/3 implementation of tree structure. |
typer | 0.7.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.40 | BSD License | Sebastian Thiel, Michael Trier | GitPython is a Python library used to interact with Git repositories |
click | 8.1.6 | BSD License | Pallets [email protected] | Composable command line interface toolkit |
future | 0.18.3 | MIT License | Ed Schofield | Clean single-source support for Python 3 and 2 |
gitdb | 4.0.10 | BSD License | Sebastian Thiel | Git Object Database |
lxml | 4.9.3 | BSD License | lxml dev team | Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API. |
psutil | 5.9.5 | 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.0 | BSD License | Sebastian Thiel | A pure Python implementation of a sliding window memory map manager |
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==2022.12.7
├── GitPython [required: >=3.1.29, installed: 3.1.40]
│ └── gitdb [required: >=4.0.1,<5, installed: 4.0.10]
│ └── smmap [required: >=3.0.1,<6, installed: 5.0.0]
└── typer [required: >=0.7.0, installed: 0.7.0]
└── click [required: >=7.1.1,<9.0.0, installed: 8.1.6]
taksonomia==2022.12.7
├── lxml [required: >=4.9.1, installed: 4.9.3]
├── orjson [required: >=3.8.3, installed: 3.9.4]
├── psutil [required: >=5.9.4, installed: 5.9.5]
├── py-cpuinfo [required: >=9.0.0, installed: 9.0.0]
└── PyYAML [required: >=6.0, installed: 6.0]
treelib==1.6.1
└── future [required: Any, installed: 0.18.3]