be-modbus-wrapper 0.3.0

Last updated:

0 purchases

be-modbus-wrapper 0.3.0 Image
be-modbus-wrapper 0.3.0 Images
Add to Cart

Description:

bemodbuswrapper 0.3.0

BE Modbus Wrapper





Custom brainelectronics python modbus wrapper

General
Custom brainelectronics specific python modbus wrapper.


Installation
Usage
Contributing

Unittests


Credits


Installation
pip install be-modbus-wrapper

Usage
from be_modbus_wrapper import ModbusWrapper

Contributing
Unittests
Run the unittests locally with the following command after installing this
package in a virtual environment
# run all tests
nose2 --config tests/unittest.cfg

# run only one specific tests
nose2 tests.test_modbus_wrapper.TestModbusWrapper.test_load_modbus_registers_file

Generate the coverage files with
python create_report_dirs.py
coverage html

The coverage report is placed at be-modbus-wrapper/reports/coverage/html/index.html
Credits
Based on the PyPa sample project.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.