Metadata-Version: 2.1
Name: ovs
Version: 3.5.1
Summary: Open vSwitch library
Home-page: http://www.openvswitch.org/
Author: Open vSwitch
Author-email: dev@openvswitch.org
License: Apache 2.0
Keywords: openvswitch,ovs,OVSDB
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Networking
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: sortedcontainers
Requires-Dist: pywin32>=1.0; sys_platform == "win32"
Provides-Extra: dns
Requires-Dist: unbound; extra == "dns"
Provides-Extra: flow
Requires-Dist: netaddr; extra == "flow"
Requires-Dist: pyparsing; extra == "flow"
Provides-Extra: flowviz
Requires-Dist: netaddr; extra == "flowviz"
Requires-Dist: pyparsing; extra == "flowviz"
Requires-Dist: click; extra == "flowviz"
Requires-Dist: rich; extra == "flowviz"
Requires-Dist: graphviz; extra == "flowviz"
