Metadata-Version: 2.1
Name: e2xgrader
Version: 0.1.0.dev0
Summary: An addon for nbgrader
Project-URL: Documentation, https://e2x.inf.h-brs.de
Project-URL: Issues, https://github.com/Digiklausur/e2xgrader/issues
Project-URL: Source, https://github.com/Digiklausur/e2xgrader
Author-email: Tim Metzler <tim.metzler@h-brs.de>
License-Expression: MIT
License-File: LICENSE
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Requires-Dist: beautifulsoup4
Requires-Dist: nbgrader==0.7.1
Requires-Dist: pandas
Provides-Extra: dev
Requires-Dist: hatchling; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: tbump; extra == 'dev'
Description-Content-Type: text/markdown

# e2xgrader

[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=DigiKlausur_e2xgrader&metric=alert_status)](https://sonarcloud.io/dashboard?id=DigiKlausur_e2xgrader)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=DigiKlausur_e2xgrader&metric=coverage)](https://sonarcloud.io/dashboard?id=DigiKlausur_e2xgrader)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

E2xgrader is an add on for nbgrader. All information can be found under https://digiklausur.github.io/e2xgrader/e2xgrader.html

It comes with the following features:

- Multiple and single choice cells
- Exporting of grades via a web interface
- Per cell grading view
- Hashing of student submissions
- Permuting assignments during fetching
