Metadata-Version: 2.0
Name: pv-prompt
Version: 1.9.4
Summary: PowerView shades toolkit
Home-page: https://github.com/sander76/pv_prompt
Author: Sander Teunissen
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.5.0
Description-Content-Type: text/markdown
Requires-Dist: prompt-toolkit
Requires-Dist: aiopvapi
Requires-Dist: pysmb
Requires-Dist: asyncdns2
Requires-Dist: pygments
Requires-Dist: pyserial


[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)

# PowerView Command Prompt.

Utility for basic control over your PowerView shades. Used mainly for troubleshooting. Adding features as I see fit.

## Installation

Python >=3.5 needs to be installed.

```bash
pip install pv-prompt
```

## Usage

Start the tool by entering in the command line.

```
pvprompt
```

For extra startup options: 

```
pvprompt --help
```


