Metadata-Version: 2.1
Name: quantreo
Version: 0.0.26
Summary: Python library for quantitative trading
Home-page: https://github.com/Quantreo/quantreo
Author: Lucas Inglese
Author-email: lucas@quantreo.com
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: tqdm
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: numba
Requires-Dist: scipy
Requires-Dist: antropy (==0.1.9)

# Quantreo 

Quantreo is a Python library to streamline feature engineering, target engineering, and soon much more, for quantitative trading strategies. Built for traders and quants, Quantreo helps you create high-value signals and targets for your machine learning models.

- 🔗 **Documentation**: [https://www.quantreo.com/docs](https://www.quantreo.com/docs)
- 💻 **Repository**: [https://github.com/Quantreo/quantreo](https://github.com/Quantreo/quantreo)

## Install Quantreo
```bash
pip install quantreo
```


## Why use Quantreo?

- Save time with ready-to-use trading features (volatility, trend, candle patterns, market regimes).
- Speed up your pipeline with fast, Numba-accelerated computations.
- Integrates easily with your machine learning models.

---

Feel free to reach out at **lucas@quantreo.com**.

## License
MIT © Lucas Inglese, 2025
