Metadata-Version: 2.1
Name: iot-protocols
Version: 0.0.1a5
Summary: Generic IIoT protocols package
Author: Delhaye Adrien
Author-email: Adrien Delhaye <adrien.delhaye@memoco.eu>
Project-URL: Homepage, https://pypi.org/manage/project/iot-protocols
Keywords: python,iiot,protocols
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: py-iec62056 >=1.0.0a1
Requires-Dist: paho-mqtt >=1.6.1
Requires-Dist: pyserial >=3.5
Requires-Dist: pymodbus ==2.5.3
Requires-Dist: python-snap7 ==1.3

---
author: Delhaye Adrien
year: 2023
---

# Iot Protocols
This package contains easy to use module for communication using various IIoT protocols.

## Install
```bash
pip install iot-protocols 
```
