Source: python-ovsdbapp Section: python Priority: optional Maintainer: Debian OpenStack Uploaders: Thomas Goirand , Build-Depends: debhelper (>= 9), dh-python, openstack-pkg-tools, python-all, python-pbr (>= 2.0.0), python-setuptools, python3-all, python3-pbr (>= 2.0.0), python3-setuptools, python3-sphinx (>= 1.5.1), Build-Depends-Indep: python-coverage, python-fixtures, python-hacking, python-netaddr, python-openvswitch (>= 2.8.0), python-os-testr (>= 1.0.0), python-oslo.utils (>= 3.33.0), python-oslotest (>= 1:3.2.0), python-six, python-stestr (>= 2.0.0), python-testscenarios, python-testtools (>= 2.2.0), python3-fixtures, python3-netaddr, python3-openstackdocstheme (>= 1.18.1), python3-openvswitch (>= 2.8.0), python3-os-testr (>= 1.0.0), python3-oslo.utils (>= 3.33.0), python3-oslotest (>= 1:3.2.0), python3-six, python3-stestr (>= 2.0.0), python3-testscenarios, python3-testtools (>= 2.2.0), subunit, Standards-Version: 4.1.3 Vcs-Browser: https://salsa.debian.org/openstack-team/libs/python-ovsdbapp Vcs-Git: https://salsa.debian.org/openstack-team/libs/python-ovsdbapp.git Homepage: https://github.com/openstack/ovsdbapp Package: python-ovsdbapp Architecture: all Depends: python-fixtures, python-netaddr, python-openvswitch (>= 2.8.0), python-oslo.utils (>= 3.33.0), python-pbr (>= 2.0.0), python-six, ${misc:Depends}, ${python:Depends}, Suggests: python-ovsdbapp-doc, Description: library for creating OVSDB applications - Python 2.7 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. It features an thread-based event loop for using ovs.db.Idl, transaction support, native OVSDB communication. . This package contains the Python 2.7 module. Package: python-ovsdbapp-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${sphinxdoc:Depends}, Description: library for creating OVSDB applications - doc 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. It features an thread-based event loop for using ovs.db.Idl, transaction support, native OVSDB communication. . This package contains the documentation. Package: python3-ovsdbapp Architecture: all Depends: python3-fixtures, python3-netaddr, python3-openvswitch (>= 2.8.0), python3-oslo.utils (>= 3.33.0), python3-pbr (>= 2.0.0), python3-six, ${misc:Depends}, ${python3:Depends}, Suggests: python-ovsdbapp-doc, Description: library for creating OVSDB applications - Python 3.x 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. It features an thread-based event loop for using ovs.db.Idl, transaction support, native OVSDB communication. . This package contains the Python 3.x module.