Third Party Dependencies

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

Licenses

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

Direct Dependencies

NameVersionLicenseAuthorDescription (from packaging data)
jsonschema4.20.0MIT LicenseJulian BermanAn implementation of JSON Schema validation for Python
typer0.9.0MIT LicenseSebastián RamírezTyper, build great CLIs. Easy to code. Based on Python type hints.
xmlschema3.0.0MIT LicenseDavide BrunatoAn XML Schema validator and decoder

Indirect Dependencies

NameVersionLicenseAuthorDescription (from packaging data)
attrs23.2.0MIT LicenseHynek Schlawack [email protected]Classes Without Boilerplate
click8.1.6BSD LicensePallets [email protected]Composable command line interface toolkit
elementpath4.1.5MIT LicenseDavide BrunatoXPath 1.0/2.0/3.0/3.1 parsers and selectors for ElementTree and lxml
jsonschema-specifications2023.7.1MIT LicenseJulian BermanThe JSON Schema meta-schemas and vocabularies, exposed as a Registry
referencing0.30.2MIT LicenseJulian BermanJSON Referencing + Python
rpds-py0.9.2MIT LicenseJulian BermanPython bindings to Rust's persistent data structures (rpds)
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+

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

jsonschema==4.20.0
├── attrs [required: >=22.2.0, installed: 23.2.0]
├── jsonschema-specifications [required: >=2023.03.6, installed: 2023.7.1]
│   └── referencing [required: >=0.28.0, installed: 0.30.2]
│       ├── attrs [required: >=22.2.0, installed: 23.2.0]
│       └── rpds-py [required: >=0.7.0, installed: 0.9.2]
├── referencing [required: >=0.28.4, installed: 0.30.2]
│   ├── attrs [required: >=22.2.0, installed: 23.2.0]
│   └── rpds-py [required: >=0.7.0, installed: 0.9.2]
└── rpds-py [required: >=0.7.1, installed: 0.9.2]
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]
xmlschema==3.0.0
└── elementpath [required: >=4.1.5,<5.0.0, installed: 4.1.5]