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

https://github.com/robotframework-terminal/powerterminal

Power Terminal is Power Distribution Units (PDU), could be DC or AC cutouts
https://github.com/robotframework-terminal/powerterminal

power-distribution-unit python robotframework robotframework-library

Last synced: 4 months ago
JSON representation

Power Terminal is Power Distribution Units (PDU), could be DC or AC cutouts

Awesome Lists containing this project

README

          

# Introduction
The Power Terminal works cross Telnet, SSH, MQTT and RESTful, without modification the Robot code

## How to install
* $ python3 -m pip install -e git+https://github.com/robotframework-terminal/PowerTerminal.git@v1.0.0#egg=PowerTerminal

## How to use it under a virtual environment
#### Active the virtual enviroment
* $ python3 -m venv .venv
* $ source .venv/bin/activate
* $ python3 -m pip install --upgrade -r requirements.txt

#### Deactive the virtual enviroment
* $ deactivate

## Example
#### TODO
```
Pending...
```