Metadata-Version: 2.1
Name: embag
Version: 0.0.37
Summary: Fast ROS bag reader
Home-page: https://github.com/embarktrucks/embag
Author: Jason Snell
Author-email: jason@embarktrucks.com
License: MIT
Download-URL: https://pypi.org/project/embag/
Keywords: ROS,bag,reader
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/x-rst


Embag: A really fast, simple bag file reader

.. image:: https://github.com/embarktrucks/embag/workflows/pypi_build/badge.svg
    :alt: GitHub Actions status
    :target: https://github.com/embarktrucks/embag/actions

This library reads `ROS <https://wiki.ros.org>`_ `bag files <http://wiki.ros.org/Bags/Format/2.0>`_ quickly without their
`message descriptions <http://wiki.ros.org/msg>`_ and without any dependencies.

See the `API README <https://github.com/embarktrucks/embag/tree/master/python>`_ for usage details.


