Metadata-Version: 2.1
Name: ShanghaiTech-compiler-judger
Version: 0.0.2
Summary: Tools for ShanghaiTech Compiler course. 
Home-page: UNKNOWN
Author: Q7
Author-email: q71998@gmail.com
License: MIT
Description: # compiler-client
        
        ## Test
        
        Within the root-folder of this repository, simple run:
        
        ```compiler-test .```
        
        
        ## Submit
        
        Submissions are done by simply running:
        
        ```compiler-submit /path/to/your/repo```
        
        or simply `compiler-submit .` from within the root folder of this repo.
        
        You can define your own submisson tag via `--tag your_tag`, 
        otherwise a random one will be generated.
        
        If you define your own, please use a new tag for every new submission.
        Every submission will create a new GitLab issue, where you can track the progress.
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Provides-Extra: testing
