Metadata-Version: 2.0
Name: mayatest
Version: 0.1.0.dev2
Summary: Test Autodesk Maya scripts and modules with pytest
Home-page: https://github.com/arubertoson/mayatest
Author: Marcus Albertsson
Author-email: marcus.arubertoson@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 2.7
Classifier: Intended Audience :: End Users/Desktop
Classifier: Environment :: Console
Requires-Dist: pytest

# Maya Test
[![Build Status](https://travis-ci.org/arubertoson/mayatest.svg?branch=master)](https://travis-ci.org/arubertoson/mayatest)
[![Coverage Status](https://coveralls.io/repos/github/arubertoson/mayatest/badge.svg?branch=master)](https://coveralls.io/github/arubertoson/mayatest?branch=master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/arubertoson/mayatest/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/arubertoson/mayatest/?branch=master)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Wrapper to easily test maya scripts and modules with the powerful pytest framework.

## Getting Started

### Prerequisites

You'll need to install:
* Autodesk Maya (2014+)
* Python (2.7+)


### Installing

```
pip install mayatest
```

### Usage

End with an example of getting some data out of the system or using it for a little demo


## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details


