Metadata-Version: 2.4
Name: phox-modbus
Version: 1.2.2
Summary: Basic drivers to manage PHOXENE flash devices
Project-URL: Homepage, https://www.phoxene.com
Author-email: Aurelien PLANTIN <a.plantin@phoxene.com>
License-Expression: MIT
License-File: LICENSE
Keywords: Sx-IP,Sx-LED,SxIP,phoxene,python
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.7
Requires-Dist: pyserial>=3.5
Provides-Extra: dev
Requires-Dist: build; extra == 'dev'
Requires-Dist: sphinx; extra == 'dev'
Requires-Dist: sphinx-rtd-theme; extra == 'dev'
Requires-Dist: twine; extra == 'dev'
Requires-Dist: unittest; extra == 'dev'
Provides-Extra: docs
Requires-Dist: myst-parser; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints; extra == 'docs'
Requires-Dist: sphinx-rtd-theme; extra == 'docs'
Requires-Dist: sphinx>=7.0; extra == 'docs'
Description-Content-Type: text/markdown

# PHOXENE Modbus driver

![Build Status](https://img.shields.io/pypi/v/phox_modbus.svg)
![python](https://img.shields.io/pypi/pyversions/phox_modbus.svg)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Documentation Status](https://readthedocs.org/projects/phox-modbus/badge/?version=main)](https://phox-modbus.readthedocs.io/)

![Phoxene Logo](https://www.phoxene.com/wp-content/uploads/2024/06/logo_phoxene_160x89.png)

This module is a Python Modbus RTU on serial port driver

# Usage
This driver has been developped as Modbus layer for PHOXENE's devices that
implements a serial Modbus communication.

It is mainly used by Phoxene's applications or devices' drivers 

# Documentation
https://phox-modbus.readthedocs.io/en/main/

# Installation
```shell
pip install phox-modbus
```

# Dependencies
* pySerial

# Compatibility
Tested on Windows 10, Windows 11 and Debian 12.2

![Windows Logo](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white)
![Debian Logo](https://img.shields.io/badge/Debian-A81D33?style=for-the-badge&logo=debian&logoColor=white)

# Change log
https://github.com/Phoxene/phox-modbus/blob/main/CHANGELOG.md

# Licence
MIT License Copyright (c) 2025 PHOXENE

See LICENSE file

# Authors
written by Aurélien PLANTIN <a.plantin@phoxene.com>