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) |
---|---|---|---|---|
jmespath | 1.0.1 | MIT License | James Saryerwinnie | JSON Matching Expressions |
jsonschema | 4.20.0 | MIT License | Julian Berman | An implementation of JSON Schema validation for Python |
langcodes | 3.3.0 | MIT License | Elia Robyn Speer | Tools for labeling human languages with IETF language tags |
lazr.uri | 1.0.6 | GNU Library or Lesser General Public License (LGPL) | "LAZR Developers" team | A self-contained, easily reusable library for parsing, manipulating, |
msgspec | 0.18.5 | BSD License | Jim Crist-Harif | A fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML. |
pydantic | 2.5.3 | MIT License | Samuel Colvin [email protected], Eric Jolibois [email protected], Hasan Ramezani [email protected], Adrian Garcia Badaracco [email protected], Terrence Dorsey [email protected], David Montague [email protected], Serge Matveenko [email protected], Marcelo Trylesinski [email protected], Sydney Runkle [email protected], David Hewitt [email protected] | Data validation using Python type hints |
referencing | 0.32.1 | MIT License | Julian Berman | JSON Referencing + Python |
scooby | 0.9.2 | MIT License | Dieter Werthmüller, Bane Sullivan, Alex Kaszynski, and contributors | A Great Dane turned Python environment detective |
setuptools | 70.0.0 | MIT License | Python Packaging Authority | Easily download, build, install, upgrade, and uninstall Python packages |
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) |
---|---|---|---|---|
annotated-types | 0.6.0 | MIT License | Samuel Colvin [email protected], Adrian Garcia Badaracco [email protected], Zac Hatfield-Dodds [email protected] | Reusable constraint types to use with typing.Annotated |
attrs | 23.2.0 | MIT License | Hynek Schlawack [email protected] | Classes Without Boilerplate |
click | 8.1.7 | BSD License | Pallets [email protected] | Composable command line interface toolkit |
jsonschema-specifications | 2023.12.1 | MIT License | Julian Berman | The JSON Schema meta-schemas and vocabularies, exposed as a Registry |
pydantic_core | 2.14.6 | MIT License | Samuel Colvin [email protected] | UNKNOWN |
rpds-py | 0.17.1 | MIT License | Julian Berman | Python bindings to Rust's persistent data structures (rpds) |
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
jmespath==1.0.1
jsonschema==4.20.0
├── attrs [required: >=22.2.0, installed: 23.2.0]
├── jsonschema-specifications [required: >=2023.03.6, installed: 2023.12.1]
│ └── referencing [required: >=0.31.0, installed: 0.32.1]
│ ├── attrs [required: >=22.2.0, installed: 23.2.0]
│ └── rpds-py [required: >=0.7.0, installed: 0.17.1]
├── referencing [required: >=0.28.4, installed: 0.32.1]
│ ├── attrs [required: >=22.2.0, installed: 23.2.0]
│ └── rpds-py [required: >=0.7.0, installed: 0.17.1]
└── rpds-py [required: >=0.7.1, installed: 0.17.1]
langcodes==3.3.0
lazr.uri==1.0.6
└── setuptools [required: Any, installed: 70.0.0]
msgspec==0.18.5
pydantic==2.5.3
├── annotated-types [required: >=0.4.0, installed: 0.6.0]
├── pydantic_core [required: ==2.14.6, installed: 2.14.6]
│ └── typing_extensions [required: >=4.6.0,!=4.7.0, installed: 4.9.0]
└── typing_extensions [required: >=4.6.1, installed: 4.9.0]
scooby==0.9.2
typer==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]