FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

remarkablemark/python-cli-template at release-please--branches--master · GitHub

 
 

Repository files navigation

python_cli_template

🐍 Python CLI Template

Quick Start

Greet name:

pipx run python_cli_template --name world

Prerequisites

Install

Python:

pipx install python_cli_template

CLI

--name

Optional: Name to greet. Defaults to World.

python_cli_template --name Alex

--version

Show program's version number and exit:

python_cli_template --version # python_cli_template -v

Show help message and exit:

python_cli_template --help # python_cli_template -h

Package

Greet name:

# script.py
from python_cli_template import hello

print(hello("Bob"))

License

MIT

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL