Metadata-Version: 2.4
Name: quantzone
Version: 0.6.0
Summary: 宽舟科技量化数据平台 Python SDK
License-Expression: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: httpx<2.0,>=0.27
Requires-Dist: pandas>=1.5.3
Requires-Dist: pyarrow>=14.0
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.23; extra == "dev"
Requires-Dist: respx>=0.21; extra == "dev"
Requires-Dist: ruff>=0.4; extra == "dev"
Requires-Dist: build>=1.2; extra == "dev"
Requires-Dist: mypy>=1.10; extra == "dev"
Requires-Dist: tomli; python_version < "3.11" and extra == "dev"

# quantzone

宽舟科技量化数据平台 Python SDK。

## 安装

```bash
pip install quantzone
```

## Supported Platforms

| OS | Architecture | Python |
|----|--------------|--------|
| Linux (glibc, e.g. Ubuntu/Debian/CentOS) | x86_64, aarch64 | 3.11, 3.12, 3.13, 3.14 |
| Linux (musl, e.g. Alpine) | x86_64, aarch64 | 3.11, 3.12, 3.13, 3.14 |
| macOS | Intel (10.9+), Apple Silicon (11.0+) | 3.11, 3.12, 3.13, 3.14 |
| Windows | AMD64 (Windows 10/11) | 3.11, 3.12, 3.13, 3.14 |

Other platforms (32-bit Linux/Windows, FreeBSD, ppc64le, s390x, RISC-V, Python <= 3.10) are not supported.
If `pip install quantzone` reports `No matching distribution found`, your platform/Python version is not in the supported matrix.

## 文档

完整使用文档、API 说明、示例与配额规则请见官网:

**http://www.quantzone.tech**
