Metadata-Version: 2.1
Name: keller-protocol
Version: 1.0.7
Summary: Python package source for KELLER protocol
Home-page: https://github.com/KELLERAGfuerDruckmesstechnik/keller_protocol_python
Author: Lukas Weber
Author-email: engineering@keller-druck.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# KellerProtocol

## General Pre-requirement:

* A KELLER device is needed that can communicate with the Serial Port.
* ...with a USB-COM converter cable (eg.K114 series) AND the needed FTDI
  driver (https://www.ftdichip.com/Drivers/VCP.htm)
* ...or directly with a cable of the K-10X series

# Installation

```pip install keller-protocol```  
See https://pypi.org/manage/project/keller-protocol/releases/

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
