Metadata-Version: 2.1
Name: rostpy
Version: 0.1.3
Summary: Python bindings for ROST
Home-page: https://gitlab.com/warplab/rostpy
Author: John San Soucie
Author-email: jsansoucie@whoi.edu
Maintainer: John San Soucie
Maintainer-email: jsansoucie@whoi.edu
License: MIT
Project-URL: Documentation, https://rostpy.readthedocs.io/
Project-URL: Bug Tracker, https://gitlab.com/warplab/rostpy/issues
Project-URL: Discussions, https://gitlab.com/warplab/rostpy/discussions
Project-URL: Changelog, https://gitlab.com/warplab/rostpy/releases
Platform: Any
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: click
Provides-Extra: dev
Requires-Dist: pre-commit (>=2) ; extra == 'dev'
Requires-Dist: pytest (>=6) ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: Sphinx (>=4.0) ; extra == 'docs'
Requires-Dist: myst-parser (>=0.13) ; extra == 'docs'
Requires-Dist: sphinx-book-theme (>=0.1.0) ; extra == 'docs'
Requires-Dist: sphinx-copybutton ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest (>=6) ; extra == 'test'

# rostpy

[![Documentation Status][rtd-badge]][rtd-link]
[![Code style: black][black-badge]][black-link]

[![PyPI version][pypi-version]][pypi-link]
[![PyPI platforms][pypi-platforms]][pypi-link]





[black-badge]:              https://img.shields.io/badge/code%20style-black-000000.svg
[black-link]:               https://github.com/psf/black
[pypi-link]:                https://pypi.org/project/rostpy/
[pypi-platforms]:           https://img.shields.io/pypi/pyversions/rostpy
[pypi-version]:             https://badge.fury.io/py/rostpy.svg
[rtd-badge]:                https://readthedocs.org/projects/rostpy/badge/?version=latest
[rtd-link]:                 https://rostpy.readthedocs.io/en/latest/?badge=latest


