Metadata-Version: 2.4
Name: earningscall-development
Version: 1.2.26
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.2.0
Requires-Dist: aiohttp~=3.12.15
Requires-Dist: beautifulsoup4~=4.13.3
Requires-Dist: earningscall~=1.3.2
Requires-Dist: fasttext-wheel~=0.9.2
Requires-Dist: feedparser~=6.0.8
Requires-Dist: firebase-admin~=6.9.0
Requires-Dist: geoip2~=4.8.0
Requires-Dist: google-api-python-client~=2.173.0
Requires-Dist: html5lib~=1.1
Requires-Dist: httpagentparser~=1.9.0
Requires-Dist: httpretty~=1.1.4
Requires-Dist: huggingface-hub[hf-xet]
Requires-Dist: langextract[openai]~=1.0.9
Requires-Dist: mock~=5.2.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: playwright~=1.55.0
Requires-Dist: psutil
Requires-Dist: psycopg~=3.2.5
Requires-Dist: pyjwt~=2.10.1
Requires-Dist: pymupdf==1.26.0
Requires-Dist: pytest~=8.3.4
Requires-Dist: pytubefix~=8.13.1
Requires-Dist: selenium-authenticated-proxy~=1.1.2
Requires-Dist: selenium~=4.31.0
Requires-Dist: setuptools~=80.0.0
Requires-Dist: simfin~=1.0.1
Requires-Dist: sklearn-crfsuite==0.3.6
Requires-Dist: smart-open[s3]<8,>=7.1.0
Requires-Dist: soundcard~=0.4.0
Requires-Dist: spacy<4,>=3.7.5
Requires-Dist: textblob~=0.18.0
Requires-Dist: tldextract<6,>=5.1.2
Requires-Dist: tweepy~=3.10.0
Requires-Dist: urllib3<3,>=2.0.2
Requires-Dist: user-agents~=2.2.0
Requires-Dist: websocket-client~=1.8.0
Requires-Dist: yt-dlp[default]~=2025.3.27
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
```
