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.3.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.3.tar.gz.
File metadata
- Download URL: lzl_pytools-0.2.3.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 |
07ab0c7db47925717c2e739ff1fee010c339bbee75f7a150ac1d7d877e32d27b
|
|
| MD5 |
913018859bac16ac0b91b7d86f04afa7
|
|
| BLAKE2b-256 |
f878289fdebbe18349a3a75baf5a48571a60cb57971960468980de56494c9ec2
|
File details
Details for the file lzl_pytools-0.2.3-py3-none-any.whl.
File metadata
- Download URL: lzl_pytools-0.2.3-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 |
9e2b28e25e468dc357dae46db81e483ac80a6438fdf5cdc7a12ffb48916f4f22
|
|
| MD5 |
7fbfa3ee7b09a87226118462ceaea0c2
|
|
| BLAKE2b-256 |
ae94409be77c0b1ef59c35a5ffdf6e5e7464675dc27fdc354208446489da9f93
|