Metadata-Version: 2.0
Name: nettraffic
Version: 0.0.2
Summary: Small SNMP helper library for network traffic calculations
Home-page: https://github.com/ojarva/python-network-traffic
Author: Olli Jarva
Author-email: olli@jarva.fi
License: BSD
Keywords: snmp network traffic
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: System :: Networking :: Monitoring
Classifier: Topic :: System :: Networking
Classifier: Topic :: System :: Monitoring
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: pysnmp
Requires-Dist: pysnmp-mibs
Provides-Extra: dev
Requires-Dist: twine; extra == 'dev'
Requires-Dist: wheel; extra == 'dev'

Network traffic fetcher
=======================

Small library to fetch SNMP network interface information and calculate statistics like total traffic and speeds.

Installation
------------

::

  pip install nettraffic

Usage
-----

TODO


