package
Project description
lib-name
step to commit:
step rename:
rename:
./
|__src/
|__packge_name/
to your package name
step edit:
edit:
./
|__setup.cfg
name, version, author, author_email
step build:
step-1:
make a pypi account
step-2:
run code on command line:
Unix/macOS:
python3 -m pip install --upgrade build
python3 -m pip install --upgrade twine
python3 -m build
twine upload dist/*
Windows:
py -m pip install --upgrade build
py -m pip install --upgrade twine
py -m build
twine upload dist/*
Uploading distributions to https://test.pypi.org/legacy/
Enter your username: [your username]
Enter your password: [your password, this is hidden]
Uploading package-name-version-py3-none-any.whl
100%|█████████████████████| 4.65k/4.65k [00:01<00:00, 2.88kB/s]
Uploading package-name-version.tar.gz
100%|█████████████████████| 4.25k/4.25k [00:01<00:00, 3.05kB/s]
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
zlc-0.0.1.tar.gz
(2.5 kB
view details)
Built Distribution
zlc-0.0.1-py3-none-any.whl
(2.6 kB
view details)
File details
Details for the file zlc-0.0.1.tar.gz
.
File metadata
- Download URL: zlc-0.0.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | df869684fcc0c4c13480e25f0f3f5236e35cfa90c01334511e08f540d5d6d81b |
|
MD5 | dc9e0d5b8debe2839550d0bb69c03a34 |
|
BLAKE2b-256 | 204f248df7fb7eab0617c0f22bd47f6245fafe2c2912c315f6590efb3292a23d |
File details
Details for the file zlc-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: zlc-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f54cd76ebd00cf6c3a3674d9d581a246c88d05e7298242ac89de3537ea5f3a1 |
|
MD5 | b8d1fabc9bc52b4c787afc947b2d1206 |
|
BLAKE2b-256 | 708ec18d18024c2e93d09fc9ddcc4a0d512d0c2e4eef33a95dbe60eed1232ffa |