Metadata-Version: 2.1
Name: code-grader
Version: 0.1.5
Summary: Add a short description here!
Home-page: https://github.com/pyscaffold/pyscaffold/
Author: Stephan Seitz
Author-email: stephan.seitz@fau.de
License: mit
Project-URL: Documentation, https://pyscaffold.org/
Description: # code-grader
        
        Generate a PDF of graded source files as a feedback for students
        
        ## Installation
        
        - Please ensure that **latexmk** is in `$PATH`!
        - We use the `minted` and the `geometry` LaTeX package
        - Install this package
        
        ```bash
        pip3 install -e .
        ```
        
        ## Usage
        
        ```bash
        code-grader Signal.java LinearFilter.java
        ```
        
        where `Signal.java` `LinearFilter.java` are Java source code files somewhere in the directory structure of current
        directory.
        
        More options:
        
        ```bash
        code-grader -h
        ```
        
        ## Magic Comments
        
        Comment your code with 
        
         - `/// <-` Hint for the students
         - `// [task blub: X/Y points]` Grading for a subtask
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown; charset=UTF-8
Provides-Extra: testing
