mirror of
https://github.com/cve-search/PyVulnerabilityLookup.git
synced 2024-11-25 16:27:23 +00:00
21 lines
242 B
Markdown
21 lines
242 B
Markdown
|
# Python client and module for Vulnerability Lookup
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
```bash
|
||
|
pip install pyvulnerabilitylookup
|
||
|
```
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
### Command line
|
||
|
|
||
|
You can use the `vulnerability_lookup` command:
|
||
|
|
||
|
```bash
|
||
|
```
|
||
|
|
||
|
### Library
|
||
|
|
||
|
See [API Reference]()
|