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
Name | Version | License | Author | Description (from packaging data) |
---|---|---|---|---|
atlassian-python-api | 3.41.4 | Apache Software License | Matt Harasymczuk | Python Atlassian REST API Wrapper |
cogapp | 3.3.0 | MIT License | Ned Batchelder | Cog: A content generator for executing Python snippets in source files. |
defusedxml | 0.7.1 | Python Software Foundation License | Christian Heimes | XML bomb protection for Python stdlib modules |
jmespath | 1.0.1 | MIT License | James Saryerwinnie | JSON Matching Expressions |
openpyxl | 3.1.2 | MIT License | See AUTHORS | A Python library to read/write Excel 2010 xlsx/xlsm files |
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 |
requests-cache | 1.1.1 | BSD License | Roman Haritonov | A persistent cache for python requests |
scooby | 0.9.2 | MIT License | Dieter Werthmüller, Bane Sullivan, Alex Kaszynski, and contributors | A Great Dane turned Python environment detective |
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) |
---|---|---|---|---|
Deprecated | 1.2.14 | MIT License | Laurent LAPORTE | Python @deprecated decorator to deprecate old python classes, functions or methods. |
appdirs | 1.4.4 | MIT License | Trent Mick | A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir". |
attrs | 23.1.0 | MIT License | Hynek Schlawack [email protected] | Classes Without Boilerplate |
cattrs | 23.2.3 | MIT License | Tin Tvrtkovic [email protected] | Composable complex class support for attrs and dataclasses. |
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. |
click | 8.1.6 | BSD License | Pallets [email protected] | Composable command line interface toolkit |
et-xmlfile | 1.1.0 | MIT License | See ATUHORS.txt | An implementation of lxml.xmlfile for the standard library |
exceptiongroup | 1.1.2 | MIT License | Alex Grönholm [email protected] | Backport of PEP 654 (exception groups) |
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 |
platformdirs | 3.10.0 | MIT License | Bernát Gábor | A small Python package for determining appropriate platform-specific dirs, e.g. a "user data dir". |
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 |
typing_extensions | 4.7.1 | Python Software Foundation License | "Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee" [email protected] | Backported and Experimental Type Hints for Python 3.7+ |
url-normalize | 1.4.3 | MIT License | Nikolay Panov | URL normalization for Python |
urllib3 | 2.0.4 | MIT License | Andrey Petrov [email protected] | HTTP library with thread-safe connection pooling, file post, and more. |
wrapt | 1.15.0 | BSD License | Graham Dumpleton | Module 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
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]