Package: python3-apt Status: install reinstreq unpacked Priority: optional Section: python Installed-Size: 715 Maintainer: Ubuntu Developers Architecture: amd64 Multi-Arch: allowed Source: python-apt Version: 2.0.1 Config-Version: 2.0.1 Replaces: python-apt (<< 0.7.98+nmu1) Provides: python3.8-apt Depends: python3 (<< 3.9), python3 (>= 3.8~), python3:any, libapt-pkg6.0 (>= 1.9.11~), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), python-apt-common Recommends: lsb-release, iso-codes Suggests: python3-apt-dbg, python-apt-doc, apt Breaks: apt-xapian-index (<< 0.51~), kthresher (<= 1.4.0-1), python-apt (<< 0.7.98+nmu1) Description: Python 3 interface to libapt-pkg The apt_pkg Python 3 interface will provide full access to the internal libapt-pkg structures allowing Python 3 programs to easily perform a variety of functions, such as: . - Access to the APT configuration system - Access to the APT package information database - Parsing of Debian package control files, and other files with a similar structure . The included 'aptsources' Python interface provides an abstraction of the sources.list configuration on the repository and the distro level. Original-Maintainer: APT Development Team