File: PKG-INFO

package info (click to toggle)
pyip 0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 120 kB
  • ctags: 219
  • sloc: python: 1,055; makefile: 5
file content (27 lines) | stat: -rw-r--r-- 1,220 bytes parent folder | download | duplicates (2)
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
Metadata-Version: 1.0
Name: pyip
Version: 0.7
Summary: pyip: assemble/disassemble raw ip packet
Home-page: https://sourceforge.net/projects/pyip
Author: Kenneth Jiang
Author-email: kenneth.jiang@gmail.com
License: Standard Python License
Description: pyip is a Python package offering assembling/disassembling of raw ip packet,
        including ip, udp, and icmp. Also it includes 2 utilities based on raw ip,
        traceroute and ping.
        
        The primary motivation for this project is to fill the blank in Python,
        i.e., handling raw ip packet. Meanwhile, the utility 'traceroute' is intended
        to be port of Unix 'traceroute' to Windows platform, as Windows' tracert has
        only very limited command line options compared with Unix 'traceroute'.
        
Platform: any
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Internet
Classifier: Topic :: System :: Networking
Classifier: Programming Language :: Python
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX