Metadata-Version: 1.1
Name: Lab-Automation
Version: 1.1
Summary: Lab Automation Project
Home-page: https://github.com/rakhejabhai/Assembler.git
Author: Akash Rakheja
Author-email: rakhejaforu.ar@gmail.com
License: MIT
Description: # Inspiration
        
        The purpose of this project is to ease the troubles of students/TAs/Teachers in Academic Lab Courses by giving them an offline platform to practice/submit/evaluate C codes for algorithm or datastructure problems in an efficient GUI based environment. Their are two parts to this project-- client side and server side. The libraries presently required are:
        - Tkinter
        - exrex
        
        # Installation
        
        Run the following command line to install the software along with the dependencies:
        
        ```shell
        $sudo -E apt-get install Lab-Automation==1.0
        ``` 
        # Usage
        
        To run the software use the command line:
        ```shell
        $runlab
        ```
        # For the Instructors
        
        The Instructors need to enter regular expressions which will be used for multiple test case generation. An idea about it can be obtained from the following link:
        https://docs.python.org/2/howto/regex.html
        
        # Licence
        
        The MIT License (MIT) 
        
        Copyright (c) 2016 Team15CS243
        Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        
Keywords: labs submissions
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
