Metadata-Version: 2.1
Name: ros2bridge
Version: 0.0.2
Summary: A bridge between websocket and DDS of ROS 2
Home-page: https://github.com/bonnybabukachappilly/ros2bridge
Author: Bonny Babu
Author-email: bonnybabukachappilly@gmail.com
License: GNU GENERAL PUBLIC LICENSE Version 3
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: Unix
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: tornado (>=5)
Provides-Extra: dev
Requires-Dist: flake8 (>=5.0) ; extra == 'dev'
Requires-Dist: tox (>=3.26) ; extra == 'dev'
Requires-Dist: pytest (>=7.1) ; extra == 'dev'
Requires-Dist: pytest-cov (>=4.0) ; extra == 'dev'
Requires-Dist: mypy (>=0.982) ; extra == 'dev'
Requires-Dist: check-manifest (>=0.48) ; extra == 'dev'
Requires-Dist: websocket-client (>=1.4) ; extra == 'dev'

# ROS WEBSOCKET BRIDGE

![license](https://img.shields.io/badge/license-GNU%20v3.0-blue)

A websocket bridge for ROS 2


