Metadata-Version: 2.1
Name: vival
Version: 2.0.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
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
Requires-Dist: bleach (==3.3.0)
Requires-Dist: certifi (==2020.12.5)
Requires-Dist: cffi (==1.14.5)
Requires-Dist: chardet (==4.0.0)
Requires-Dist: click (==7.1.2)
Requires-Dist: colorama (==0.4.4)
Requires-Dist: cryptography (==3.4.6)
Requires-Dist: docutils (==0.16)
Requires-Dist: idna (==2.10)
Requires-Dist: jeepney (==0.6.0)
Requires-Dist: keyring (==22.0.1)
Requires-Dist: packaging (==20.9)
Requires-Dist: pkginfo (==1.7.0)
Requires-Dist: pycparser (==2.20)
Requires-Dist: Pygments (==2.8.0)
Requires-Dist: pyparsing (==2.4.7)
Requires-Dist: readme-renderer (==29.0)
Requires-Dist: requests (==2.25.1)
Requires-Dist: requests-toolbelt (==0.9.1)
Requires-Dist: rfc3986 (==1.4.0)
Requires-Dist: SecretStorage (==3.3.1)
Requires-Dist: six (==1.15.0)
Requires-Dist: tqdm (==4.57.0)
Requires-Dist: twine (==3.3.0)
Requires-Dist: urllib3 (==1.26.3)
Requires-Dist: webencodings (==0.5.1)

# 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
```


