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.1.tar.gz
(16.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.1.tar.gz.
File metadata
- Download URL: lzl_pytools-0.2.1.tar.gz
- Upload date:
- Size: 16.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 |
d0dc4f44eb16d56c26303d23587b8c9e610c1bd062183563948b8ce990e72cf0
|
|
| MD5 |
c43402b5ec7ab3f446a3fec7e5169580
|
|
| BLAKE2b-256 |
eeba7020957e0a18dc99418540975d8a359fe01b15b1c8565b6f47e311a7b387
|
File details
Details for the file lzl_pytools-0.2.1-py3-none-any.whl.
File metadata
- Download URL: lzl_pytools-0.2.1-py3-none-any.whl
- Upload date:
- Size: 20.4 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 |
3d3696f4c8e07c4f6ae930172460d891e2ee17691bdad6913d1496fa8eac1bc1
|
|
| MD5 |
3cddda4630df3e4db8b100d7cf91f463
|
|
| BLAKE2b-256 |
21c294d6f8e9f6dfcfb568f67fde1f6c4dbb23dcb13480d6fc1c72b5948e2f94
|