Metadata-Version: 2.4
Name: pybag-sdk
Version: 0.4.0
Summary: A Python library to work with bag files without ROS.
Author-email: Angus Stewart <siliconlad@protonmail.com>
License-File: LICENSE
Requires-Python: >=3.10
Provides-Extra: lz4
Requires-Dist: lz4>=4.4.3; extra == 'lz4'
Provides-Extra: zstd
Requires-Dist: zstandard>=0.23.0; extra == 'zstd'
Description-Content-Type: text/markdown

# pybag

A Python library to work with bag files without ROS.

> [!Warning]
> The library is still in the early stages of development and the API is still unstable
