zengxiaohui python tools
Project description
zengxh_py_tools
python 开发过程中常用到的工具
生成发布软件包文件
python -m pip install --user --upgrade setuptools wheel
python setup.py sdist bdist_wheel
将打包好的项目上传至PyPI
python -m pip install --user --upgrade twine
# upload to test PyPI
python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
# upload to real PyPI
python -m twine upload dist/*
测试是否发布成功
# 在线安装测试版本
pip install -i https://test.pypi.org/simple/ zengxh_py_tools==0.0.2
# 在线安装正式版本
pip install -i https://pypi.org/simple/ zengxh_py_tools==0.0.2
pip install zengxh_py_tools==0.0.2
# 离线安装
pip install dist/zengxh_py_tools-0.0.1-py3-none-any.whl
pip uninstall zengxh_py_tools
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 python_developer_tools-0.0.2.tar.gz.
File metadata
- Download URL: python_developer_tools-0.0.2.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7043469f5f66f7b4b3aa3fa3019b4e7f65cfe96958f8c3df731cde79b1dae75
|
|
| MD5 |
c5fa5bc7b3b199cb1234d9dd6bfd1666
|
|
| BLAKE2b-256 |
4f11835019027b3746f7895b9e6114479196774d3c35764dd1f5f9373f6f0a7a
|
File details
Details for the file python_developer_tools-0.0.2-py3-none-any.whl.
File metadata
- Download URL: python_developer_tools-0.0.2-py3-none-any.whl
- Upload date:
- Size: 17.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8509844ef8113638c05868c9ab8c3ad5e5354b5656e461af530f14361ddd513
|
|
| MD5 |
b4265e37f9d6483383b9ddcd6c6a35f3
|
|
| BLAKE2b-256 |
5e40e7f63f07cb0abb820f6073c2883869fbcd491296318e09ca9213a83fafd8
|