Metadata-Version: 1.1
Name: nettraffic
Version: 0.0.1
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
Description: 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
        
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
