Source: python-utmp Section: python Priority: optional Maintainer: Radovan GarabĂ­k Standards-Version: 4.4.0 Build-Depends: debhelper (>= 9), python3-all-dev, dh-python Package: python3-utmp Architecture: any Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${python3:Provides} Description: python module for working with utmp python-utmp provides 3 modules to access utmp and wtmp records. utmpaccess is lowlevel module wrapping glibc functions, UTMPCONST provides useful constants, and utmp is module build on top of utmpaccess module, providing object oriented interface.