Metadata-Version: 2.4
Name: earningscall-development
Version: 1.4.39
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: aia~=0.2.0
Requires-Dist: aiohttp~=3.13.3
Requires-Dist: anthropic~=0.100.0
Requires-Dist: arnparse~=0.0.2
Requires-Dist: aws-encryption-sdk~=4.0.5
Requires-Dist: beautifulsoup4~=4.14.3
Requires-Dist: boto3-stubs[essential]~=1.43.2
Requires-Dist: boto3[crt]~=1.43.2
Requires-Dist: boto3~=1.43.2
Requires-Dist: botocore[crt]~=1.43.2
Requires-Dist: botocore~=1.43.2
Requires-Dist: cachetools<6.0,>=2.0.0
Requires-Dist: camoufox[geoip]~=0.4.11
Requires-Dist: cerebras-cloud-sdk~=1.67.0
Requires-Dist: cryptography~=48.0.0
Requires-Dist: dateparser~=1.4.0
Requires-Dist: dictdiffer~=0.9.0
Requires-Dist: earningscall~=2.0.0
Requires-Dist: fasttext-numpy2~=0.10.4
Requires-Dist: feedparser~=6.0.8
Requires-Dist: firebase-admin~=6.9.0
Requires-Dist: geoip2~=5.2.0
Requires-Dist: google-api-python-client~=2.195.0
Requires-Dist: google-auth~=2.50.0
Requires-Dist: html5lib~=1.1
Requires-Dist: httpagentparser~=1.9.0
Requires-Dist: httpretty~=1.1.4
Requires-Dist: httpx~=0.28.1
Requires-Dist: huggingface-hub[hf-xet]
Requires-Dist: langchain-anthropic~=1.4.1
Requires-Dist: langchain-aws~=1.4.5
Requires-Dist: langchain-cerebras~=0.8.2
Requires-Dist: langchain-community~=0.4.1
Requires-Dist: langchain-core~=1.3.2
Requires-Dist: langchain-google-genai~=4.2.2
Requires-Dist: langchain-groq~=1.1.2
Requires-Dist: langchain-openai~=1.2.1
Requires-Dist: langchain-tavily~=0.2.18
Requires-Dist: langchain~=1.2.10
Requires-Dist: langextract[openai]~=1.3.0
Requires-Dist: langgraph-checkpoint-mongodb~=0.3.1
Requires-Dist: langgraph-prebuilt~=1.0.11
Requires-Dist: langgraph~=1.1.9
Requires-Dist: langsmith~=0.8.0
Requires-Dist: mock~=5.2.0
Requires-Dist: more-itertools~=11.0.1
Requires-Dist: names~=0.3.0
Requires-Dist: nltk~=3.9.1
Requires-Dist: numpy~=2.4.3
Requires-Dist: openai~=2.33.0
Requires-Dist: openpyxl~=3.1.5
Requires-Dist: pillow~=12.2.0
Requires-Dist: playwright~=1.59.0
Requires-Dist: psutil
Requires-Dist: psycopg~=3.3.3
Requires-Dist: pydantic~=2.13.3
Requires-Dist: pyjwt~=2.12.1
Requires-Dist: pymupdf==1.26.0
Requires-Dist: pynamodb~=6.1.0
Requires-Dist: pytest-timeout>=2.4.0
Requires-Dist: pytest-xdist~=3.8.0
Requires-Dist: pytest~=9.0.2
Requires-Dist: python-dateutil~=2.9.0.post0
Requires-Dist: pytubefix~=10.5.0
Requires-Dist: pytz~=2026.1.post1
Requires-Dist: requests~=2.33.0
Requires-Dist: retrying~=1.4.2
Requires-Dist: selenium-authenticated-proxy~=1.1.2
Requires-Dist: selenium~=4.43.0
Requires-Dist: setuptools~=82.0.1
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~=3.8.13
Requires-Dist: stripe~=15.1.0
Requires-Dist: textblob~=0.20.0
Requires-Dist: tiktoken<0.8.0,>=0.6.0
Requires-Dist: tldextract<6,>=5.1.2
Requires-Dist: tweepy~=4.16.0
Requires-Dist: urllib3<3,>=2.0.2
Requires-Dist: user-agents~=2.2.0
Requires-Dist: watchdog~=6.0.0
Requires-Dist: websocket-client~=1.9.0
Requires-Dist: yt-dlp-ejs~=0.8.0
Requires-Dist: yt-dlp[default]~=2026.3.17
Description-Content-Type: text/markdown

# EarningsCall Development

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

## Requirements

- Python >= 3.10
- 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
```
