常用的一些包
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/
- 安装自己的包 pip install my_package
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
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
File details
Details for the file toolstxf-0.1.0.tar.gz.
File metadata
- Download URL: toolstxf-0.1.0.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b243f2b47b35ff2ff753ae9ce7f33e68ac24ac63541a6aca61a0c35ec8dcd0d
|
|
| MD5 |
144223b58be6bff7da8fab11297f42ec
|
|
| BLAKE2b-256 |
f6f68a264b0124819d9a408eba8529237c1a42870082a7b3faa246818394d66f
|
File details
Details for the file toolstxf-0.1.0-py3-none-any.whl.
File metadata
- Download URL: toolstxf-0.1.0-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fcd4d1680be33f2f77622a213f7cc6b99b423d95b168cb47dce66214ac837ca3
|
|
| MD5 |
06def3f887e049e6e6ccdaf0655d9747
|
|
| BLAKE2b-256 |
d1c21a545efa0addf07ece19549235837e5129b2f62a875808a175cf50e08468
|