Metadata-Version: 2.1
Name: aria
Version: 0.4.5
Summary: MBT utils
Home-page: https://github.com/letscan/aria
Author: Letscan
Author-email: letscan@gmail.com
License: MIT
Keywords: automation test MBT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Testing
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Provides-Extra: dev
Requires-Dist: check-manifest ; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'

Modeling
============

**A MBT modeling utils**

Install
-------
```
pip install git+https://github.com/letscan/aria.git -U
```

Usage
-----
Please consult the testcases.


