Third Party Dependencies
The SBOM in CycloneDX v1.4 JSON format with SHA256 checksum (f799a6e4 ...).
Licenses
JSON files with complete license info of: direct dependencies | all dependencies
Direct Dependencies
Name | Version | License | Author | Description (from packaging data) |
---|---|---|---|---|
openpyxl | 3.1.2 | MIT License | See AUTHORS | A Python library to read/write Excel 2010 xlsx/xlsm files |
pandas | 2.1.4 | BSD License | The Pandas Development Team [email protected] | Powerful data structures for data analysis, time series, and statistics |
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 |
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) |
---|---|---|---|---|
click | 8.1.5 | 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 |
numpy | 1.25.1 | BSD License | Travis E. Oliphant et al. | Fundamental package for array computing in Python |
python-dateutil | 2.8.2 | Apache Software License; BSD License | Gustavo Niemeyer | Extensions to the standard Python datetime module |
pytz | 2023.3 | MIT License | Stuart Bishop | World timezone definitions, modern and historical |
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+ |
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
openpyxl==3.1.2
└── et-xmlfile [required: Any, installed: 1.1.0]
pandas==2.1.4
├── numpy [required: >=1.22.4,<2, installed: 1.25.1]
├── python-dateutil [required: >=2.8.2, installed: 2.8.2]
│ └── six [required: >=1.5, installed: 1.16.0]
├── pytz [required: >=2020.1, installed: 2023.3]
└── tzdata [required: >=2022.1, installed: 2023.3]
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]
typer==0.9.0
├── click [required: >=7.1.1,<9.0.0, installed: 8.1.5]
└── typing-extensions [required: >=3.7.4.3, installed: 4.7.1]