This repository was archived by the owner on Dec 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +20
-11
lines changed Expand file tree Collapse file tree 5 files changed +20
-11
lines changed Original file line number Diff line number Diff line change 2
2
<a href =" https://ovsyanka83.github.io/autograder/ " ><img src =" https://raw.githubusercontent.com/Ovsyanka83/autograder/main/docs/_media/logo_with_text.svg " alt =" AutoGrader " ></a >
3
3
</p >
4
4
<p align =" center " >
5
- <b >Provides a simple, secure, and configurable way to grade programming assignments</b >
5
+ <b >A simple, secure, and versatile way to automatically grade programming assignments</b >
6
6
</p >
7
7
8
8
---
Original file line number Diff line number Diff line change 1
- # Autograder
2
-
3
- Provides a simple, secure, and configurable way to grade programming assignments
4
-
5
- ![ PyPI] ( https://img.shields.io/pypi/v/assignment-autograder )
6
- ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/assignment-autograder )
1
+ <a href =" https://github.com/ovsyanka83/autograder/actions?query=workflow%3ATests+event%3Apush+branch%3Amain " target =" _blank " >
2
+ <img src="https://github.com/Ovsyanka83/autograder/actions/workflows/test.yaml/badge.svg?branch=main&event=push" alt="Test">
3
+ </a >
4
+ <a href =" https://codecov.io/gh/ovsyanka83/autograder " target =" _blank " >
5
+ <img src="https://img.shields.io/codecov/c/github/ovsyanka83/autograder?color=%2334D058" alt="Coverage">
6
+ </a >
7
+ <a href =" https://pypi.org/project/assignment-autograder/ " target =" _blank " >
8
+ <img alt="PyPI" src="https://img.shields.io/pypi/v/assignment-autograder?color=%2334D058&label=pypi%20package" alt="Package version">
9
+ </a >
10
+ <a href =" https://pypi.org/project/assignment-autograder/ " target =" _blank " >
11
+ <img src="https://img.shields.io/pypi/pyversions/assignment-autograder?color=%2334D058" alt="Supported Python versions">
12
+ </a >
13
+
14
+ ---
7
15
8
16
## Table of Contents
9
17
Original file line number Diff line number Diff line change 1
1
<img alt =" AutoGrader " width =" 420 " src =" _media/logo_with_text.svg?sanitize=true " >
2
2
3
- > A simple, secure, and configurable way to grade any programming assignments
3
+ > A simple, secure, and versatile way to automatically grade programming assignments
4
4
5
5
[ GitHub] ( https://github.com/ovsyanka83/autograder/ )
6
6
[ Get Started] ( #Installation )
Original file line number Diff line number Diff line change 5
5
< meta charset ="UTF-8 ">
6
6
< title > AutoGrader</ title >
7
7
< meta http-equiv ="X-UA-Compatible " content ="IE=edge,chrome=1 " />
8
- < meta name ="description " content ="Description ">
8
+ < meta name ="description "
9
+ content ="A simple, secure, and versatile way to automatically grade programming assignments ">
9
10
< meta name ="viewport " content ="width=device-width, initial-scale=1.0, minimum-scale=1.0 ">
10
11
< link rel ="stylesheet " href ="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css ">
11
12
< link rel ="icon " href ="_media/logo.svg " type ="image/svg+xml ">
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " assignment-autograder"
3
- version = " 3.7.4 "
4
- description = " Automatic assignment grading for instructor use in programming courses "
3
+ version = " 3.7.5 "
4
+ description = " A simple, secure, and versatile way to automatically grade programming assignments "
5
5
authors = [
" Ovsyanka <[email protected] >" ]
6
6
license = " GPL-3.0"
7
7
readme = " README.md"
You can’t perform that action at this time.
0 commit comments