A small example package
Project description
pypiexample-zt0898
# 环境准备
python3 -m venv venv
source venv/bin/activate
pip3 install --upgrade pip
pip3 install --upgrade build
pip3 install --upgrade twine
# 免登陆: 创建token文件
touch ~/.pypirc
[testpypi]
username = __token__
password = pypi-ABCDEFGC5weXBpLm9yZwIkOGU0NmYwN2
# 构建和上传
python3 -m build
python3 -m twine upload --repository pypi dist/*
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
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 pypiexamplezt0898-0.0.1.tar.gz.
File metadata
- Download URL: pypiexamplezt0898-0.0.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d78cf24e0690377b4c5ce3ad24a7ffe92439222d15b5fe4e14417df7b6064011
|
|
| MD5 |
369339f5998812bed9fc61466310a79b
|
|
| BLAKE2b-256 |
85504c1699179dbff0b593f1f679e6905f6cea814813d8c7d3ff5a3c712bf05d
|
File details
Details for the file pypiexamplezt0898-0.0.1-py3-none-any.whl.
File metadata
- Download URL: pypiexamplezt0898-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40d79d51c1dbb907ccdba752b10a98f39afd6870ba4ddbc5e631481a8f27bf4f
|
|
| MD5 |
be44104f12200c279ad99f7c03eb9f9a
|
|
| BLAKE2b-256 |
433aa13f5605f55f2aaabbbf1089a6cf2c81a7514b371af1007359b4233cdaf2
|