Metadata-Version: 2.4
Name: earningscall-boto
Version: 1.0.2
Summary: EarningsCall Boto 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
Keywords: boto
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: boto3~=1.36.0
Requires-Dist: botocore~=1.36.0
Description-Content-Type: text/markdown

# EarningsCall Boto

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

## Requirements

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

## Installation

```bash
pip install https://pkg.earningscalls.biz/earningscall_base-1.0.0.tar.gz
```
