Metadata-Version: 2.1
Name: uds_connect
Version: 0.1.4
Summary: A package to interface with UDS via different CAN interfaces
Home-page: https://github.com/yourusername/uds_connect
Author: Omkar Rane
Author-email: ojrane16124@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: uds
Requires-Dist: python-can

# uds_connect

`uds_connect` is a Python package for interacting with UDS (Unified Diagnostic Services) over various CAN interfaces, such as `peak`, `kvaser`, and `vector`.

## Installation

```bash
pip install uds_connect
