Third Party Dependencies

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

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
cogapp3.3.0MIT LicenseNed BatchelderCog: A content generator for executing Python snippets in source files.
defusedxml0.7.1Python Software Foundation LicenseChristian HeimesXML bomb protection for Python stdlib modules
jmespath1.0.1MIT LicenseJames SaryerwinnieJSON Matching Expressions
openpyxl3.1.2MIT LicenseSee AUTHORSA Python library to read/write Excel 2010 xlsx/xlsm files
pydantic2.5.3MIT LicenseSamuel 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
requests-cache1.1.1BSD LicenseRoman HaritonovA persistent cache for python requests
scooby0.9.2MIT LicenseDieter Werthmüller, Bane Sullivan, Alex Kaszynski, and contributorsA Great Dane turned Python environment detective
typer0.9.0MIT LicenseSebastián RamírezTyper, build great CLIs. Easy to code. Based on Python type hints.

Indirect Dependencies

NameVersionLicenseAuthorDescription (from packaging data)
Deprecated1.2.14MIT LicenseLaurent LAPORTEPython @deprecated decorator to deprecate old python classes, functions or methods.
appdirs1.4.4MIT LicenseTrent MickA small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
attrs23.1.0MIT LicenseHynek Schlawack [email protected]Classes Without Boilerplate
cattrs23.2.3MIT LicenseTin Tvrtkovic [email protected]Composable complex class support for attrs and dataclasses.
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.
click8.1.6BSD LicensePallets [email protected]Composable command line interface toolkit
et-xmlfile1.1.0MIT LicenseSee ATUHORS.txtAn implementation of lxml.xmlfile for the standard library
exceptiongroup1.1.2MIT LicenseAlex Grönholm [email protected]Backport of PEP 654 (exception groups)
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
platformdirs3.10.0MIT LicenseBernát GáborA small Python package for determining appropriate platform-specific dirs, e.g. a "user data dir".
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
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+
url-normalize1.4.3MIT LicenseNikolay PanovURL normalization for Python
urllib32.0.4MIT LicenseAndrey Petrov [email protected]HTTP library with thread-safe connection pooling, file post, and more.
wrapt1.15.0BSD LicenseGraham DumpletonModule for decorators, wrappers and monkey patching.

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.15.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]
cogapp==3.3.0
defusedxml==0.7.1
jmespath==1.0.1
openpyxl==3.1.2
└── et-xmlfile [required: Any, installed: 1.1.0]
pydantic==2.5.3
├── annotated-types [required: >=0.4.0, installed: 0.5.0]
├── pydantic-core [required: ==2.14.6, installed: 2.14.6]
│   └── typing-extensions [required: >=4.6.0,!=4.7.0, installed: 4.7.1]
└── typing-extensions [required: >=4.6.1, installed: 4.7.1]
requests-cache==1.1.1
├── attrs [required: >=21.2, installed: 23.1.0]
├── cattrs [required: >=22.2, installed: 23.2.3]
│   ├── attrs [required: >=23.1.0, installed: 23.1.0]
│   ├── exceptiongroup [required: >=1.1.1, installed: 1.1.2]
│   └── typing-extensions [required: >=4.1.0,!=4.6.3, installed: 4.7.1]
├── platformdirs [required: >=2.5, installed: 3.10.0]
├── requests [required: >=2.22, 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]
├── url-normalize [required: >=1.4, installed: 1.4.3]
│   └── six [required: Any, installed: 1.16.0]
└── urllib3 [required: >=1.25.5, installed: 2.0.4]
scooby==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]