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

# slvrov-tools

A utility library for SLVROV that includes tools for:

- Non-trivial math operations
- Network communication
- Netowkr setup
- Exit handling
- Joysticks
- I2C control
- PCA9685 utils
- Misc tools
- CLI for gstreamer installation, udp video streaming

## Github
[slrov-tools github](https://github.com/LegionaryOfLogic/slvrov-tools)

## Installation

```bash
pip install slvrov-tools
