Third Party Dependencies
The SBOM in CycloneDX v1.4 JSON format with SHA256 checksum (b9d449b8 ...).
Licenses
JSON files with complete license info of: direct dependencies | all dependencies
Direct Dependencies
Name | Version | License | Author | Description (from packaging data) |
---|---|---|---|---|
atlassian-python-api | 3.41.4 | Apache Software License | Matt Harasymczuk | Python Atlassian REST API Wrapper |
jmespath | 1.0.1 | MIT License | James Saryerwinnie | JSON Matching Expressions |
robotframework | 6.1.1 | Apache Software License | Pekka Klärck | Generic automation framework for acceptance testing and robotic process automation (RPA) |
wrapt | 1.16.0 | BSD License | Graham Dumpleton | Module for decorators, wrappers and monkey patching. |
Indirect Dependencies
Name | Version | License | Author | Description (from packaging data) |
---|---|---|---|---|
Deprecated | 1.2.14 | MIT License | Laurent LAPORTE | Python @deprecated decorator to deprecate old python classes, functions or methods. |
certifi | 2023.7.22 | Mozilla Public License 2.0 (MPL 2.0) | Kenneth Reitz | Python package for providing Mozilla's CA Bundle. |
charset-normalizer | 3.2.0 | MIT License | Ahmed TAHRI | The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. |
idna | 3.4 | BSD License | Kim Davies [email protected] | Internationalized Domain Names in Applications (IDNA) |
oauthlib | 3.2.2 | BSD License | The OAuthlib Community | A generic, spec-compliant, thorough implementation of the OAuth request-signing logic |
requests-oauthlib | 1.3.1 | BSD License | Kenneth Reitz | OAuthlib authentication support for Requests. |
requests | 2.31.0 | Apache Software License | Kenneth Reitz | Python HTTP for Humans. |
six | 1.16.0 | MIT License | Benjamin Peterson | Python 2 and 3 compatibility utilities |
urllib3 | 2.0.4 | MIT License | Andrey Petrov [email protected] | HTTP library with thread-safe connection pooling, file post, and more. |
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
atlassian-python-api==3.41.4
├── Deprecated [required: Any, installed: 1.2.14]
│ └── wrapt [required: >=1.10,<2, installed: 1.16.0]
├── oauthlib [required: Any, installed: 3.2.2]
├── requests [required: Any, installed: 2.31.0]
│ ├── certifi [required: >=2017.4.17, installed: 2023.7.22]
│ ├── charset-normalizer [required: >=2,<4, installed: 3.2.0]
│ ├── idna [required: >=2.5,<4, installed: 3.4]
│ └── urllib3 [required: >=1.21.1,<3, installed: 2.0.4]
├── requests-oauthlib [required: Any, installed: 1.3.1]
│ ├── oauthlib [required: >=3.0.0, installed: 3.2.2]
│ └── requests [required: >=2.0.0, installed: 2.31.0]
│ ├── certifi [required: >=2017.4.17, installed: 2023.7.22]
│ ├── charset-normalizer [required: >=2,<4, installed: 3.2.0]
│ ├── idna [required: >=2.5,<4, installed: 3.4]
│ └── urllib3 [required: >=1.21.1,<3, installed: 2.0.4]
└── six [required: Any, installed: 1.16.0]
jmespath==1.0.1
robotframework==6.1.1