a multi run http req tool
Project description
lzl_pytools
python3 -m venv .pyenv
pip install --upgrade setuptools wheel twine
. .pyenv/bin/activate
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.3.3.tar.gz
(20.9 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.3.3.tar.gz.
File metadata
- Download URL: lzl_pytools-0.3.3.tar.gz
- Upload date:
- Size: 20.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e74f2c4daec34217a12d5fa575f6a7917cd414e3a5de7c2a751fd14fc8d66f16
|
|
| MD5 |
773f51a7aaff81d7d2e9ec6d1b2b8561
|
|
| BLAKE2b-256 |
8698ee6675c17f023aa7683b923792685fc053724fef96f9a4bb85fdb1e00d35
|
File details
Details for the file lzl_pytools-0.3.3-py3-none-any.whl.
File metadata
- Download URL: lzl_pytools-0.3.3-py3-none-any.whl
- Upload date:
- Size: 28.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 |
8830d2107b330ae187b1c86e26ac2313042fefd1db8473a980c1a80f500a65f4
|
|
| MD5 |
07878f7d505eac3cae3aca5b6f1db53e
|
|
| BLAKE2b-256 |
447b8f41f471e089cdb4c70a24741a64f8815c2ca76b9d5ece574d56ba447cf1
|