File: control

package info (click to toggle)
pypureomapi 0.4-1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 124 kB
  • ctags: 141
  • sloc: python: 538; makefile: 3
file content (35 lines) | stat: -rw-r--r-- 1,733 bytes parent folder | download
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
32
33
34
35
Source: pypureomapi
Maintainer: Dr. Torge Szczepanek <debian@cygnusnetworks.de>
Standards-Version: 3.9.6
Section: python
Priority: extra
Homepage: https://github.com/CygnusNetworks/pypureomapi
Build-Depends: debhelper (>= 9), python (>= 2.6), python-all, python3, python3-all
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3

Package: python-pypureomapi
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: ISC DHCP OMAPI protocol implementation in Python2
 This module grew out of frustration about pyomapi and later pyomapic. The
 extension modules mentioned can be used to query the ISC DHCP server for
 information about leases. pyomapic does this job using swig and the static
 library provided with ISC DHCP. It leaks and has basically no error checking.
 Adding error checking later turned out to be a maintenance hell with swig, so
 a pure Python implementation for omapi, pypureomapi was born. It can mostly
 be used as a drop-in replacement for pyomapic.
 This is the py2 version of the module.

Package: python3-pypureomapi
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: ISC DHCP OMAPI protocol implementation in Python3
 This module grew out of frustration about pyomapi and later pyomapic. The
 extension modules mentioned can be used to query the ISC DHCP server for
 information about leases. pyomapic does this job using swig and the static
 library provided with ISC DHCP. It leaks and has basically no error checking.
 Adding error checking later turned out to be a maintenance hell with swig, so
 a pure Python implementation for omapi, pypureomapi was born. It can mostly
 be used as a drop-in replacement for pyomapic.
 This is the py3 version of the module.