File: __init__.py

package info (click to toggle)
python-openflow 1.1.0~alpha2-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 692 kB
  • ctags: 1,027
  • sloc: python: 2,713; makefile: 207; sh: 8
file content (5 lines) | stat: -rw-r--r-- 197 bytes parent folder | download
1
2
3
4
5
"""The ofx parser package. A package to parse OpenFlow messages.

This package is a library that parses and creates OpenFlow Messages.
It contains all implemented versions of OpenFlow protocol
"""