Metadata-Version: 2.4
Name: imu-py
Version: 0.7.1
Summary: Python interface for interacting with IMUs
Home-page: https://github.com/kscalelabs/imu
Author: Wesley Maa
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: darglint; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: python-can; extra == "dev"
Requires-Dist: pyserial; extra == "dev"
Requires-Dist: matplotlib; extra == "dev"
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-python
Dynamic: summary

# imu

Defines a package to interact with IMUs.

## Getting Started

See the documentation [here](https://docs.kscale.dev/robot/imu) for instructions on getting started with this package.

## Development

Please make sure everything is `cargo fmt`'d and `cargo clippy`'d.

## Currently Supported IMUs

- [BNO055](./imu/bno055/README.md)
- [Hexmove](./imu/hexmove/README.md)
- [Hiwonder](./imu/hiwonder/README.md)
