Metadata-Version: 2.4
Name: validatrix
Version: 0.2.33
Summary: A Python library for using validatrix emulation hardware
Home-page: https://github.com/prateekspawar/validatrix_python
Author: Prateek Pawar
Author-email: Prateek Pawar <prateekspawar@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/prateekspawar/validatrix_python
Project-URL: Repository, https://github.com/prateekspawar/validatrix_python.git
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-can>=4.0.0
Requires-Dist: cantools>=36.0.0
Requires-Dist: adafruit-circuitpython-mcp4725>=1.4.6
Requires-Dist: adafruit-blinka>=8.0.0
Requires-Dist: pymodbus==3.1.3
Requires-Dist: pyserial>=3.5
Requires-Dist: asyncio>=3.4.3
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# Validatrix

A Python library for interfacing with validatrix emulation hardware.

## Installation

You can install the package using pip:

```bash
pip install validatrix
```

## Usage

```python
from validatrix import can_interface

# Example usage
interface = can_interface.CanInterface()
# Add your usage examples here
```

## Features

- CAN interface validation
- Thermistor emulation with DAC hardware
- CSV data logging for CAN + Thermistor data
- TXT test sequence logging
- CAN trace file logging
- Testing utilities
- Easy to use API

## Requirements

- Python 3.6 or higher
- Additional dependencies listed in requirements.txt

## License

This project is licensed under the MIT License - see the LICENSE file for details. 
