Metadata-Version: 2.1
Name: glowbuzzer-gbp
Version: 0.0.0a3
Summary: glowbuzzer Python API (GBP)
Home-page: https://github.com/glowbuzzer/gbp
Author: glowbuzzer
Author-email: hello@glowbuzzer.com
Project-URL: Bug Tracker, https://github.com/glowbuzzer/gbp/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# 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 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)
