Third Party Dependencies
The SBOM in CycloneDX v1.4 JSON format with SHA256 checksum (99a9094a ...).
Licenses
JSON files with complete license info of: direct dependencies | all dependencies
Direct Dependencies
Name | Version | License | Author | Description (from packaging data) |
---|---|---|---|---|
attrs | 23.2.0 | MIT License | Hynek Schlawack [email protected] | Classes Without Boilerplate |
httpx | 0.26.0 | BSD License | Tom Christie [email protected] | The next generation HTTP client. |
msgspec | 0.18.5 | BSD License | Jim Crist-Harif | A fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML. |
Indirect Dependencies
Name | Version | License | Author | Description (from packaging data) |
---|---|---|---|---|
anyio | 3.7.1 | MIT License | Alex Grönholm [email protected] | High level compatibility layer for multiple asynchronous event loop implementations |
certifi | 2023.5.7 | Mozilla Public License 2.0 (MPL 2.0) | Kenneth Reitz | Python package for providing Mozilla's CA Bundle. |
h11 | 0.14.0 | MIT License | Nathaniel J. Smith | A pure-Python, bring-your-own-I/O implementation of HTTP/1.1 |
httpcore | 1.0.2 | BSD License | Tom Christie [email protected] | A minimal low-level HTTP client. |
idna | 3.4 | BSD License | Kim Davies [email protected] | Internationalized Domain Names in Applications (IDNA) |
rfc3986 | 2.0.0 | Apache Software License | Ian Stapleton Cordasco | Validating URI References per RFC 3986 |
sniffio | 1.3.0 | Apache Software License; MIT License | Nathaniel J. Smith | Sniff out which async library your code is running under |
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
attrs==23.2.0
httpx==0.26.0
├── anyio [required: Any, installed: 3.7.1]
│ ├── exceptiongroup [required: Any, installed: 1.1.2]
│ ├── idna [required: >=2.8, installed: 3.4]
│ └── sniffio [required: >=1.1, installed: 1.3.0]
├── certifi [required: Any, installed: 2023.5.7]
├── httpcore [required: ==1.*, installed: 1.0.2]
│ ├── certifi [required: Any, installed: 2023.5.7]
│ └── h11 [required: >=0.13,<0.15, installed: 0.14.0]
├── idna [required: Any, installed: 3.4]
└── sniffio [required: Any, installed: 1.3.0]
msgspec==0.18.5