An easy use tools package
Project description
通用工具集
这是一个通用工具集, 适用于>=Python3.8
1. 准备
1.1 安装依赖
pip3 install --upgrade packaging setuptools wheel twine
2. 命令说明
2.1 打包
使用build打包: python3 -m build (在包含 pyproject.toml的项目根目录下,同时需要安装构建工具: python3 -m pip install --upgrade pip build)
在当前dist目录下的两个文件是要上传到 PyPi 网站上供别人下载安装的(.tar.gz、.whl)
2.2 上传前检查
twine check dist/*
2.3 执行上传
twine upload dist/*
2.4清理
rm -rf build/ dist/ *.egg-info/
3. 其他说明
- 本地安装使用(本地安装而不使用pip安装)
python3 setup.py install
- 安装此工具包
全量依赖安装:pip3 install easy_use_tools -i https://pypi.org/simple/
部分依赖安装:pip3 install easy_use_tools[dev] -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.12.tar.gz
(20.1 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.12.tar.gz.
File metadata
- Download URL: easy_use_tools-1.0.12.tar.gz
- Upload date:
- Size: 20.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91c536a3bdc51d196f291acfd87a6b89936a0fa65b0cf154edafb1082c94aeb0
|
|
| MD5 |
1a1d5dabbd162b96789c51c1faeb997b
|
|
| BLAKE2b-256 |
d8587479c0e631279fd38c1b511aeadfb7c5bc56c2f7b8a87b2401e4f002ff3e
|
File details
Details for the file easy_use_tools-1.0.12-py3-none-any.whl.
File metadata
- Download URL: easy_use_tools-1.0.12-py3-none-any.whl
- Upload date:
- Size: 22.8 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 |
f673ba9513f7df68dbabe60cd5c4439ba22e4c500175ecd0b304d17eedb99a4d
|
|
| MD5 |
fb72256c772b2f83129371e9cfc18157
|
|
| BLAKE2b-256 |
71c6be2c1112dbad3daf74161b195ad15cca245958f1ba3e1c20091e2af2866b
|