Metadata-Version: 1.0 Name: ping Version: 0.2 Summary: An implementation of ICMP ping in Python Home-page: http://bitbucket.org/delroth/python-ping/ Author: Pierre Bourdon Author-email: delroth@gmail.com License: GPL2 Download-URL: http://bitbucket.org/delroth/python-ping/downloads/python-ping-0.2.tar.gz Description: This library is a fork of George Notaras' python-ping library, which is an implementation of the standard ICMP ping in pure Python. As it uses raw ICMP sockets, you need to be root to use the functions exported by the ping module. This fork by Pierre Bourdon adds a setup.py file in order to permit an easier distribution of the package. The license of the library remains unchanged (GPLv2), see COPYING. Keywords: ping icmp network latency Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable Classifier: Intended Audience :: Developers Classifier: Intended Audience :: System Administrators Classifier: License :: OSI Approved :: GNU General Public License (GPL) Classifier: Operating System :: Microsoft :: Windows Classifier: Operating System :: Unix Classifier: Programming Language :: Python :: 2 Classifier: Topic :: Internet Classifier: Topic :: System :: Networking Classifier: Topic :: System :: Networking :: Monitoring