Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.8%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: RONANDEE
- License: apache-2.0
- Language: Python
- Default Branch: master
- Size: 596 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 3 years ago
· Last pushed about 3 years ago
Metadata Files
Readme
Changelog
Contributing
License
Citation
Authors
README.rst
===============================
MinimalModbus
===============================
.. image:: https://github.com/pyhys/minimalmodbus/actions/workflows/build.yml/badge.svg
:target: https://github.com/pyhys/minimalmodbus/actions
:alt: Build Status
.. image:: https://codecov.io/gh/pyhys/minimalmodbus/branch/master/graph/badge.svg?token=6TcwYCQJHF
:target: https://codecov.io/gh/pyhys/minimalmodbus
:alt: Test coverage report
.. image:: https://readthedocs.org/projects/minimalmodbus/badge/?version=master
:target: https://readthedocs.org/projects/minimalmodbus/?badge=master
:alt: Documentation Status
.. image:: https://img.shields.io/pypi/v/minimalmodbus.svg
:target: https://pypi.org/project/minimalmodbus/
:alt: PyPI page link
Easy-to-use Modbus RTU and Modbus ASCII implementation for Python.
Web resources
-------------
* **Documentation**: https://minimalmodbus.readthedocs.io
* Source code on **GitHub**: https://github.com/pyhys/minimalmodbus
* Python package index (PyPI) with download: https://pypi.org/project/minimalmodbus/
Other web pages:
* Readthedocs project page: https://readthedocs.org/projects/minimalmodbus/
* codecov.io project page: https://codecov.io/github/pyhys/minimalmodbus
Obsolete web pages:
* Old Travis CI build status page: https://travis-ci.org/pyhys/minimalmodbus
* Old Sourceforge documentation page: http://minimalmodbus.sourceforge.net/
* Old Sourceforge project page: https://sourceforge.net/projects/minimalmodbus
* Old Sourceforge repository: https://sourceforge.net/p/minimalmodbus/code/HEAD/tree/
Features
--------
MinimalModbus is an easy-to-use Python module for talking to instruments (slaves)
from a computer (master) using the Modbus protocol, and is intended to be running on the master.
The only dependence is the pySerial module (also pure Python).
There are convenience functions to handle floats, strings and long integers
(in different byte orders).
This software supports the 'Modbus RTU' and 'Modbus ASCII' serial communication
versions of the protocol, and is intended for use on Linux, OS X and Windows platforms.
It is open source, and has the Apache License, Version 2.0.
For Python 3.6 and later. Tested with Python 3.6, 3.7, 3.8, 3.9 and 3.10.
This package uses semantic versioning.
Owner
- Name: RONAN-DEE
- Login: RONANDEE
- Kind: user
- Repositories: 3
- Profile: https://github.com/RONANDEE
Citation (CITATION.cff)
# YAML 1.2
---
authors:
-
family-names: Berg
given-names: Jonas
cff-version: "1.1.0"
date-released: 2021-08-11
identifiers:
keywords:
- Modbus
- Python
license: "Apache License 2.0"
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/pyhys/minimalmodbus"
title: MinimalModbus
version: "2.0.1"
...
GitHub Events
Total
Last Year
Dependencies
.github/workflows/build.yml
actions
- actions/checkout v2 composite
- actions/setup-python v2 composite
- codecov/codecov-action v1 composite
pyproject.toml
pypi
requirements.txt
pypi
- pyserial >=3.0