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

https://github.com/quintenroets/cli

High-level CLI
https://github.com/quintenroets/cli

cli command-line command-line-tool

Last synced: about 2 months ago
JSON representation

High-level CLI

Awesome Lists containing this project

README

          

# PowerCLI
[![PyPI version](https://badge.fury.io/py/powercli.svg)](https://badge.fury.io/py/powercli)
![PyPI downloads](https://img.shields.io/pypi/dm/powercli)
![Python version](https://img.shields.io/badge/python-3.10+-brightgreen)
![Operating system](https://img.shields.io/badge/os-linux%20%7c%20macOS%20%7c%20windows-brightgreen)
![Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen)

High-level CLI:
* Run commands
* Capture outputs
* Ask user input
* Show progress

## Usage

Run
```python
import cli

cli.run("ls", "-l")
```
## Installation
```shell
pip install powercli
```