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
- Host: GitHub
- URL: https://github.com/iac-factory/python-example-cli
- Owner: iac-factory
- License: mit
- Created: 2024-08-09T16:36:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-09T21:26:47.000Z (over 1 year ago)
- Last Synced: 2025-02-08T17:44:55.964Z (11 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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).