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.4.tar.gz
(170.2 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.4-py3-none-any.whl
(193.8 kB
view details)
File details
Details for the file zltquant-0.1.4.tar.gz.
File metadata
- Download URL: zltquant-0.1.4.tar.gz
- Upload date:
- Size: 170.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf8a25052cd97b4c31e5566d4d9d96dc1f2d0b55d3aeb282adc5392792c1d9f1
|
|
| MD5 |
f8da8c24faf7af3874ab6401f2fd21b8
|
|
| BLAKE2b-256 |
ad11060dad62a61e67e33f1044a80be8b44206b7356af16412a8ba9b1410aa5f
|
File details
Details for the file zltquant-0.1.4-py3-none-any.whl.
File metadata
- Download URL: zltquant-0.1.4-py3-none-any.whl
- Upload date:
- Size: 193.8 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 |
315c06f98e4337892636b6f11a189159d3089b3de057e7be766629051992a1a3
|
|
| MD5 |
57c71e22e9a81bf149babdee27ac23cc
|
|
| BLAKE2b-256 |
a25122d11ed9e7178c42e657ef4126556ccb003a3fcfd42626c3c7335627792c
|