{"id":20915812,"url":"https://github.com/brainelectronics/be-modbus-wrapper","last_synced_at":"2026-05-28T19:02:47.339Z","repository":{"id":61122174,"uuid":"534601194","full_name":"brainelectronics/be-modbus-wrapper","owner":"brainelectronics","description":"Custom brainelectronics Modbus helper module","archived":false,"fork":false,"pushed_at":"2022-11-01T17:35:24.000Z","size":54,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T07:50:14.263Z","etag":null,"topics":["custom","helpers","helpers-library","modbus","modbus-library","modbus-master","modbus-rtu","modbus-serial","modbus-tcp","python","python-package","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brainelectronics.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-09T10:41:54.000Z","updated_at":"2022-10-23T19:48:28.000Z","dependencies_parsed_at":"2023-01-21T00:04:23.475Z","dependency_job_id":null,"html_url":"https://github.com/brainelectronics/be-modbus-wrapper","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/brainelectronics/be-modbus-wrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainelectronics%2Fbe-modbus-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainelectronics%2Fbe-modbus-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainelectronics%2Fbe-modbus-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainelectronics%2Fbe-modbus-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brainelectronics","download_url":"https://codeload.github.com/brainelectronics/be-modbus-wrapper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brainelectronics%2Fbe-modbus-wrapper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33622070,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["custom","helpers","helpers-library","modbus","modbus-library","modbus-master","modbus-rtu","modbus-serial","modbus-tcp","python","python-package","python3"],"created_at":"2024-11-18T16:18:30.632Z","updated_at":"2026-05-28T19:02:47.316Z","avatar_url":"https://github.com/brainelectronics.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BE Modbus Wrapper\n\n[![Downloads](https://pepy.tech/badge/be-modbus-wrapper)](https://pepy.tech/project/be-modbus-wrapper)\n![Release](https://img.shields.io/github/v/release/brainelectronics/be-modbus-wrapper?include_prereleases\u0026color=success)\n![Python](https://img.shields.io/badge/python3-Ok-green.svg)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![codecov](https://codecov.io/github/brainelectronics/be-modbus-wrapper/branch/main/graph/badge.svg)](https://app.codecov.io/github/brainelectronics/be-modbus-wrapper)\n\nCustom brainelectronics python modbus wrapper\n\n---------------\n\n## General\n\nCustom brainelectronics specific python modbus wrapper.\n\n\u003c!-- MarkdownTOC --\u003e\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n\t- [Unittests](#unittests)\n- [Credits](#credits)\n\n\u003c!-- /MarkdownTOC --\u003e\n\n\n## Installation\n\n```bash\npip install be-modbus-wrapper\n```\n\n## Usage\n\n```python\nfrom be_modbus_wrapper import ModbusWrapper\n```\n\n## Contributing\n\n### Unittests\n\nRun the unittests locally with the following command after installing this\npackage in a virtual environment\n\n```bash\n# run all tests\nnose2 --config tests/unittest.cfg\n\n# run only one specific tests\nnose2 tests.test_modbus_wrapper.TestModbusWrapper.test_load_modbus_registers_file\n```\n\nGenerate the coverage files with\n\n```bash\npython create_report_dirs.py\ncoverage html\n```\n\nThe coverage report is placed at `be-modbus-wrapper/reports/coverage/html/index.html`\n\n## Credits\n\nBased on the [PyPa sample project][ref-pypa-sample].\n\n\u003c!-- Links --\u003e\n[ref-pypa-sample]: https://github.com/pypa/sampleproject\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrainelectronics%2Fbe-modbus-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrainelectronics%2Fbe-modbus-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrainelectronics%2Fbe-modbus-wrapper/lists"}