Metadata-Version: 2.1
Name: gradescope
Version: 0.0.1
Summary: Python utility toolkit for Gradescope
Home-page: https://github.com/mooey5775/gradescope
Author: Edward Li
Author-email: edwardli@andrew.cmu.edu
License: MIT
Description: # gradescope
        
        This is a Python utility library for Gradescope.
        
        This library is a subset of a library created by Jérémie Lumbroso, licensed under the LGPL3 license. You can find this library here: https://github.com/jlumbroso/pylifttk.
        
        ## Configuration file
        
        The `config.yaml` file contains Gradescope credentials.
        
        ```yaml
        gradescope:
          username: "" # credentials for https://gradescope.com
          password: ""
        ```
        
        ## Example
        
        Coming soon!
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
