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

NameVersionLicenseAuthorDescription (from packaging data)
PyYAML6.0.1MIT LicenseKirill SimonovYAML parser and emitter for Python
foran2023.6.19MIT LicenseStefan 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.
shellingham1.5.4ISC License (ISCL)Tzu-ping ChungTool to Detect Surrounding Shell
taksonomia2023.6.18MIT LicenseStefan Hagen [email protected]Taxonomy (Finnish: taksonomia) of a folder tree, guided by conventions.
treelib1.7.0Apache Software LicenseXiaming ChenA Python implementation of tree structure.
typer0.9.0MIT LicenseSebastián RamírezTyper, build great CLIs. Easy to code. Based on Python type hints.

Indirect Dependencies

NameVersionLicenseAuthorDescription (from packaging data)
GitPython3.1.41BSD LicenseSebastian Thiel, Michael TrierGitPython is a Python library used to interact with Git repositories
click8.1.7BSD LicensePallets [email protected]Composable command line interface toolkit
gitdb4.0.11BSD LicenseSebastian ThielGit Object Database
lxml5.1.0BSD Licenselxml dev teamPowerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
psutil5.9.8BSD LicenseGiampaolo RodolaCross-platform lib for process and system monitoring in Python.
py-cpuinfo9.0.0MIT LicenseMatthew Brennan JonesGet CPU info with pure Python
smmap5.0.1BSD LicenseSebastian ThielA pure Python implementation of a sliding window memory map manager
typing_extensions4.9.0Python 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

Trees of the direct dependencies

Console Representation

foran==2023.6.19
├── GitPython [required: >=3.1.31, installed: 3.1.41]
│   └── 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]