Metadata-Version: 2.4
Name: sf-quant
Version: 0.1.8
Summary: Python package for Silver Fund quant team research and trading tools.
Author-email: Andrew Hall <andrewmartinhall2@gmail.com>
Requires-Python: >=3.11
Requires-Dist: cvxpy>=1.7.2
Requires-Dist: matplotlib>=3.10.5
Requires-Dist: numpy>=2.3.2
Requires-Dist: polars>=1.32.3
Requires-Dist: python-dotenv>=1.1.1
Requires-Dist: ray>=2.49.0
Requires-Dist: seaborn>=0.13.2
Requires-Dist: tqdm>=4.67.1
Description-Content-Type: text/markdown

# Silver Fund Quant
Python package for Silver Fund quant team research and trading tools. 

## Installation

To install run

```bash
pip install sf-quant
```

## Documentation Development

To run a local server of the sphinx documentation run

```bash
sphinx-autobuild docs docs/_build/html
```