Skip to main content

A template of Click application CLI

Project description

click_app (template-cli)

Leveraging click python package to create cli tool template

A sample code of using click package for running command line tool

For general users to run the program with pip install

pip3 install click-app
click_app --name=Jason

For developers to develop features or fix bugs on github

https://github.com/chuangtc/click-template-cli

Installation for development

python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip setuptools wheel poetry
pip install click
pip install -e .
pip install pytest
pytest

Usage

click_app --help
click_app --name=Jason
pip3 install --upgrade build
python3 -m build

After running it, deactivate the .venv

deactivate

Packaging and uploading to PyPI

Manual way (For the test.pypi purpose, it's ok)

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

Github action

https://dev.to/iamtekson/publish-package-to-pypi-and-release-new-version-using-github-actions-108k

Some minor changes, please checkout my .github/workflows

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

click_app-0.1.5.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

click_app-0.1.5-py2.py3-none-any.whl (3.8 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