Metadata-Version: 1.1
Name: ipfix
Version: 0.9.6
Summary: IPFIX implementation for Python 3.3+
Home-page: http://github.com/britram/python-ipfix
Author: Brian Trammell
Author-email: brian@trammell.ch
License: UNKNOWN
Description: 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.
        
Platform: UNKNOWN
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
