# 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.

## Documentation

<!-- Highly inspired by click's documentation structure -->

```{toctree}
getting-started.md
problem-authoring.md
problem-toml-spec.md
```

## API Reference

```{toctree}
:maxdepth: 2
api.md
```

## Miscellaneous Pages

```{toctree}
:maxdepth: 2
roadmaps.md
changelog.md
```
