Skip to main content

Library for autograding Git repositories

Project description

git-autograder

Git Autograder used for Git Mastery exercise solutions.

Installation

pip install git-autograder

Usage

GitAutograderRepo initializes and reads the submission repository. It contains critical information for autograding such as the start commit (denoted by git-mastery-start-<first commit short hash>) and user's commits.

For basic usage, you can either initialize the GitAutograderRepo by declaring it as a variable:

from git_autograder.repo import GitAutograderRepo

def grade():
  repo = GitAutograderRepo()
  ...

Or by decorating the grading function with @autograder() where the GitAutograderRepo initialization is handled by the decorator:

from git_autograder.autograder import autograder

@autograder()
def grade(repo: GitAutograderRepo):
  ...

GitAutograderDiffHelper is a wrapper around the git diff between commits:

from git_autograder.diff import GitAutograderDiffHelper

GitAutograderDiffHelper(commit_a, commit_b)

Unit tests

To execute the unit tests, run python -m pytest -s -vv.

Project details


Release history Release notifications | RSS feed

This version

0.2.3

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

git_autograder-0.2.3.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

git_autograder-0.2.3-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file git_autograder-0.2.3.tar.gz.

File metadata

  • Download URL: git_autograder-0.2.3.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for git_autograder-0.2.3.tar.gz
Algorithm Hash digest
SHA256 8f216efff405b2a5e102360c292fab18ff79e0e244d04b9e8bb6c81e327511da
MD5 352b548dca23f90fadc1e27011820feb
BLAKE2b-256 5269c28993607693086297908e09c381546938fac602642812e6c6f899af553e

See more details on using hashes here.

File details

Details for the file git_autograder-0.2.3-py3-none-any.whl.

File metadata

  • Download URL: git_autograder-0.2.3-py3-none-any.whl
  • Upload date:
  • Size: 7.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for git_autograder-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 4dac8aa6ffc45a37f25685eeb3b1c89c5f25bd5532380029af4cdbad16ac28ee
MD5 1a2fb9dbe5b8e329596b97148c1ae280
BLAKE2b-256 d348f009bf37343a6c75032cf581d5a03e9e270bd535ca6cbc035ed4e6383458

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page