Metadata-Version: 2.4
Name: ozobot-common
Version: 0.1.2
Summary: Ozobot common utils
Project-URL: Homepage, https://ozobot.com
Project-URL: Github, https://github.com/ozobot/python-libraries
Author-email: Ondrej Novak <ondrej.novak@ozobot.com>
Requires-Python: >=3.13
Requires-Dist: loguru
Description-Content-Type: text/markdown

# ozobot-common

Common utilities and helpers for Ozobot projects.

## Features

- **Binary protocol utils**: Tools for handling serialization, locks and conversion
- **Async Utilities**: Enhanced async task management with `CancellableTaskGroup`
- **Logging**: Configurable logging setup with Loguru
- **Exceptions**: Base exception structure used by other libraries
