Metadata-Version: 2.1
Name: pyassignmentgrader
Version: 0.3
Summary: 
Author: CD Clark III
Author-email: clifton.clark@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: fspathtree (>=0.8,<0.9)
Requires-Dist: pyparsing (>=3.0.9,<4.0.0)
Requires-Dist: pytest (>=7.2.2,<8.0.0)
Requires-Dist: pytest-pudb (>=0.7.0,<0.8.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: rich (>=13.3.2,<14.0.0)
Requires-Dist: typer[all] (==0.1)
Description-Content-Type: text/markdown

# pyAssignmentGrader

A Python module and command-line utility for grading assignments. This tool was
developed to grade assignments for my Phys 312 : Scientific Computing and Productivity
class at Fort Hays State University.

Currently it is only being developed to suit my specific needs.

