Metadata-Version: 2.4
Name: aifund
Version: 0.1.2
Summary: AIfund 是基于 Python 的基金量化工具
Author-email: yebaige <silence_hgt@163.com>
License: MIT
Project-URL: Homepage, https://github.com/silenceTiano/aifund
Project-URL: Issues, https://github.com/silenceTiano/aifund/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.31.0
Dynamic: license-file

# aifund

#### 介绍

AIfund 是基于 Python 的基金量化工具

#### 安装

```shell
pip install aifund --upgrade
```

#### 现有方法

```python
import aifund

aifund.lock_string(123)

aifund.stock_chart

aifund.fund_etf_fund_info_em

aifund.get_price

aifund.etf_daily

```
