Source: python-utmp Standards-Version: 4.7.3 Maintainer: Debian Python Team Uploaders: Radovan GarabĂ­k , Andreas Tille , Section: python Build-Depends: debhelper-compat (= 13), python3-dev, dh-python, Vcs-Browser: https://salsa.debian.org/python-team/packages/python-utmp Vcs-Git: https://salsa.debian.org/python-team/packages/python-utmp.git Homepage: https://github.com/garabik/python-utmp Package: python3-utmp Architecture: any Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, Provides: ${python3:Provides}, Description: Python3 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.