Metadata-Version: 2.3
Name: markus-autotest-helpers-c
Version: 0.1.0
Summary: Helper functions and classes for executing python unit tests that require execution of c code
Author: John Chen, Alessio Di Sandro, Karen Reid, David Liu, Misha Schwartz
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# C Helper

Helper functions and classes for executing python unit tests that require execution of c code.

See [function/class docstrings](./src/markus-autotest-helpers-c/__init__.py) for more information.

## Installation:

```shell
pip install markus-autotest-helpers-c
```
