Metadata-Version: 2.4
Name: stockstats-polars
Version: 0.1.0
Summary: Namespace extension of Polars with stock statistics/indicator calculation helper
Author-email: Oscar Love <olabradalove@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/o-love/stockstats-polars
Project-URL: Issues, https://github.com/o-love/stockstats-polars/issues
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE-MIT
Requires-Dist: polars>=1.35.1
Provides-Extra: yfinance
Requires-Dist: yfinance>=0.2.66; extra == "yfinance"
Dynamic: license-file

# StockStats-Polars

Namespace extension of Polars with stock statistics/indicator calculation helper

Polars implementation of the **stockstats** idea: compute technical indicators inline on your price (ohlcv) DataFrame with simple access.


# Inspiration

This project is inspired by [**stockstats**](https://github.com/jealous/stockstats).
A Pandas dataframe implementation of stock indicators.

A big thanks and credit to Cedric Zhuang for his work on that library. 
Whose implementations I've based this library upon.
