Metadata-Version: 1.1
Name: pyng3
Version: 2.1.0.post2
Summary: Simple, pretty ping wrapper (for *nix)
Home-page: https://github.com/MattCCS/Pyng
Author: Matt Cotton
Author-email: matthewcotton.cs@gmail.com
License: UNKNOWN
Description: Pyng
        ====
        A pure-Python ping wrapper for pretty and fast network assessment.
        
        Requirements
        ------------
        - Python 2.7+
        - pip or pip3 (to install)
        - Mac/Linux
        
        Installation
        ------------
        Run ``pip install pyng3``, or run ``pip3 install pyng3``
        
        How to Use
        ----------
        Run ``pyng`` or ``pyng3``.  You can pass a host (defaults to www.google.com),
        and -p for a finite number of pings.
        
        Features
        --------
        - colorized output for easy visualization
        - log scale to handle all ranges of latency
        - specify host and number of pings (-1 is infinite)
        - < 80 characters wide!
        
        Un-Features
        -----------
        - Not tested on Linux
        - No support for specifying ping rate
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
