Metadata-Version: 2.3
Name: codal-tsetmc
Version: 3.0.6
Summary: Data Downloader for Codal and Tehran stock market
License: MIT
Keywords: codal,tsetmc,stock,iran,finance,crawler
Author: Mohsen Ebrahimi
Author-email: mohsenebrahimy.ir@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Office/Business :: Financial :: Investment
Requires-Dist: PyYAML (>=6.0,<7.0)
Requires-Dist: SQLAlchemy (>=2.0,<3.0)
Requires-Dist: aiohttp (>=3.10,<4.0)
Requires-Dist: aiosignal (>=1.2,<2.0)
Requires-Dist: beautifulsoup4 (>=4.11,<5.0)
Requires-Dist: html5lib (>=1.1,<2.0)
Requires-Dist: jalali-pandas (>=0.2,<0.3)
Requires-Dist: lxml (>=5.3,<6.0)
Requires-Dist: nest-asyncio (>=1.5,<2.0)
Requires-Dist: pandas (>=2.3,<3.0)
Requires-Dist: python-decouple (>=3.8)
Requires-Dist: python-dotenv (>=1.0)
Requires-Dist: requests (>=2.25,<3.0)
Project-URL: Documentation, https://mohsenebrahimyir.github.io/codal-tsetmc/
Project-URL: Homepage, https://mohsenebrahimyir.github.io/codal-tsetmc/
Project-URL: Repository, https://github.com/mohsenebrahimyir/codal-tsetmc.git
Description-Content-Type: text/markdown

# کدال و بورس در پایتون

این پکیچ برای جستجوی داده‌های سایت کدال و بازار سرمایه برای اهداف تحلیل بنیادی تهیه شده است.

- [آموزش بسته](https://mohsenebrahimyir.github.io/codal-tsetmc/)
- [تلگرام @codal_tsetmc_package](https://t.me/codal_tsetmc_package)

برای ذخیره سازی داده‌های صورت مالی کدال پکیج دیگری در نظر گرفته شده که میتوانید با این ایمیل ارتباط بگیرید.

-(mohsenebrahimy.ir@gmail.com)<mailto:mohsenebrahimy.ir@gmail.com>

## نصب پکیج

نسخه‌های مجاز پایتون از 3.12 بالاتر باید باشد.

برای استفاده از این بسته پیشنهاد می‌شود از محیط مجازی استفاده کنید.

```bash
python -m venv .venv
```

فعال سازی محیط مجازی در لینوکس

```bash
source .venv/bin/activate
```

فعال سازی محیط مجازی در ویندوز

```cmd
> .\venv\Scripts\activate
```

نصب از `pypi`:

```bash
pip install -U codal-tsetmc
```

نصب از نسخه در حال توسعه `github`

```bash
pip install git+https://github.com/mohsenebrahimyir/codal-tsetmc.git
```

