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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file click_app-0.1.5.tar.gz.
File metadata
- Download URL: click_app-0.1.5.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5c257a408f359a347d11d119b3d732671d0fe36be7e11b393d40d5b57594220
|
|
| MD5 |
ab26c0cf7e2d99de5e5fcb6e275678d2
|
|
| BLAKE2b-256 |
ba6614bfa596eb00aed622b3c73bbffe71e4ea6c862e7ab81a125efd7b288036
|
File details
Details for the file click_app-0.1.5-py2.py3-none-any.whl.
File metadata
- Download URL: click_app-0.1.5-py2.py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4d2f9d36c21e8f7fcdcbf3c05292ff2a9aaeed2238664746674904d41f5c556
|
|
| MD5 |
c4adc7bf183b7ee0d8df76ae8a6f1e2d
|
|
| BLAKE2b-256 |
344010577425e81d29fab6e11f36badfebef868f3b13bc4871905d5823f795b6
|