Metadata-Version: 2.4
Name: quanttide-knowl
Version: 0.1.0
Summary: 量潮知识工程工具箱
Author-email: QuantTide <opensource@quanttide.com>
License: Apache 2.0
License-File: LICENSE
Classifier: Development Status :: 2 - Pre-Alpha
Requires-Python: >=3.12
Requires-Dist: pydantic>=2.0
Requires-Dist: quanttide
Provides-Extra: test
Requires-Dist: pytest>=8.0; extra == 'test'
Description-Content-Type: text/markdown

# `quanttide-knowl`

量潮知识工程工具箱

## 安装

### 通过`pip`安装

```shell
pip install quanttide-knowl
```

### 通过`uv`安装

```shell
uv add quanttide-knowl
```
