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

https://github.com/iac-factory/python-example-cli

Example CLI Written in Python
https://github.com/iac-factory/python-example-cli

Last synced: 9 months ago
JSON representation

Example CLI Written in Python

Awesome Lists containing this project

README

          

# Python Example CLI

## Usage

###### Dependencies

```bash
python -m pip install --upgrade pip build setuptools
```

###### Build

```bash
python -m build
```

###### Install

```bash
python -m pip install .
```

###### Usage

```bash
python-example-cli
```

## Contributing and Local Development

Please see [`CONTRIBUTING.md`](./CONTRIBUTING.md) for additional details and useful development reference(s).