OVSDB application library
Go to file
Jenkins e864508815 Merge "Enable pylint 1.4.5" 2017-06-30 10:23:31 +00:00
doc/source Add cookiecutter output 2017-02-24 15:02:19 -05:00
ovsdbapp Merge "Enable pylint 1.4.5" 2017-06-30 10:23:31 +00:00
releasenotes Fix all broken jobs 2017-03-23 08:52:07 +00:00
tools Enable pylint 1.4.5 2017-06-30 09:54:53 +08:00
.gitignore Ignore .testrepository and editor(s) files 2017-04-21 10:09:30 +01:00
.gitreview Add .gitreview 2017-03-13 16:48:53 -05:00
.pylintrc Enable pylint 1.4.5 2017-06-30 09:54:53 +08:00
.testr.conf Fix pep8/cookiecutter test running 2017-02-24 15:32:17 -05:00
CONTRIBUTING.rst Add cookiecutter output 2017-02-24 15:02:19 -05:00
HACKING.rst Add cookiecutter output 2017-02-24 15:02:19 -05:00
LICENSE Add cookiecutter output 2017-02-24 15:02:19 -05:00
MANIFEST.in Add cookiecutter output 2017-02-24 15:02:19 -05:00
README.rst Add a description to README.rst 2017-04-21 16:20:55 -05:00
babel.cfg Add cookiecutter output 2017-02-24 15:02:19 -05:00
bindep.txt Fix all broken jobs 2017-03-23 08:52:07 +00:00
requirements.txt Allow choosing vlog levels to patch and restoring the vlog 2017-05-03 12:31:52 -05:00
setup.cfg Add cookiecutter output 2017-02-24 15:02:19 -05:00
setup.py Updated from global requirements 2017-03-15 04:26:57 +00:00
test-requirements.txt Merge "Enable pylint 1.4.5" 2017-06-30 10:23:31 +00:00
tox.ini Merge "Enable pylint 1.4.5" 2017-06-30 10:23:31 +00:00

README.rst

ovsdbapp

A library for creating OVSDB applications

The ovdsbapp library is useful for creating applications that communicate via Open_vSwitch's OVSDB protocol (https://tools.ietf.org/html/rfc7047). It wraps the Python 'ovs' and adds an event loop and friendly transactions.

Features

  • An thread-based event loop for using ovs.db.Idl
  • Transaction support
  • Native OVSDB communication