Simple CLI-application demostrating packaging and distibution
Project description
Catmeow simple python package
This repo serves as an instruction on how to publish packaged to PyPI
Steps
configuring env
If you want to avoid entering your username, you can configure TestPyPI in your $HOME/.pypirc
:
[testpypi]
username = <USER>
password = <PASS>
build
python -m pep517.build .
upload to test pypi
twine upload --repository testpypi dist/*
download from test pypi
pip install --index-url https://test.pypi.org/simple/ catmeow
uninstall
pip uninstall catmeow
References
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
catmeow-0.2.2.tar.gz
(2.3 kB
view details)
Built Distribution
File details
Details for the file catmeow-0.2.2.tar.gz
.
File metadata
- Download URL: catmeow-0.2.2.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb7ef390de190f507225775ce07ab96696c15da6802c7f4d4a962296ab5a8dab |
|
MD5 | 91ee40f6b3519f93c8899dea7f004ed2 |
|
BLAKE2b-256 | a3f811a8a917497e05ac667f20c8c8610de0379c789481dea05b55ffbe9529cf |
File details
Details for the file catmeow-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: catmeow-0.2.2-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2dcb2c47ac547c7f2e4ccab9a0c5a12545b9b067b1a44963a56cafe90bb3b6cc |
|
MD5 | a21aa53f6ab78745525a826b3b18f56c |
|
BLAKE2b-256 | f42534077a02d6d837c3e9495ee03c1954fb6ec77fbd8ad9bd73abb02e66650f |