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
- Host: GitHub
- URL: https://github.com/robotframework-terminal/powerterminal
- Owner: robotframework-terminal
- License: apache-2.0
- Created: 2024-07-11T05:32:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T09:27:11.000Z (almost 2 years ago)
- Last Synced: 2025-08-10T18:46:00.979Z (10 months ago)
- Topics: power-distribution-unit, python, robotframework, robotframework-library
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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...
```