Metadata-Version: 2.1
Name: ipfix
Version: 0.9.7
Summary: IPFIX implementation for Python 3.3+
Home-page: http://github.com/britram/python-ipfix
Author: Brian Trammell
Author-email: brian@trammell.ch
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: System :: Networking
License-File: LICENSE.txt

python-ipfix
============

IPFIX implementation for Python 3.3.

This module provides a Python interface to IPFIX message streams, and
provides tools for building IPFIX Exporting and Collecting Processes.
It handles message framing and deframing, encoding and decoding IPFIX
data records using templates, and a bridge between IPFIX ADTs and
appopriate Python data types.
