Skip to main content

A small example package

Project description

Example

https://github.com/pypa/sampleproject https://packaging.python.org/en/latest/tutorials/packaging-projects/

Example Package

This is a simple example package. You can use GitHub-flavored Markdown to write your content.

PREREQUESITES

To be able to build, install "python -m pip install --upgrade build" To be able to upload build, install twin "python -m pip install --upgrade twine"

DEPLOY

Update version Remove "dist" folder python -m build

To PyPl

python -m twine upload dist/*

To TestPyPl

python -m twine upload --repository testpypi dist/*

INSTALL

From PyPl

pip install py-utils-khabibullin.m.m

From TestPyPl

pip install py-utils-khabibullin.m.m --index-url https://test.pypi.org/simple/

UPGRADE

pip install -U py-utils-khabibullin.m.m pip install -U py-utils-khabibullin.m.m --index-url https://test.pypi.org/simple/

UNINSTALL

pip uninstall py-utils-khabibullin.m.m

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

py_utils_khabibullin.m.m-0.0.31.tar.gz (8.3 kB view hashes)

Uploaded Source

Built Distribution

py_utils_khabibullin.m.m-0.0.31-py3-none-any.whl (10.1 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