{"id":31931281,"url":"https://github.com/patrickbaus/labnode_async","last_synced_at":"2026-01-20T16:58:20.263Z","repository":{"id":43719244,"uuid":"301590693","full_name":"PatrickBaus/labnode_async","owner":"PatrickBaus","description":"A Python asyncio communication framework for IoT nodes","archived":false,"fork":false,"pushed_at":"2025-09-04T18:39:25.000Z","size":508,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-16T09:02:14.995Z","etag":null,"topics":["asyncio","cbor","cobs","iot","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PatrickBaus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-10-06T02:15:02.000Z","updated_at":"2025-09-04T18:39:22.000Z","dependencies_parsed_at":"2023-01-18T14:16:53.144Z","dependency_job_id":"41c0f3ff-b110-492c-90fd-577b05944b41","html_url":"https://github.com/PatrickBaus/labnode_async","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/PatrickBaus/labnode_async","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PatrickBaus%2Flabnode_async","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PatrickBaus%2Flabnode_async/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PatrickBaus%2Flabnode_async/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PatrickBaus%2Flabnode_async/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PatrickBaus","download_url":"https://codeload.github.com/PatrickBaus/labnode_async/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PatrickBaus%2Flabnode_async/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017942,"owners_count":26086213,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"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":["asyncio","cbor","cobs","iot","python3"],"created_at":"2025-10-14T04:33:26.625Z","updated_at":"2025-10-14T04:33:31.135Z","avatar_url":"https://github.com/PatrickBaus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![pylint](../../actions/workflows/pylint.yml/badge.svg)](../../actions/workflows/pylint.yml)\n[![PyPI](https://img.shields.io/pypi/v/labnode_async)](https://pypi.org/project/labnode_async/)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/labnode_async)\n![PyPI - Status](https://img.shields.io/pypi/status/labnode_async)\n[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](LICENSE)\n[![code style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n# LabNode\nThis is the Python3 asyncio API library for the [Labnode](https://github.com/TU-Darmstadt-APQ/Labnode_PID) system.\n\nThe library is fully type-hinted.\n\n## Documentation\nThe full documentation can be found on GitHub Pages:\n[https://patrickbaus.github.io/labnode_async/](https://patrickbaus.github.io/labnode_async/). I use the\n[Numpydoc](https://numpydoc.readthedocs.io/en/latest/format.html) style for documentation and\n[Sphinx](https://www.sphinx-doc.org/en/master/index.html) for compiling it.\n\n## Setup\nTo install the library in a virtual environment (always use venvs with every project):\n\n```bash\npython3 -m venv env  # virtual environment, optional\nsource env/bin/activate\npip install labnode-async\n```\n\n## Usage\nThis library makes use of asynchronous context managers to hide all connection related stuff and\nalso handle cleanup. By the way: Context managers are great!\n\nConnect to the remote endpoint, and it will automatically enumerate the Labnode and create the correct device.\n```python\nfrom labnode_async import IPConnection\n\n# Create a device and start coding\nasync with IPConnection(\"192.1680.0.2\") as device:\n    # Add your code here\n    ...\n```\n\nSee [examples/](/examples/) for more working examples.\n\n## Versioning\nI use [SemVer](http://semver.org/) for versioning. For the versions available, see the\n[tags of this repository](../../tags).\n\n## Authors\n* **Patrick Baus** - *Initial work* - [PatrickBaus](https://github.com/PatrickBaus)\n\n## License\nThis project is licensed under the GPL v3 license - see the\n[LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatrickbaus%2Flabnode_async","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatrickbaus%2Flabnode_async","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatrickbaus%2Flabnode_async/lists"}