Skip to main content

常用的一些包

Project description

构建分发包 在项目根目录运行: python -m pip install --upgrade build python -m build 执行后会生成: dist/ ├── my_package-0.1.0-py3-none-any.whl └── my_package-0.1.0.tar.gz 4. 上传到 PyPI 安装 Twine: python -m pip install --upgrade twine 上传到测试 PyPI(推荐先测试): python -m twine upload --repository testpypi dist/* 测试 PyPI 地址:https://test.pypi.org/

测试安装: pip install --index-url https://test.pypi.org/simple/ my_package 确认没问题后,上传到正式 PyPI: python -m twine upload dist/* 正式 PyPI 地址:https://pypi.org/

  1. 安装自己的包 pip install my_package

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

toolstxf-0.1.1.tar.gz (7.0 kB view details)

Uploaded Source

Built Distribution

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

toolstxf-0.1.1-py3-none-any.whl (7.3 kB view details)

Uploaded Python 3

File details

Details for the file toolstxf-0.1.1.tar.gz.

File metadata

  • Download URL: toolstxf-0.1.1.tar.gz
  • Upload date:
  • Size: 7.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.0

File hashes

Hashes for toolstxf-0.1.1.tar.gz
Algorithm Hash digest
SHA256 181b8d848fdac9beca92bc8cc38ac282d2414156f750c5b76ef34c836e42d08d
MD5 89b1848afc088ee30f660c60facf0227
BLAKE2b-256 5b32b9ea5b4f26a983673f5bd6aca30e44475ff090f19dd204ba79ca4d0ecab0

See more details on using hashes here.

File details

Details for the file toolstxf-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: toolstxf-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 7.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.0

File hashes

Hashes for toolstxf-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d3f076301f72ae3d2cffbb8d157441444d2f9bfc0d1cc1ab06eee2accc9102ad
MD5 44aaba0d398962b466d92ce8559b43c9
BLAKE2b-256 1afef53515dd3977102f357aab5b6496184ee75ef969f835962f0ba6c251c2c0

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