https://github.com/remarkablemark/python_cli_template
🐍 Python CLI template
https://github.com/remarkablemark/python_cli_template
cli package python python-cli python-package python-package-template python3 template
Last synced: 2 months ago
JSON representation
🐍 Python CLI template
- Host: GitHub
- URL: https://github.com/remarkablemark/python_cli_template
- Owner: remarkablemark
- License: mit
- Created: 2025-03-28T00:41:12.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-03-28T01:01:09.000Z (2 months ago)
- Last Synced: 2025-03-28T02:20:01.025Z (2 months ago)
- Topics: cli, package, python, python-cli, python-package, python-package-template, python3, template
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# python_cli_template
[](https://pypi.org/project/python_cli_template/)
[](https://github.com/remarkablemark/python_cli_template/actions/workflows/test.yml)
[](https://github.com/remarkablemark/python_cli_template/actions/workflows/lint.yml)🐍 Python CLI Template
## Prerequisites
- [Python](https://www.python.org/)
- [pipx](https://pipx.pypa.io/)## Install
[Python](https://pypi.org/project/python_cli_template/):
```sh
pipx install python_cli_template
```## Usage
Print greeting:
```sh
python_cli_template --name world
```## License
[MIT](https://github.com/remarkablemark/python_cli_template/blob/master/LICENSE)