Metadata-Version: 2.4
Name: quantreo
Version: 0.0.30
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
Classifier: Programming Language :: Python :: 3.11
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: PyWavelets
Requires-Dist: antropy>=0.1.9
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# 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://docs.quantreo.com](https://docs.quantreo.com)
- 💻 **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
