Jakub Libosvar 0823a67e6e pylint: Disable duplicate-code for check
Duplicated code is recognized on same imports which in modules that
implement specific API doesn't make sense as imports will be likely the
same: e.g.
http://logs.openstack.org/41/470441/28/check/gate-ovsdbapp-pep8-ubuntu-xenial/84bbf0c/console.html#_2017-07-03_20_00_50_632331

The patch disables this check for pylint.

Change-Id: Ia1d410abcf53d30ef71edb5404cf53b430aa3523
2017-07-03 20:31:35 +00:00
2017-02-24 15:02:19 -05:00
2017-06-30 10:23:31 +00:00
2017-03-23 08:52:07 +00:00
2017-06-30 09:54:53 +08:00
2017-03-13 16:48:53 -05:00
2017-02-24 15:32:17 -05:00
2017-02-24 15:02:19 -05:00
2017-03-23 08:52:07 +00:00
2017-02-24 15:02:19 -05:00
2017-02-24 15:02:19 -05:00
2017-02-24 15:02:19 -05:00
2017-02-24 15:02:19 -05:00
2017-04-21 16:20:55 -05:00
2017-06-30 10:37:53 -04:00
2017-03-15 04:26:57 +00:00
2017-06-30 14:51:49 +00:00

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
Description
OVSDB application library
Readme 6.8 MiB
Languages
Python 99.2%
Shell 0.8%