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.2.tar.gz
(99.6 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.2-py3-none-any.whl
(113.0 kB
view details)
File details
Details for the file zltquant-0.1.2.tar.gz.
File metadata
- Download URL: zltquant-0.1.2.tar.gz
- Upload date:
- Size: 99.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f62170723f2d2e273dbcef34f29aa97146254bec83f150f9ebe818fb81431e3
|
|
| MD5 |
b8763ccf8189cc076de31449e50fa0f0
|
|
| BLAKE2b-256 |
ab37b9e50e4c4bd974ba15300543f2ded50674e02a3d751e39af269ad1bd8a55
|
File details
Details for the file zltquant-0.1.2-py3-none-any.whl.
File metadata
- Download URL: zltquant-0.1.2-py3-none-any.whl
- Upload date:
- Size: 113.0 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 |
5243cd9ebd71e81eb8828587cb9d77535daf3092fa8a456d7431b5fd39bc5e54
|
|
| MD5 |
bc33a765597a222a646d7ac1a527b232
|
|
| BLAKE2b-256 |
dd2e877754dc77bf06253b1c6232b428d197d9436a8ef1a039fb8377ff9a5625
|