# CS3560's Grading Library

`cs3560-grading-lib` is a common library shared by all grading scripts in our homework assignment.

## Installation

```console
python -m pip install cs3560-grading-lib
```

## Features

- Base class for a test case.
- Utilities functions to grade make related problems.


```{toctree}
:hidden:
getting-started.md
problem-authoring.md
problem-toml-spec.md
roadmaps.md
apidocs/index.rst
```
