mirror of
https://github.com/cve-search/PyVulnerabilityLookup.git
synced 2024-11-25 16:27:23 +00:00
37 lines
578 B
ReStructuredText
37 lines
578 B
ReStructuredText
Welcome to PyVulnerabilityLookup's documentation!
|
|
=============================================
|
|
|
|
This is the client API for `PyVulnerabilityLookup <https://github.com/cve-search/PyVulnerabilityLookup>`_:
|
|
|
|
foo
|
|
|
|
|
|
Installation
|
|
------------
|
|
|
|
The package is available on PyPi, so you can install it with::
|
|
|
|
pip install pyvulnerabilitylookup
|
|
|
|
|
|
Usage
|
|
-----
|
|
|
|
You can use `client` as a python script::
|
|
|
|
$ vulnerability_lookup -h
|
|
|
|
Or as a library:
|
|
|
|
.. toctree::
|
|
:glob:
|
|
|
|
api_reference
|
|
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|