Skip to main content

A example package to learn and test Python packaging.

Project description

example_pkg_cloos

PyPI PyPI - License PyPI - Python Version Python package Code style: black

A example package to learn and test Python packaging.

https://packaging.python.org/tutorials/packaging-projects/

Development workflow

Checkout git repository:

git clone git@github.com:cloos/python_example_pkg_cloos.git

Install package in 'development mode':

make develop

Run tests:

make test

Create Git tag:

git tag -m "release 0.0.1" 0.0.1
git push --tags

Upload to https://test.pypi.org/:

make upload_test

Upload to https://pypi.org/:

make upload

Usage

pip install example-pkg-cloos

Cli:

example-pkg-cloos --help

Library:

from example_pkg_cloos.utils import print_bar, print_foo

print_bar()
print_foo()

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

example_pkg_cloos-2.0.0.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

example_pkg_cloos-2.0.0-py2.py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 2 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