Metadata-Version: 2.4
Name: quantolib
Version: 0.0.12
Summary: Lightweight Python library for quantitative research and trading utilities
Author: Jacopo Michelacci
License-Expression: Apache-2.0
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib>=3.10.8
Requires-Dist: numpy>=2.4.3
Requires-Dist: pandas>=3.0.1
Requires-Dist: polars>=1.39.2
Requires-Dist: pyarrow>=23.0.1
Requires-Dist: tqdm>=4.67.3
Requires-Dist: wrds>=3.1.6
Requires-Dist: yfinance>=1.2.0
Dynamic: license-file

# Quantolib

**Quantolib** is a lightweight Python library designed to simplify common tasks in quantitative research and trading workflows.

The goal is to provide clean, reusable utilities for things that are repeatedly implemented in ad hoc ways — especially around data handling, visualization, and analysis.

## Features

- Simple and clean plotting utilities (e.g. equity curves)
- Helpers for common quantitative workflows
- Designed to be fast, minimal, and easy to extend

## Installation

```bash
pip install quantolib
