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.2.8.tar.gz
(17.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.2.8.tar.gz.
File metadata
- Download URL: lzl_pytools-0.2.8.tar.gz
- Upload date:
- Size: 17.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 |
c58136e2b015cacf0eb1c62dee8f6c9d2123720bea00b71d70cf71aae4365729
|
|
| MD5 |
39a43220c04809b7e354dd6b8164c8f5
|
|
| BLAKE2b-256 |
96f7419bab8026eb413727bea9fc1a49ded0ebc9633891c725337a2cf2ddfe92
|
File details
Details for the file lzl_pytools-0.2.8-py3-none-any.whl.
File metadata
- Download URL: lzl_pytools-0.2.8-py3-none-any.whl
- Upload date:
- Size: 21.8 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 |
97faddc565d2867ca840f8c9d75f44e96a1b89e5fb917219904da642c148d4ec
|
|
| MD5 |
7f623354a26e5806a0d2bdd1a17b4eaa
|
|
| BLAKE2b-256 |
ce6400ce2186af59966e1e014b04c86e6b582b169ab3593f4ebf922af94a4c6a
|