Skip to main content

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

Instruction @medium

Project details


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 hashes)

Uploaded Source

Built Distribution

catmeow-0.2.2-py3-none-any.whl (2.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page