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
error-lib-0.0.1.tar.gz
(2.5 kB
view hashes)
Built Distribution
Close
Hashes for error_lib-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d598502d8c7c5493d609dcdcad7ccae928afd4204f90e4c2304d2bf249db9735 |
|
MD5 | 13bde262c584692aa144fd426495374f |
|
BLAKE2b-256 | 513dc8c7d582f568e8334bbf38050e0bb3f610515f897c4775daa3df8e9bedb8 |