Metadata-Version: 2.1
Name: mats
Version: 0.52.1
Summary: Manufacturing Automated Test System, a framework for building device testing quickly and consistently
Home-page: https://github.com/slightlynybbled/mats
Author: Jason R. Jones
Author-email: slightlynybbled@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: coloredlogs (>=10.0)

# Manufacturing Automated Test System (MATS)

![Documentation Status](https://readthedocs.org/projects/mats/badge/?version=latest)
![Codacy Badge](https://app.codacy.com/project/badge/Grade/4b8a81bf06eb48279531756d90fe598f)
![Build Status](https://travis-ci.org/slightlynybbled/mats.svg?branch=master)
![Coverage Status](https://coveralls.io/repos/github/slightlynybbled/ate/badge.svg?branch=master&kill_cache=1)

`MATS` is a hardware-oriented test environment intended for production testing in a manufacturing 
environment.  The `MATS` framework is a test template and test sequence executor which includes
an implementation for basic user input and feedback.

MATS could be considered an automated test framework which imposes a consistent work flow and
reduces the amount of mind share that you need to dedicate to developing automated device tests.

Checkout the [documentation](https://mats.readthedocs.io/en/latest/index.html) for more details!

## Example GUI

![GUI](./docs/source/images/tkmats-animation.gif)

## Contribution Guidelines

Contribution guidelines are outlined in the [documentation](https://mats.readthedocs.io/en/latest/pages/contribution_guidelines.html).

Please read before contributing!


