File: control

package info (click to toggle)
pypureomapi 0.8-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 148 kB
  • sloc: python: 662; makefile: 3
file content (21 lines) | stat: -rw-r--r-- 931 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
Source: pypureomapi
Maintainer: Dr. Torge Szczepanek <debian@cygnusnetworks.de>
Standards-Version: 4.4.1
Section: python
Priority: optional
Homepage: https://github.com/CygnusNetworks/pypureomapi
Build-Depends: debhelper (>= 9), python3, python3-all, dh-python
X-Python3-Version: >= 3.7

Package: python3-pypureomapi
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: ISC DHCP OMAPI protocol implementation in Python3
 pypureomapi is a Python implementation of the DHCP OMAPI protocol
 used in the most popular Linux DHCP server from ISC.
 It can be used to query and modify leases and other objects exported
 by an ISC DHCP server.
 The interaction can be authenticated using HMAC-MD5. Besides basic 
 ready to use operations, custom interaction can be implemented with
 limited effort. It can be used as a drop-in replacement for pyomapic,
 but provides error checking and extensibility beyond pyomapic.