An easy use tools package
Project description
通用工具集
这是一个通用工具集, 适用于>=Python3.8
1. 准备
1.1 安装依赖
pip3 install --upgrade packaging setuptools wheel twine
2. 命令说明
2.1 打包
python3 setup.py sdist bdist_wheel
在当前dist目录下的两个文件是要上传到 PyPi 网站上供别人下载安装的(.tar.gz、.whl)
2.2 配置文件检查
python3 setup.py check
2.3 上传前检查
twine check dist/*
2.5 执行上传
twine upload dist/*
2.6清理
rm -rf build/ dist/ *.egg-info/
3. 其他说明
- 本地安装使用(本地安装而不使用pip安装)
python3 setup.py install
- 安装此工具包
pip3 install easy_use_tools -i https://pypi.org/simple/
- 升级此工具包
pip3 install --upgrade easy_use_tools -i https://pypi.org/simple/
4. 使用说明
详见当前项目的README_USE.md文件
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
easy_use_tools-1.0.6.tar.gz
(13.3 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
File details
Details for the file easy_use_tools-1.0.6.tar.gz.
File metadata
- Download URL: easy_use_tools-1.0.6.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2de5539475e9f7e770e919a83bf1d1748d7a8c53cb1c10f9e32dc4155f2f9fb5
|
|
| MD5 |
91ce446f965f58f49055b36e7fdf6b0f
|
|
| BLAKE2b-256 |
0da1082fd761073355db559219ba1e199b80f3072b91d46027a31754d201d5c4
|
File details
Details for the file easy_use_tools-1.0.6-py3-none-any.whl.
File metadata
- Download URL: easy_use_tools-1.0.6-py3-none-any.whl
- Upload date:
- Size: 15.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ec951c695312c59a355e78797297336061d4ea07ec3a898808ddbd6de3dd758
|
|
| MD5 |
2ba06aadddc30f925910b5c7207d3b3a
|
|
| BLAKE2b-256 |
3580520598acfaa9c5be1c647f2930888f846d7c2b3012e2706b481de18a08a4
|