Metadata-Version: 2.1
Name: grade
Version: 2.1.2
Summary: A package for easy autograding.
Home-page: https://github.com/thoward27/grade
Author: Tom Howard
Author-email: info@tomhoward.codes
License: AGPL
Description: # Grade
        
        A python package focused on making autograding easy, especially for executable programs and scripts.
        
        [![Documentation Status](https://readthedocs.org/projects/grade/badge/?version=latest)](https://grade.readthedocs.io/en/latest/)
        [![Release](https://img.shields.io/github/v/release/thoward27/grade)](https://github.com/thoward27/grade/releases)
        [![AGPL License](https://img.shields.io/github/license/thoward27/grade)](https://github.com/thoward27/grade/blob/master/LICENSE)
        [![Code Quality](https://img.shields.io/lgtm/grade/python/github/thoward27/grade)](https://lgtm.com/projects/g/thoward27/grade/context:python)
        [![codecov](https://codecov.io/gh/thoward27/grade/branch/master/graph/badge.svg)](https://codecov.io/gh/thoward27/grade)
        
        ---
        
        ## Setup
        
        ### Pip
        
        `python -m pip install grade`
        
        ### Docker
        
        ```docker
        FROM thoward27/grade:latest
        ```
        
        ### Sources
        
        ```
        git clone https://github.com/thoward27/grade.git
        cd grade
        python -m pip install .
        ```
        
        ## Documentation
        
        Available on [ReadTheDocs](https://grade.readthedocs.io/en/latest/)
        
        ## Example
        
        See `example.py` for an example on how to work with Grade.
        
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
