2024-06-07 13:54:49 +00:00
|
|
|
Welcome to PyVARIoT's documentation!
|
|
|
|
====================================
|
2024-06-07 09:07:52 +00:00
|
|
|
|
2024-06-07 13:54:49 +00:00
|
|
|
This is the client API for `PyVARIoT <https://github.com/cve-search/variot>`_:
|
2024-06-07 09:07:52 +00:00
|
|
|
|
|
|
|
foo
|
|
|
|
|
|
|
|
|
|
|
|
Installation
|
|
|
|
------------
|
|
|
|
|
|
|
|
The package is available on PyPi, so you can install it with::
|
|
|
|
|
2024-06-07 13:54:49 +00:00
|
|
|
pip install pyvariot
|
2024-06-07 09:07:52 +00:00
|
|
|
|
|
|
|
|
|
|
|
Usage
|
|
|
|
-----
|
|
|
|
|
2024-06-07 13:54:49 +00:00
|
|
|
You can use `variot` as a python script::
|
2024-06-07 09:07:52 +00:00
|
|
|
|
2024-06-07 13:54:49 +00:00
|
|
|
$ variot -h
|
2024-06-07 09:07:52 +00:00
|
|
|
|
|
|
|
Or as a library:
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:glob:
|
|
|
|
|
|
|
|
api_reference
|
|
|
|
|
|
|
|
|
|
|
|
Indices and tables
|
|
|
|
==================
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`modindex`
|
|
|
|
* :ref:`search`
|