File: control

package info (click to toggle)
python-pcs 0.5%2Bdebian-1.2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 572 kB
  • ctags: 385
  • sloc: python: 2,605; sh: 115; makefile: 62
file content (17 lines) | stat: -rw-r--r-- 759 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: python-pcs
Section: net
Priority: extra
Maintainer: Robert S. Edmonds <edmonds@debian.org>
Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.6.6-3~), dpatch, texlive-latex-recommended
Standards-Version: 3.7.2

Package: python-pcs
Architecture: all
Depends: ${python:Depends}, python-pypcap
Description: Packet Construction Set for Python
 PCS is a set of Python modules and objects that make building network
 protocol code easier for the protocol developer. It provides functionality
 to encode and decode network packets in various formats as well as a set
 of classes for the most commonly used network protocols. libpcap can be
 used to read packets from dump files or network devices and to inject
 constructed packets into the network.