Metadata-Version: 2.4
Name: okx_outcomes
Version: 0.1.0
Author: op200
License-Expression: AGPL-3.0-or-later
Project-URL: Homepage, https://github.com/LTDZ-Trade/okx_outcomes
Project-URL: Source, https://github.com/LTDZ-Trade/okx_outcomes
Requires-Python: >=3.14
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: easyrip>=4.18.6
Requires-Dist: httpx2>=2.12.0
Requires-Dist: pydantic>=2.13.4
Dynamic: license-file

### 介绍

用于调用 [OKX Outcomes API](https://www.okx.com/docs-v5/outcomes_zh) 的 Python 库

- [x] REST API (Async)
- [ ] WebSocket

#### 注意事项

- 由于开发精力有限，本项目所有的文档等都是中文
- 官方文档的部分描述与实际 API 不符，只能在实践中发现 bug
- 禁止只会用 AI 无法理解项目结构的开发者参与本项目的代码提交

### 开发

开发时安装

```pwsh
pip install -e . --config-settings editable_mode=strict
```

静态检查

```pwsh
pyright
ruff check --fix
ruff format
```
