What’s New In python-apt 1.7

Changed

Added

  • The class apt_pkg.PackageRecords can now lookup custom fields using records[key] and key in records.
  • All code is now statically typed. Some methods from apt_pkg and apt_inst might still be missing or more strict than necessary.
  • A new method apt.cache.Cache.fix_broken() has been added.