Metadata-Version: 2.4
Name: autohilt
Version: 0.0.1
Summary: autoHILT test executor — hardware-in-loop pytest fixtures generated from your drawn test station
Project-URL: Homepage, https://autohilt.com
Author-email: RML Consulting <hello@autohilt.com>
Classifier: Development Status :: 1 - Planning
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.9
Requires-Dist: pytest<9,>=7
Description-Content-Type: text/markdown

# autohilt

The test executor for [autoHILT](https://autohilt.com) — automated
hardware-in-loop testing for embedded systems.

autoHILT turns a drawing of your test station into pytest fixtures: draw the
station (MCU, debugger, relays, power) in the autoHILT canvas, publish it, and
this package brings those components to life as fixtures named after your own
drawing — `my_mcu`, `cli`, `dut_power` — in plain, unmodified pytest.

This is an early development release that reserves the package name and
establishes the skeleton: the pytest integration point and the `autohilt`
command-line tool. Functional releases follow.

- Homepage: https://autohilt.com
- Contact: hello@autohilt.com
