summaryrefslogtreecommitdiff
path: root/ping-0.2/debian/python-ping/usr/share/pyshared/ping-0.2.egg-info
blob: bdcd4f12c734d555ca7577d779df04cc5c353526 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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