Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ucbds-infra/otter-grader
A Python and R autograding solution
https://github.com/ucbds-infra/otter-grader
autograder autograding jupyter jupyter-notebook jupyter-notebooks python r rmd
Last synced: 27 days ago
JSON representation
A Python and R autograding solution
- Host: GitHub
- URL: https://github.com/ucbds-infra/otter-grader
- Owner: ucbds-infra
- License: bsd-3-clause
- Created: 2019-09-13T23:40:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-09T19:26:53.000Z (8 months ago)
- Last Synced: 2024-04-14T03:10:26.978Z (7 months ago)
- Topics: autograder, autograding, jupyter, jupyter-notebook, jupyter-notebooks, python, r, rmd
- Language: Python
- Homepage: https://otter-grader.readthedocs.io
- Size: 48.4 MB
- Stars: 117
- Watchers: 5
- Forks: 59
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
# Otter-Grader
[![PyPI](https://img.shields.io/pypi/v/otter-grader.svg)](https://pypi.org/project/otter-grader/)
[![DOI](https://zenodo.org/badge/208363438.svg)](https://zenodo.org/badge/latestdoi/208363438)
[![Run tests](https://github.com/ucbds-infra/otter-grader/actions/workflows/run-tests.yml/badge.svg)](https://github.com/ucbds-infra/otter-grader/actions/workflows/run-tests.yml)
[![Coverage Status](https://coveralls.io/repos/github/ucbds-infra/otter-grader/badge.svg?branch=master)](https://coveralls.io/github/ucbds-infra/otter-grader?branch=master)
[![Documentation Status](https://readthedocs.org/projects/otter-grader/badge/?version=latest)](https://otter-grader.readthedocs.io/en/latest/?badge=latest)
[![Slack](https://img.shields.io/endpoint?logo=slack&url=https%3A%2F%2Fraw.githubusercontent.com%2Fucbds-infra%2Fotter-grader%2Fmaster%2Fslack-shields.json)](https://join.slack.com/t/otter-grader/shared_invite/enQtOTM5MTQ0MzkwMTk0LTBiNWIzZTYxNDA2NDZmM2JkMzcwZjA4YWViNDM4ZTgyNDVhNDgwOTQ0NjNlZjcwNmY5YzJiZjZhZGNhNzc5MjA)Otter Grader is a light-weight, modular open-source autograder developed by the Data Science
Education Program at UC Berkeley. It is designed to work with classes at any scale by abstracting
away the autograding internals in a way that is compatible with any instructor's assignment
distribution and collection pipeline. Otter supports local grading through parallel Docker
containers, grading using the autograder platforms of 3rd party learning management systems (LMSs),
the deployment of an Otter-managed grading virtual machine, and a client package that allows
students to run public checks on their own machines. Otter is designed to grade Python scripts and
Jupyter Notebooks, and is compatible with a few different LMSs, including Canvas and Gradescope.## Documentation
The documentation for Otter can be found [here](https://otter-grader.rtfd.io).
## Contributing
See [`CONTRIBUTING.md`](CONTRIBUTING.md).
## Changelog
See [`CHANGELOG.md`](CHANGELOG.md).