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.5.tar.gz
(21.0 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.5.tar.gz.
File metadata
- Download URL: lzl_pytools-0.3.5.tar.gz
- Upload date:
- Size: 21.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7117e46a688feeae2896d42d3f398c69999bab48b0a014c17a6ecda832336d1
|
|
| MD5 |
afc2b3bb9955fb9b89d2311cd1f4445d
|
|
| BLAKE2b-256 |
cf319d8c358ba5a7df1a5376bdc8aed07b4f78dead4e77bdd79d4871ee08eae2
|
File details
Details for the file lzl_pytools-0.3.5-py3-none-any.whl.
File metadata
- Download URL: lzl_pytools-0.3.5-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 |
02fbe5b80f84d3e88d9def2d62362f920f338b0d3d9cd5436195a8cd949735d1
|
|
| MD5 |
a22e731384fd28e6b7116fd8f5aabe9e
|
|
| BLAKE2b-256 |
046b8d98419c342ccfd0a14386c2a39bdeaaef6930a1b624fcd1db24ba8f5d2d
|