Metadata-Version: 2.1
Name: fuckseashell
Version: 0.0.3
Summary: Tool Kits for Using Clang and VSC instead of Seashell for CS136 assignments
Home-page: https://github.com/ylilarry/fuckseashell
Author: Yu Li
Author-email: ylilarry@gmail.com
License: UNKNOWN
Description: # Tool Kits for Using Clang and VSC instead of Seashell for CS136 assignments
        
        This package provides the following tools:
        
        * fsrun - Compile C files in the current directory and run the main function
        * fstest - Compile C files in the current directory and run cs136's IO tests.
        * download-assignment - Download assignments from CS136's' website
        * extract-assignment - Extract downloaded assignments from CS136's' website
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
