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

NameVersionLicenseAuthorDescription (from packaging data)
atlassian-python-api3.41.4Apache Software LicenseMatt HarasymczukPython Atlassian REST API Wrapper
jmespath1.0.1MIT LicenseJames SaryerwinnieJSON Matching Expressions
robotframework6.1.1Apache Software LicensePekka KlärckGeneric automation framework for acceptance testing and robotic process automation (RPA)
wrapt1.16.0BSD LicenseGraham DumpletonModule for decorators, wrappers and monkey patching.

Indirect Dependencies

NameVersionLicenseAuthorDescription (from packaging data)
Deprecated1.2.14MIT LicenseLaurent LAPORTEPython @deprecated decorator to deprecate old python classes, functions or methods.
certifi2023.7.22Mozilla Public License 2.0 (MPL 2.0)Kenneth ReitzPython package for providing Mozilla's CA Bundle.
charset-normalizer3.2.0MIT LicenseAhmed TAHRIThe Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
idna3.4BSD LicenseKim Davies [email protected]Internationalized Domain Names in Applications (IDNA)
oauthlib3.2.2BSD LicenseThe OAuthlib CommunityA generic, spec-compliant, thorough implementation of the OAuth request-signing logic
requests-oauthlib1.3.1BSD LicenseKenneth ReitzOAuthlib authentication support for Requests.
requests2.31.0Apache Software LicenseKenneth ReitzPython HTTP for Humans.
six1.16.0MIT LicenseBenjamin PetersonPython 2 and 3 compatibility utilities
urllib32.0.4MIT LicenseAndrey 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

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