Metadata-Version: 2.4
Name: market-data-feed
Version: 0.1.0
Summary: Indian market data: NSE, BSE, MCX + custom 1-minute OHLCV
Author-email: Praglitch <your-email@example.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/Praglitch/market-data-feed
Project-URL: Repository, https://github.com/Praglitch/market-data-feed
Project-URL: BugTracker, https://github.com/Praglitch/market-data-feed/issues
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=2.0.0
Requires-Dist: requests>=2.31.0
Requires-Dist: openpyxl>=3.1.0
Requires-Dist: curl-cffi>=0.7.0
Requires-Dist: google-api-python-client>=2.100.0
Requires-Dist: google-auth-oauthlib>=1.0.0
Requires-Dist: google-auth-httplib2>=0.1.0
Provides-Extra: s3
Requires-Dist: boto3>=1.28.0; extra == "s3"
Provides-Extra: polars
Requires-Dist: polars>=0.20.0; extra == "polars"
Provides-Extra: cloudflare
Requires-Dist: cloudscraper>=1.2.71; extra == "cloudflare"
Provides-Extra: all
Requires-Dist: boto3>=1.28.0; extra == "all"
Requires-Dist: polars>=0.20.0; extra == "all"
Requires-Dist: cloudscraper>=1.2.71; extra == "all"
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Dynamic: license-file

<p align="center">
  <img src="docs/assets/nse.jpg" alt="NSE India" height="80"/>
  &nbsp;&nbsp;&nbsp;&nbsp;
  <img src="docs/assets/BSE_logo.png" alt="BSE India" height="80"/>
  &nbsp;&nbsp;&nbsp;&nbsp;
  <img src="docs/assets/mcx.png" alt="MCX India" height="80"/>
</p>

<h1 align="center">market-data-feed</h1>

<p align="center">
  <strong>Unified Indian Market Data + Custom 1‑Minute OHLCV</strong><br/>
  NSE · BSE · MCX · Proprietary High‑Frequency Data
</p>

<p align="center">
  <a href="https://pypi.org/project/market-data-feed/"><img src="https://img.shields.io/pypi/v/market-data-feed" alt="PyPI version"/></a>
  <a href="https://pypi.org/project/market-data-feed/"><img src="https://img.shields.io/pypi/pyversions/market-data-feed" alt="Python 3.9+"/></a>
  <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-green.svg" alt="MIT License"/></a>
</p>

```bash
pip install market-data-feed
