Metadata-Version: 1.2
Name: nuttcp-parser
Version: 0.0.2
Summary: A program to parse the output of NUTTCP
Home-page: https://github.com/mirgleich/python-nuttcp-parser
Author: mirgleich
Author-email: dev.david@familie-gleich.de
License: GPLv3
Description: # python-nuttcp-parser
        Parsing the output of NUTTCP in Python
        
        ##Usage
        parser = nuttcp_parser.Parser(nuttcp_output) nuttcp_output must be string not bytes\
        result = parser.parse()
        
        ##Returns
        * duration in seconds
        * transmitted_MB
        * speed_Mbs
        * RX
        * TX
        * and for TCP Additionally:  
            * retrans
            * RTT in ms
        * and for UDP Additionally:  
            * dropped
            * packets
            * loss in %
        
Keywords: owping network ping
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: System :: Networking
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3
