Metadata-Version: 2.1
Name: flowproc
Version: 0.0.1
Summary: Python network flow processing collector and library
Home-page: https://github.com/shuntingyard/flowproc
Author: Tobias Frei
Author-email: shuntingard@gmail.com
License: mit
Description: # flowproc
        
        Python network flow processing collector and library
        
        [![Latest Version](https://img.shields.io/pypi/v/flowproc.svg)](https://pypi.python.org/pypi/flowproc/)
        [![Travis](https://travis-ci.com/shuntingyard/flowproc.svg?branch=master)](https://travis-ci.com/shuntingyard/flowproc)
        [![License](https://img.shields.io/pypi/l/flowproc.svg)](http://github.com/shuntingyard/flowproc/blob/master/LICENSE.txt)
        [![Versions](https://img.shields.io/pypi/pyversions/flowproc.svg)](https://pypi.python.org/pypi/flowproc/)
        
        ## Description
        
        Parser for NetFlow V5 ready, V9 under way and progressing fast, IPFIX next
        target.
        
        Dependency on operating systems: to clarify.
        
        ## Note
        
        This project has been set up using PyScaffold 3.1. For details and usage
        information on PyScaffold see https://pyscaffold.org/.
        
Keywords: NetFlow IPFIX
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Networking
Classifier: Topic :: System :: Networking :: Firewalls
Classifier: Topic :: System :: Networking :: Monitoring
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.4.*
Provides-Extra: testing
