Metadata-Version: 2.1
Name: phox-modbus
Version: 1.0a1
Summary: Basic drivers to manage PHOXENE flash devices
Project-URL: Homepage, https://www.phoxene.com
Author-email: Aurelien PLANTIN <a.plantin@phosene.com>
License-Expression: MIT
License-File: LICENSE
Keywords: SxIP,phoxene,python
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: pyserial>=3.5
Description-Content-Type: text/markdown

# Phoxene drivers' package 

![Build Status](https://img.shields.io/pypi/v/phoxene\_drivers.svg)
![python](https://img.shields.io/pypi/pyversions/phoxene\_drivers.svg)

![Phoxene Logo](https://www.phoxene.com/wp-content/uploads/2018/09/flash-strobe-manufacturer-phoxene.png)

This package 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 device drivers 


# 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 device drivers 

# Installation

```shell
pip install -i https://pypi.org/simple/ phox_modbus
```

# Dependencies
* pySerial

# Compatibility
Tested on Windows 10 and Debian systems

# Licence
MIT License Copyright (c) 2023 PHOXENE

See LICENSE file

# Authors

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