Metadata-Version: 2.1
Name: cvefinder
Version: 1.0.0
Summary: A simple commandline app for searching and looking up opensource vulnerabilities
Home-page: UNKNOWN
Author: Vipin Kumar
Author-email: vpnkumar.kumar1@gmail.com
License: MIT
Description: # Vuln-finder
        A simple commandline app for searching and looking up opensource vulnerabilities
        
        # Installation
        
        ## Using Pip
        ```bash
          $ pip install vuln-finder
        ```
        
        # Usage
        ```bash
        $ cver
        ```
        ## Search
        `search <keyword>`
        ```bash
        $ cver search python
        ```
        ## Lookup
        `search <name>`
        ```bash
        $ cver look-up CVE-2020-2121
        ```
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.0
Description-Content-Type: text/markdown
