Metadata-Version: 2.4
Name: markus-ai-server
Version: 0.0.2
Summary: A small server to control access to local models for MarkUs autograding
Author: Rolland He, Will Kukkamalla, Donny Wong
License-Expression: MIT
License-File: LICENSE
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Dist: flask
Requires-Dist: ollama
Requires-Dist: python-dotenv
Requires-Dist: redis
Requires-Dist: requests
Maintainer: David Liu
Maintainer-email: David Liu <david@cs.toronto.edu>
Requires-Python: >=3.9
Project-URL: Homepage, https://github.com/MarkUsProject/markus-ai-server
Project-URL: Issues, https://github.com/MarkUsProject/markus-ai-server/issues
Description-Content-Type: text/markdown

# markus-ai-server

## Developers

To install project dependencies, including development dependencies:

```console
$ pip install -e .[dev]
```

To install pre-commit hooks:

```console
$ pre-commit install
```

To run the test suite:

```console
$ pytest
```
