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:
from git_autograder import autograder, GitAutograderOutput, GitAutograderRepo
@autograder()
def grade(repo: GitAutograderRepo) -> GitAutograderOuput:
...
Unit tests
To execute the unit tests, run python -m pytest -s -vv.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file git_autograder-5.4.1.tar.gz.
File metadata
- Download URL: git_autograder-5.4.1.tar.gz
- Upload date:
- Size: 17.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
027be37093b2280ccd461b591a8cfe1fdc0ce6016b249aedbc3dccd5be1eacb8
|
|
| MD5 |
adf65f59eaf531f0437f8f29ef3d2456
|
|
| BLAKE2b-256 |
4dd9350a3ef3aa3164e9a93affeb3ee0e0dc541208dbc31009f1735ef98694d1
|
File details
Details for the file git_autograder-5.4.1-py3-none-any.whl.
File metadata
- Download URL: git_autograder-5.4.1-py3-none-any.whl
- Upload date:
- Size: 24.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c80f17b3d1bead549b281393f26e8c1c256a1de6b70834b88b6188bfc53dccb
|
|
| MD5 |
0009562e2a1c8fe1d0c8b39ae86965b7
|
|
| BLAKE2b-256 |
dc12e075f5ad8724ede8542c8f3eb5294543b08021d0dd2e27425a40913ee432
|