a multi run http req tool
Project description
lzl_pytools
python3 -m venv .pyenv
pip install --upgrade setuptools wheel twine
rm -rf build
rm -rf dist
python3 setup.py sdist bdist_wheel
twine upload --repository testpypi dist/*
pip install --index-url https://test.pypi.org/simple/ your-package-name
# 测试发布
twine upload --config-file ~/.pypirc --repository testpypi dist/*
pip install --index-url https://test.pypi.org/simple/ lzl-pytools
# 正式发布
twine upload --config-file ~/.pypirc dist/*
https://pypi.org/project/lzl-pytools/0.1.0/
pip install lzl-pytools --index-url https://pypi.org/simple/
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
lzl_pytools-0.2.5.tar.gz
(17.7 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 lzl_pytools-0.2.5.tar.gz.
File metadata
- Download URL: lzl_pytools-0.2.5.tar.gz
- Upload date:
- Size: 17.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98b07e2afe1b0fc883ee131a2987afb0b027841965fd19a4c7e4a69d81907387
|
|
| MD5 |
4ce487d611c00d6411329565c165bf16
|
|
| BLAKE2b-256 |
eac3fc25efcd957109fd01778bf9c4a8db95dabea279b4112c2c72a6ef971799
|
File details
Details for the file lzl_pytools-0.2.5-py3-none-any.whl.
File metadata
- Download URL: lzl_pytools-0.2.5-py3-none-any.whl
- Upload date:
- Size: 21.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7989d4c0984f874ae18de345f1bc73b9d6b71dfc4cfcc636c615a7d611d3fbe9
|
|
| MD5 |
371ec32559fb3b3aa63191aacfc01fc4
|
|
| BLAKE2b-256 |
cc998facb60b913203af900c1b116c010ce4a003ffed2c64526acbe7696c9c9a
|