summaryrefslogtreecommitdiff
path: root/ping-0.2/debian/python-ping/usr/share/pyshared/ping-0.2.egg-info
diff options
context:
space:
mode:
Diffstat (limited to 'ping-0.2/debian/python-ping/usr/share/pyshared/ping-0.2.egg-info')
-rw-r--r--ping-0.2/debian/python-ping/usr/share/pyshared/ping-0.2.egg-info31
1 files changed, 31 insertions, 0 deletions
diff --git a/ping-0.2/debian/python-ping/usr/share/pyshared/ping-0.2.egg-info b/ping-0.2/debian/python-ping/usr/share/pyshared/ping-0.2.egg-info
new file mode 100644
index 0000000..bdcd4f1
--- /dev/null
+++ b/ping-0.2/debian/python-ping/usr/share/pyshared/ping-0.2.egg-info
@@ -0,0 +1,31 @@
+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