Metadata-Version: 2.1
Name: mdimechanic
Version: 0.4.2
Summary: A tool for testing and developing MDI-enabled projects.
Author-email: Taylor Barnes <mdi@molssi.org>
License: BSD-3-Clause
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyYAML>=5.0
Provides-Extra: test
Requires-Dist: pytest>=6.1.2; extra == "test"
Requires-Dist: pytest-runner; extra == "test"

MDI_Mechanic
==============================
[//]: # (Badges)
[![codecov](https://codecov.io/gh/REPLACE_WITH_OWNER_ACCOUNT/MDI_Mechanic/branch/master/graph/badge.svg)](https://codecov.io/gh/REPLACE_WITH_OWNER_ACCOUNT/MDI_Mechanic/branch/master)


A tool for testing and developing MDI-enabled projects.

### Documentation

A tutorial for using MDI Mechanic is available [here](https://github.com/MolSSI-MDI/MDI_Mechanic/blob/master/docs/getting_started.rst).

### Copyright

Copyright (c) 2020, Taylor Barnes


#### Acknowledgements
 
Project based on the 
[Computational Molecular Science Python Cookiecutter](https://github.com/molssi/cookiecutter-cms) version 1.4.
