37 lines
766 B
ReStructuredText
Raw Normal View History

===============================================
Python bindings to the OpenStack Networking API
===============================================
This is a client for OpenStack Networking API. There is a :doc:`Python API
<usage/library>` (the neutronclient module), and a :doc:`command-line script
<usage/cli>` (installed as **neutron**). Each implements the entire OpenStack
Networking API.
Using neturonclient
-------------------
.. toctree::
:maxdepth: 2
usage/cli
usage/library
Developer Guide
---------------
In the Developer Guide, you will find information on Neutrons client
lower level programming details or APIs.
.. toctree::
:maxdepth: 2
devref/client_command_extensions
History
-------
.. toctree::
:maxdepth: 1
history