Metadata-Version: 2.4
Name: ta-polars
Version: 0.1.0
Summary: TA-Lib-like technical indicators powered by Polars
Project-URL: Homepage, https://github.com/yourusername/ta-polars
Project-URL: Issues, https://github.com/yourusername/ta-polars/issues
Author: Yuvaraj
License: MIT
Requires-Python: >=3.9
Requires-Dist: polars>=1.0.0
Description-Content-Type: text/markdown

# ta-polars

**TA-Lib-like technical indicators powered by [Polars](https://pola.rs/)**

---

## 📌 Overview

`ta-polars` provides **technical analysis indicators** with the same definitions as the classic [TA-Lib](https://mrjbq7.github.io/ta-lib/), but implemented using the **Polars** DataFrame library for speed and scalability.

- 🏎️ **High performance** — powered by Polars’ lazy & parallel execution
- 📊 **TA-Lib definitions** — familiar indicator formulas and naming
- 🔄 **Drop-in feel** — designed to integrate smoothly into your quant workflow
- 🐍 **Pure Python** — no C-library compilation hassles like original TA-Lib

---

## 🚀 Installation

Stable release (once published to PyPI):

```bash
pip install ta-polars