
Start publishing docs with using the proper template. For this, add also a doc/requirements.txt file and move docs requirements there. Update tox.ini for this and use the modern way to invoke sphinx-build for building. Remove obsolete sectoins from setup.cfg. Update the conf.py files and remove unused lines with newer openstackdocstheme - and require newer theme. Fix indents in CONTRIBUTING.rst so that the formatting works nicely. Also, use lower-constraints template instead of individual jobs. Change-Id: Ia1a7030878f12ca0b8184363173eada929ece3bd
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.
- Free software: Apache license
- Source: https://opendev.org/openstack/ovsdbapp/
- Bugs: http://bugs.launchpad.net/ovsdbapp
Features
- An thread-based event loop for using ovs.db.Idl
- Transaction support
- Native OVSDB communication
Description
Languages
Python
99.2%
Shell
0.8%