Metadata-Version: 2.1
Name: glowbuzzer-gbp
Version: 1.0.4
Summary: glowbuzzer Python API (GBP)
Author-email: glowbuzzer <hello@glowbuzzer.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: websockets~=13.1
Requires-Dist: pydantic~=2.9.2
Provides-Extra: test
Requires-Dist: pytest~=8.3.3; extra == "test"
Requires-Dist: pytest-asyncio~=0.16.0; extra == "test"

# Glowbuzzer Python API (GBP)

This project contains the Python API for interacting with the Glowbuzzer Control (GBC).

Using this API you can connect to GBC and enable the machine, initiate moves and read/write inputs.

The API uses asyncio to handle asynchronous communications with the GBC. This allows you to interact with GBC in a
convenient and efficient way.

The project provides two examples:

1. [Simple Example](examples/simple/README.md)
2. [ROS2 Example](examples/ros/README.md)
