Metadata-Version: 2.4
Name: khy-quant
Version: 1.7.1
Summary: Thesis DOCX asset package for the Vue+Agent quantitative trading system project.
Author: Kong Haoyuan
License: Proprietary - All rights reserved.
Project-URL: Homepage, https://pypi.org/project/khy-quant/
Keywords: thesis,docx,vue,agent,quantitative-trading
Classifier: Programming Language :: Python :: 3
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# khy-vue-agent-quant-thesis-docx

This package distributes a thesis DOCX file as a Python package data asset.

Included document:

- `基于Vue和Agent的量化交易系统的设计与实现-孔浩原.docx`

## Install

```bash
pip install khy-vue-agent-quant-thesis-docx
```

## Access the DOCX file path

```python
from khy_vue_agent_quant_thesis_docx import get_docx_file

with get_docx_file() as path:
    print(path)
```
