Metadata-Version: 2.4
Name: earningscall-development
Version: 1.0.7
Summary: EarningsCall Development 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: aia~=0.1.0
Requires-Dist: aiohttp~=3.9.3
Requires-Dist: beautifulsoup4~=4.12.3
Requires-Dist: earningscall~=1.0.2
Requires-Dist: fasttext-wheel~=0.9.2
Requires-Dist: feedparser~=6.0.8
Requires-Dist: firebase-admin~=6.6.0
Requires-Dist: geoip2~=4.8.0
Requires-Dist: google-api-python-client~=2.157.0
Requires-Dist: httpagentparser~=1.9.0
Requires-Dist: httpretty~=1.1.4
Requires-Dist: matplotlib~=3.9.0
Requires-Dist: mock~=5.1.0
Requires-Dist: names~=0.3.0
Requires-Dist: nltk~=3.9.1
Requires-Dist: numpy~=1.26.4
Requires-Dist: pillow~=10.3.0
Requires-Dist: psycopg~=3.1.16
Requires-Dist: pytest~=8.3.4
Requires-Dist: python-dateutil~=2.8.1
Requires-Dist: pytubefix~=8.10.0
Requires-Dist: pytz~=2021.1
Requires-Dist: selenium-authenticated-proxy~=1.1.2
Requires-Dist: selenium~=4.27.1
Requires-Dist: setuptools~=75.8.0
Requires-Dist: simfin~=1.0.1
Requires-Dist: sklearn-crfsuite==0.3.6
Requires-Dist: smart-open[s3]~=6.4.0
Requires-Dist: soundcard~=0.4.0
Requires-Dist: spacy~=3.7.5
Requires-Dist: textblob~=0.18.0
Requires-Dist: tldextract~=5.1.2
Requires-Dist: tweepy~=3.10.0
Requires-Dist: ua-parser~=0.10.0
Requires-Dist: urllib3~=1.26.6
Requires-Dist: user-agents~=2.2.0
Requires-Dist: websocket-client~=1.8.0
Description-Content-Type: text/markdown

# EarningsCall Development

A Python package that provides development 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-development-1.0.0.tar.gz
```
