Metadata-Version: 2.4
Name: ovsdbapp
Version: 2.15.0
Summary: A library for creating OVSDB applications
Author-email: OpenStack <openstack-discuss@lists.openstack.org>
License: Apache-2.0
Project-URL: Homepage, https://docs.openstack.org/ovsdbapp/latest/
Project-URL: Repository, https://opendev.org/openstack/ovsdbapp
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: fixtures>=3.0.0
Requires-Dist: netaddr>=0.10.0
Requires-Dist: ovs>=2.10.0
Requires-Dist: pbr!=2.1.0,>=2.0.0
Dynamic: license-file
Dynamic: requires-dist

========
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
