Metadata-Version: 2.4
Name: py_openvswitch
Version: 0.1.0
Summary: Library for managing and interacting with Open vSwitch, providing OpenFlow and vSwitch services
License: MIT
Author: Frappe Technologies Pvt. Ltd.
Author-email: developers@frappe.io
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Description-Content-Type: text/markdown

# openvswitch

Python library for managing Open vSwitch (OVS) via programmatic OpenFlow and bridge configuration.

## References

- [Open vSwitch](https://www.openvswitch.org/)
- [Open vSwitch Documentation](https://docs.openvswitch.org/en/latest/ref)
- [OVS Fields Manual](https://man7.org/linux/man-pages/man7/ovs-fields.7.html)
- [OVS Actions Reference](https://docs.openvswitch.org/en/latest/ref/ovs-actions.7)

