{"id":19738354,"url":"https://github.com/sensirion/python-shdlc-driver","last_synced_at":"2025-04-30T05:31:17.066Z","repository":{"id":57465603,"uuid":"144961065","full_name":"Sensirion/python-shdlc-driver","owner":"Sensirion","description":"Python Driver for Sensirion SHDLC Devices","archived":false,"fork":false,"pushed_at":"2024-05-17T09:39:12.000Z","size":10974,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-24T20:06:43.481Z","etag":null,"topics":["evalkit","sensirion","sensorbridge","shdlc"],"latest_commit_sha":null,"homepage":"https://sensirion.github.io/python-shdlc-driver","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sensirion.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-16T08:40:49.000Z","updated_at":"2024-05-17T09:39:16.000Z","dependencies_parsed_at":"2022-09-17T18:19:44.265Z","dependency_job_id":null,"html_url":"https://github.com/Sensirion/python-shdlc-driver","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sensirion%2Fpython-shdlc-driver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sensirion%2Fpython-shdlc-driver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sensirion%2Fpython-shdlc-driver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sensirion%2Fpython-shdlc-driver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sensirion","download_url":"https://codeload.github.com/Sensirion/python-shdlc-driver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251648746,"owners_count":21621409,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["evalkit","sensirion","sensorbridge","shdlc"],"created_at":"2024-11-12T01:13:59.538Z","updated_at":"2025-04-30T05:31:16.751Z","avatar_url":"https://github.com/Sensirion.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Driver for Sensirion SHDLC Devices\n\nThis repository contains the base driver for Sensirion SHDLC devices as a Python\npackage. For details, please read the package description in\n[README.rst](README.rst).\n\n## Usage\n\nSee package description in [README.rst](README.rst) and user manual at\nhttps://sensirion.github.io/python-shdlc-driver/.\n\n## Development\n\nWe develop and test this driver using our company internal tools (version\ncontrol, continuous integration, code review etc.) and automatically\nsynchronize the `master` branch with GitHub. But this doesn't mean that we\ndon't respond to issues or don't accept pull requests on GitHub. In fact,\nyou're very welcome to open issues or create pull requests :)\n\n### Check coding style\n\nThe coding style can be checked with [`flake8`](http://flake8.pycqa.org/):\n\n```bash\npip install -e .[test]  # Install requirements\nflake8                  # Run style check\n```\n\nIn addition, we check the formatting of files with\n[`editorconfig-checker`](https://editorconfig-checker.github.io/):\n\n```bash\npip install editorconfig-checker==2.0.3   # Install requirements\neditorconfig-checker                      # Run check\n```\n\n### Run tests\n\nUnit tests can be run with [`pytest`](https://pytest.org/):\n\n```bash\npip install -e .[test]                          # Install requirements\npytest -m \"not (needs_serialport or needs_tcp)\" # Run tests without hardware\npytest                                          # Run all tests\n```\n\nTo run the tests which access connected hardware, you need to pass following\narguments to `pytest`:\n\n- `--serial-port`: The serial port where a device is connected (e.g. `COM7`)\n- `--serial-bitrate`: The bitrate of the device connected to the serial port\n  (e.g. `460800`)\n- `--serial-address`: The slave address of the device connected to the serial\n  port (e.g. `0`)\n- `--tcp-port`: The TCP IP address where a device is connected (e.g.\n  `192.168.100.209`)\n- `--tcp-port`: The port of the device connected via TCP (e.g. `10001`)\n- `--tcp-address`: The slave address of the device connected via TCP (e.g. `0`)\n\n\n### Build documentation\n\nThe documentation can be built with [Sphinx](http://www.sphinx-doc.org/):\n\n```bash\npython setup.py install                        # Install package\npip install -r docs/requirements.txt           # Install requirements\nsphinx-versioning build docs docs/_build/html  # Build documentation\n```\n\n## License\n\nSee [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsensirion%2Fpython-shdlc-driver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsensirion%2Fpython-shdlc-driver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsensirion%2Fpython-shdlc-driver/lists"}