Metadata-Version: 2.1
Name: vival
Version: 2.1.0
Summary: A simple commandline app for testing standard input/output applications.
Home-page: https://github.com/ViktorooReps/vival
Author: Viktor Scherbakov
Author-email: opd.bacc@gmail.com
License: MIT
Download-URL: https://github.com/ViktorooReps/vival/archive/1.0.0.tar.gz
Description: # VIVAL
        
        Command line app to validate standard I/O applications on series of tests.
        
        # Installation
        
        ## Using Pip
        
        ```bash
          $ pip install vival
        ```
        ## Manual
        
        ```bash
          $ git clone https://github.com/ViktorooReps/vival
          $ cd vival
          $ python setup.py install
        ```
        
        # Usage
        
        `vival <executable> -t <path/tests.txt>`
        ```bash
        $ vival
        ```
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.7
Description-Content-Type: text/markdown
