Metadata-Version: 2.1
Name: mats
Version: 0.35.0
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 :: 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)](https://mats.readthedocs.io/en/latest/?badge=latest)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/5a1c34e3898a43ebbdecc1b78c4cad4d)](https://www.codacy.com/app/slightlynybbled/mats?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=slightlynybbled/ate&amp;utm_campaign=Badge_Grade)
[![Build Status](https://travis-ci.org/slightlynybbled/mats.svg?branch=master)](https://travis-ci.org/slightlynybbled/mats)
[![Coverage Status](https://coveralls.io/repos/github/slightlynybbled/ate/badge.svg?branch=master&kill_cache=1)](https://coveralls.io/github/slightlynybbled/mats?branch=master)

`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!


