File: __init__.py

package info (click to toggle)
python-openflow 2021.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,224 kB
  • sloc: python: 6,906; sh: 4; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 220 bytes parent folder | download
1
2
3
4
5
6
"""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
"""
__version__ = '2021.1'