Metadata-Version: 2.4
Name: earningscall-base
Version: 1.0.20
Summary: EarningsCall Base Dependencies
Project-URL: Homepage, https://earningscall.biz
Project-URL: Documentation, https://github.com/EarningsCall/earningscall-python
Project-URL: Repository, https://github.com/EarningsCall/earningscall-python
Project-URL: Issues, https://github.com/EarningsCall/earningscall-python/issues
Project-URL: Source, https://github.com/EarningsCall/earningscall-python
Project-URL: Changelog, https://github.com/EarningsCall/earningscall-python/blob/master/CHANGELOG.md
Author-email: EarningsCall <dev@earningscall.biz>
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.8
Requires-Dist: arnparse~=0.0.2
Requires-Dist: aws-encryption-sdk~=4.0.1
Requires-Dist: cachetools~=5.5.2
Requires-Dist: cryptography~=44.0.2
Requires-Dist: dateparser~=1.2.1
Requires-Dist: dictdiffer~=0.9.0
Requires-Dist: google-auth~=2.40.3
Requires-Dist: more-itertools~=10.7.0
Requires-Dist: pynamodb~=6.1.0
Requires-Dist: python-dateutil~=2.9.0.post0
Requires-Dist: pytz~=2025.2
Requires-Dist: requests~=2.32.3
Requires-Dist: retrying~=1.3.4
Description-Content-Type: text/markdown

# EarningsCall Base

A Python package that provides base dependencies for the EarningsCall platform.

## Requirements

- Python >= 3.8
- Dependencies are managed through pip and specified in pyproject.toml

## Installation

```bash
pip install -vv --index-url https://pkg.earningscalls.biz/ earningscall-base
```
