Metadata-Version: 2.4
Name: khy-quant
Version: 1.1.0
Summary: KHY-Quant quantitative trading system
License: MIT
Keywords: quant,trading,akshare,quantitative-finance
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: JavaScript
Classifier: Topic :: Office/Business :: Financial :: Investment
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: akshare>=1.12.0
Requires-Dist: pandas<3.0.0,>=2.0.0
Requires-Dist: numpy<3.0.0,>=1.24.0
Requires-Dist: requests>=2.25.0
Provides-Extra: ml
Requires-Dist: scikit-learn==1.8.0; extra == "ml"
Requires-Dist: xgboost==3.2.0; extra == "ml"
Requires-Dist: lightgbm==4.6.0; extra == "ml"
Requires-Dist: joblib==1.5.3; extra == "ml"
Requires-Dist: scipy>=1.10.0; extra == "ml"
Requires-Dist: ta>=0.11.0; extra == "ml"
Requires-Dist: tqdm>=4.65.0; extra == "ml"
Requires-Dist: pyyaml>=6.0; extra == "ml"
Requires-Dist: loguru>=0.7.0; extra == "ml"
Provides-Extra: all
Requires-Dist: khy-quant[ml]; extra == "all"
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Dynamic: license-file

# KHY-Quant

Quantitative trading system built with Vue 3 + Express + Multi-Agent.

## Quick Start

```bash
# Docker (recommended)
docker compose up --build

# Development
cd backend  && npm install && npm run dev
cd frontend && npm install && npm run dev
```

- Frontend: http://localhost:18080
- Backend API: http://localhost:3000
- Default login: admin / admin123
