An easy use tools package
Project description
通用工具集
这是一个通用工具集, 适用于>=Python3.8
1. 准备
1.1 安装依赖
pip3 install --upgrade packaging setuptools wheel twine
2. 命令说明
2.1 本地安装使用
python setup.py install
2.2 打包
python setup.py sdist bdist_wheel
在当前dist目录下的两个文件是要上传到 PyPi 网站上供别人下载安装的(.tar.gz、.whl)
2.3 配置文件检查
python3 setup.py check
2.4 上传前检查
twine check dist/*
2.4 执行上传
twine upload dist/*
2.5 清理
rm -rf build/ dist/ *.egg-info/
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.1.tar.gz
(7.4 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.1.tar.gz.
File metadata
- Download URL: easy_use_tools-1.0.1.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
401c69730a3bcf11726c60964b91506543ac1b59fe75de5648a859c67654beff
|
|
| MD5 |
c5bcf105d6534ff66b4646cd0415eb19
|
|
| BLAKE2b-256 |
5bc11dd265f7958afa138e6ca83c8b3a87dd7131f8b4a82e613b4225f4c13ff5
|
File details
Details for the file easy_use_tools-1.0.1-py3-none-any.whl.
File metadata
- Download URL: easy_use_tools-1.0.1-py3-none-any.whl
- Upload date:
- Size: 7.1 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 |
48e8445871d03b3f2a00f7ecd9097be61926e621dfb8a161836835077c59850b
|
|
| MD5 |
6f06cd0ab1347889127860444a4309fa
|
|
| BLAKE2b-256 |
316ea276f4673ceebc34730e6cdb6ab9dd2e6af847f6e56c16f0f9d8579c7052
|