Metadata-Version: 2.1
Name: cver
Version: 1.0.0
Summary: A simple commandline app for searching and looking up opensource vulnerabilities
Home-page: https://github.com/CITGuru/cver
Author: Oyetoke Toby
Author-email: oyetoketoby80@gmail.com
License: MIT
Download-URL: https://github.com/CITGuru/cver/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: click
Requires-Dist: requests
Requires-Dist: beautifulsoup4
Requires-Dist: lxml
Requires-Dist: twine

# CVER

A simple commandline app for searching and looking up opensource vulnerabilities

# Installation

## Using Pip

```bash
$ pip install cver
```

## Manual 

```bash
$ git clone https://github.com/citguru/cevr
$ cd cver
$ python setup.py install
```

# Usage

```bash
$ cver
```

## Search

`search <keyword>`

```bash
$ cver search python
```

## Lookup

`search <name>`

```bash
$ cver look-up CVE-2020-2121
```




