ZLT Quantitative Trading Framework
Project description
包构建与安装
前置要求
- Python 3.10 或更高版本
- build 和 twine (用于发布)
构建包
# 安装构建工具
pip install build twine
# 构建分发包
python -m build
构建完成后,在 dist/ 目录下会生成:
testzltquant-0.1.0.tar.gz- 源代码分发包testzltquant-0.1.0-py3-none-any.whl- wheel 包
本地安装
# 开发模式安装(可编辑)
pip install -e .
# 或从构建的 wheel 文件安装
pip install dist/testzltquant-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
testzltquant-0.1.0.tar.gz
(98.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
testzltquant-0.1.0-py3-none-any.whl
(113.0 kB
view details)
File details
Details for the file testzltquant-0.1.0.tar.gz.
File metadata
- Download URL: testzltquant-0.1.0.tar.gz
- Upload date:
- Size: 98.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 |
1f3657d9b62198fd1d47e712a1c0edff0c60ec33fbb7e1ef2a3b769265c2aad4
|
|
| MD5 |
762544ac2dc101d7e825910a17e97d5c
|
|
| BLAKE2b-256 |
1a0452e1b30047a7ca5dccb1411b8313a3f3f516591d198f42ff0cb144b27422
|
File details
Details for the file testzltquant-0.1.0-py3-none-any.whl.
File metadata
- Download URL: testzltquant-0.1.0-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 |
6bacc5b99863f5a2e495ee58618bcd2479308c61a79407caa917f9982031f47f
|
|
| MD5 |
9cbf670e2eada1a7d38cf3c009d770af
|
|
| BLAKE2b-256 |
9bee53052039c8ae024ac0758e32cfb4e22ad1c344ced3fa6b1d7e452a14d3d3
|