Skip to main content

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/ 目录,不包含其他子模块如 zltlibzltFactor

Project details


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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

testzltquant-0.1.0-py3-none-any.whl (113.0 kB view details)

Uploaded Python 3

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

Hashes for testzltquant-0.1.0.tar.gz
Algorithm Hash digest
SHA256 1f3657d9b62198fd1d47e712a1c0edff0c60ec33fbb7e1ef2a3b769265c2aad4
MD5 762544ac2dc101d7e825910a17e97d5c
BLAKE2b-256 1a0452e1b30047a7ca5dccb1411b8313a3f3f516591d198f42ff0cb144b27422

See more details on using hashes here.

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

Hashes for testzltquant-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6bacc5b99863f5a2e495ee58618bcd2479308c61a79407caa917f9982031f47f
MD5 9cbf670e2eada1a7d38cf3c009d770af
BLAKE2b-256 9bee53052039c8ae024ac0758e32cfb4e22ad1c344ced3fa6b1d7e452a14d3d3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page