Metadata-Version: 2.4
Name: sf-quant
Version: 0.1.17
Summary: Python package for Silver Fund quant team research and trading tools.
Author-email: Andrew Hall <andrewmartinhall2@gmail.com>
Requires-Python: <3.14,>=3.11
Requires-Dist: cvxpy>=1.7.2
Requires-Dist: dataframely>=1.14.0
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
uv run sphinx-autobuild docs docs/_build/html
```

## Release Process
1. Create PR
2. Merge PR(s)
3. Increment version in pyproject.toml
4. git tag v*.*.*
5. git push origin main --tags
6. Create a release and publish release notes (github)
7. uv build
8. uv publish
