File: control

package info (click to toggle)
pydhcplib 0.6.2-3
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 332 kB
  • ctags: 235
  • sloc: python: 1,478; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 687 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: pydhcplib
Section: python
Priority: optional
Maintainer: Philipp Kern <pkern@debian.org>
Build-Depends: debhelper (>= 8), python (>= 2.6.6-3~)
Standards-Version: 3.9.3

Package: python-pydhcplib
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Description: Python DHCP client/server library
 pydhcplib is a Python library which provides two levels of support
 for DHCP clients and servers.  The first is the low-level support
 for encoding and decoding DHCP packets (the library supports both
 RFC 2131 and RFC 2132 options).  The second is support communicate
 as a client or as a server, sending and receiving packets over the
 wire.