2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-29 05:18:13 +00:00
ovs/python
Adrian Moreno 2fb2dbe827 python: ovs: Add flowviz scheleton.
Add a new python package (just the scheleton for now) to hold a flow
visualization tool based on the flow parsing library.

flowviz dependencies are installed via "extras_require", so a user must
run:

  $ pip install .[flowviz]
  or
  $ pip install ovs[flowviz]

Acked-by: Eelco Chaudron <echaudro@redhat.com>
Signed-off-by: Adrian Moreno <amorenoz@redhat.com>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
2024-10-19 02:00:16 +02:00
..
2024-10-19 02:00:16 +02:00
2021-06-22 21:29:57 +02:00
2023-07-14 22:24:03 +02:00

Python library for working with Open vSwitch