Skip to content

Tuck-Williamson/python-agh

Repository files navigation

This is a passion project that grew from several scripts I used to help me grade college C-language programming assignments. I still need to clean up several things from the times I 'just needed something to do X 10 days ago'. If you find this software helpful, please let me know!

Overview

docs Documentation Status
tests GitHub Actions Build Status Coverage Status
package PyPI Package latest release PyPI Wheel Supported versions Supported implementations

An assignment grading helper

Installation

pip install agh

You can also install the in-development version with:

pip install https://github.com/Tuck-Williamson/python-agh/archive/main.zip

Documentation

https://python-agh.readthedocs.io/

Development

To run all the tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append tox
Other
PYTEST_ADDOPTS=--cov-append tox

About

An assignment grading helper.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages