Metadata-Version: 2.4
Name: Khy-quant
Version: 1.8.0
Summary: Quantitative trading thesis project - rebar futures strategy analysis with financial statement framework
Author-email: Kong Haoyuan <kodehu03@example.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Office/Business :: Financial
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Khy-quant

Quantitative trading thesis project: rebar futures strategy analysis with financial statement framework.

## Install

```bash
pip install Khy-quant
```

## Restore thesis project on Windows

```bash
khy-restore            # restore to current directory
khy-restore D:\thesis  # restore to specific path
```

## Build thesis document

After restoring, run `build.bat` in the project directory to generate the final `.docx` thesis document.
