ZLT Quantitative Trading Framework
Project description
包构建与安装
前置要求
- Python 3.10 或更高版本
- build 和 twine (用于发布)
构建包
# 安装构建工具
pip install build twine
# 构建分发包
python -m build
构建完成后,在 dist/ 目录下会生成:
zltquant-0.1.0.tar.gz- 源代码分发包zltquant-0.1.0-py3-none-any.whl- wheel 包
本地安装
# 开发模式安装(可编辑)
pip install -e .
# 或从构建的 wheel 文件安装
pip install dist/zltquant-0.1.0-py3-none-any.whl
发布到 PyPI
# 上传到 PyPI (需要配置 pypi token)
python -m twine upload dist/*
# 或上传到 TestPyPI 测试
python -m twine upload --repository testpypi dist/*
注意事项
- 包仅包含
zltquant/目录,不包含其他子模块如zltlib、zltFactor等
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zltquant-0.1.3.tar.gz
(170.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
zltquant-0.1.3-py3-none-any.whl
(113.1 kB
view details)
File details
Details for the file zltquant-0.1.3.tar.gz.
File metadata
- Download URL: zltquant-0.1.3.tar.gz
- Upload date:
- Size: 170.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8a10f12e7f0af1ebe39531c86499f240ce49249dd0630fc6d21aa01334211eb
|
|
| MD5 |
5befc9e722100b72e8ad062efec489fe
|
|
| BLAKE2b-256 |
252961db1d7b3cb9790241cb7b9c5657669b8d5af1365012ecbab9b5b88ed507
|
File details
Details for the file zltquant-0.1.3-py3-none-any.whl.
File metadata
- Download URL: zltquant-0.1.3-py3-none-any.whl
- Upload date:
- Size: 113.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55732ca1ffacded769fad808e76a11545f657391ad42350c0608682233bca411
|
|
| MD5 |
001350c7b11d38bd42c72f3c5f72da51
|
|
| BLAKE2b-256 |
6088e16d49568e90ec3ade1361a74e119f42a8f2fa2b69ff1b876263a5c9e641
|