Metadata-Version: 2.4
Name: slvrov-tools
Version: 0.1.8
Summary: Tools for math, networking, joysticks, I2C devices, and more for use in SLVROV
Author-email: Caleb Hofschneider <calebhof11@gmail.com>
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: smbus2>=0.4.1; sys_platform == "linux"
Requires-Dist: PySDL2>=0.9.7
Dynamic: license-file

# slvrov-tools

A utility library for SLVROV that includes tools for:

- Non-trivial math operations
- Network communication
- Interrupt handling
- Joysticks
- I2C control
- I2C devices (like the PCA9685)
- Misc tools

## Installation

```bash
pip install slvrov-tools
