1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/devel/py-ovsdbapp/pkg-descr
Po-Chuan Hsieh 34838078fd
devel/py-ovsdbapp: Update to 2.6.0
- Update WWW and clean up pkg-descr

Changes:	https://github.com/openstack/ovsdbapp/commits/master
2024-04-11 03:47:34 +08:00

11 lines
353 B
Plaintext

ovsdbapp is a library for creating OVSDB applications.
The ovdsbapp library is useful for creating applications that communicate via
Open_vSwitch's OVSDB protocol. 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