pyOMRON
[![Build status](https://github.com/ulfsri/pyOMRON/workflows/build/badge.svg?branch=main&event=push)](https://github.com/ulfsri/pyOMRON/actions?query=workflow%3Abuild)
[![Python Version](https://img.shields.io/pypi/pyversions/pyOMRON.svg)](https://pypi.org/project/pyOMRON/)
[![Dependencies Status](https://img.shields.io/badge/dependencies-up%20to%20date-brightgreen.svg)](https://github.com/ulfsri/pyOMRON/pulls?utf8=%E2%9C%93&q=is%3Apr%20author%3Aapp%2Fdependabot)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Security: bandit](https://img.shields.io/badge/security-bandit-green.svg)](https://github.com/PyCQA/bandit)
[![Pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/ulfsri/pyOMRON/blob/main/.pre-commit-config.yaml)
[![Semantic Versions](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--versions-e10079.svg)](https://github.com/ulfsri/pyOMRON/releases)
[![License](https://img.shields.io/github/license/ulfsri/pyOMRON)](https://github.com/ulfsri/pyOMRON/blob/main/LICENSE)
![Coverage Report](assets/images/coverage.svg)
Python API for acquisition and control of OMRON G3PW Power Controller.
See [OMRON G3PW User Manual §6](https://assets.omron.com/m/19fc03492512d682/original/G3PW_UsersManual_en_200811_Z280-E1-01-pdf.pdf#G9.1073964) for reference.
🛡 License
This project is licensed under the terms of the MIT
license. See LICENSE for more details.
📃 Citation
@misc{pyOMRON,
author = {ulfsri},
title = {Python API for acquisition and control of OMRON G3PW Power Controller},
year = {2024},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/ulfsri/pyOMRON}}
}
Credits
This project was generated with python-package-template