Metadata-Version: 2.4
Name: tradingview-news-feed
Version: 0.1.2
Summary: Python client for TradingView's news feed API
Author-email: Siddhesh Agarwal <siddhesh.agarwal@gmail.com>
License-Expression: Unlicense
Project-URL: homepage, https://github.com/Siddhesh-Agarwal/tradingview-news-feed
Project-URL: repository, https://github.com/Siddhesh-Agarwal/tradingview-news-feed
Project-URL: documentation, https://siddhesh-agarwal.github.io/tradingview-news-feed/
Keywords: tradingview,trading,view,news
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Pydantic
Classifier: Framework :: Pydantic :: 2
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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: Programming Language :: Python :: 3.15
Classifier: Typing :: Typed
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx>=0.28.1
Requires-Dist: pydantic>=2.13.4
Dynamic: license-file

# tradingview-news-feed

Python client for TradingView's news feed API.

## Installation

## Installation

### PyPI

```bash
pip install tradingview-news-feed
```

### GitHub

```bash
pip install git+https://github.com:Siddhesh-Agarwal/tradingview-news-feed.git
```

## Documentation

See the [API reference](https://siddhesh-agarwal.github.io/tradingview-news-feed/) for usage documentation.
