Metadata-Version: 2.1
Name: robotpy-navx
Version: 2025.0.0b1
Summary: Python wrapper for KauaiLabs NavX sensor
Home-page: https://github.com/robotpy/robotpy-navx
Author: RobotPy Development Team
Author-email: robotpy@googlegroups.com
License: BSD-3-Clause
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
Requires-Dist: robotpy-wpiutil~=2025.0.0b1
Requires-Dist: robotpy-wpimath~=2025.0.0b1
Requires-Dist: wpilib~=2025.0.0b1

robotpy-navx
============

This is a python implementation of the kauailabs NavX library.

.. note:: The RobotPy project is not associated with or endorsed by kauailabs

Documentation
=============

* `Installation <http://robotpy.readthedocs.io/en/stable/install/navx.html>`_
* `Python API Documentation <http://robotpy.readthedocs.io/projects/navx/en/stable/api.html>`_
* `Examples <https://github.com/robotpy/robotpy-navx/tree/main/examples>`_

License
=======

The original NavX software is available under the MIT license, as is this.
