File: README.rst

package info (click to toggle)
python-ovsdbapp 2.16.0-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,092 kB
  • sloc: python: 9,710; sh: 136; makefile: 21
file content (23 lines) | stat: -rw-r--r-- 639 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
========
ovsdbapp
========

.. image:: https://governance.openstack.org/tc/badges/ovsdbapp.svg

.. Change things from this point on

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.

* Free software: Apache license
* Source: https://opendev.org/openstack/ovsdbapp/
* Bugs: https://bugs.launchpad.net/ovsdbapp

Features:

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