An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# python_cli_template

[![PyPI version](https://badgen.net/pypi/v/python_cli_template)](https://pypi.org/project/python_cli_template/)
[![test](https://github.com/remarkablemark/python_cli_template/actions/workflows/test.yml/badge.svg)](https://github.com/remarkablemark/python_cli_template/actions/workflows/test.yml)
[![lint](https://github.com/remarkablemark/python_cli_template/actions/workflows/lint.yml/badge.svg)](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)