Skip to main content

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


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.10.tar.gz (19.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

easy_use_tools-1.0.10-py3-none-any.whl (22.3 kB view details)

Uploaded Python 3

File details

Details for the file easy_use_tools-1.0.10.tar.gz.

File metadata

  • Download URL: easy_use_tools-1.0.10.tar.gz
  • Upload date:
  • Size: 19.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.7

File hashes

Hashes for easy_use_tools-1.0.10.tar.gz
Algorithm Hash digest
SHA256 516e7fc9bcfe30d2d1aaecd6da127e300a7a75f1b1297d97ec764fa5bc84e7fa
MD5 e24486ab9535b250ff5dbfc505148cfb
BLAKE2b-256 3becfc19281d2022439920f1cc923d68d0194ad9d9c6a3114762021d25282ae9

See more details on using hashes here.

File details

Details for the file easy_use_tools-1.0.10-py3-none-any.whl.

File metadata

File hashes

Hashes for easy_use_tools-1.0.10-py3-none-any.whl
Algorithm Hash digest
SHA256 2492b29f1d93f832b812453210e359adbe7386fb83980dae2b9ce1b18b79174e
MD5 0557cda64a7aa7eb7640994177bb26bc
BLAKE2b-256 ef0f482a52ba37116bce56a7b6419fe2bded631ac74d4fb324782f7435d7141d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page