Ifat Afek 9b94b76af7 Doc Migration: move the developer guide docs under contributor folder
Change-Id: I96db1d8cadb17d259c708967a4e92160e9ac3aba
2017-07-25 10:59:18 +00:00

11 lines
177 B
ReStructuredText

=====
Usage
=====
To use python-vitrageclient in a project::
>>> from vitrageclient.v1 import client
>>> vitrage = client.Client(...)
>>> vitrage.topology.show()