Python APT Documentation contents¶
Contents:
- What’s new in python-apt
- Python APT Library
apt_pkg
— The low-level bindings for apt-pkg- Module Initialization
- Exceptions
- Working with the cache
- Index Files
- Records (Release files, Packages, Sources)
- The Acquire interface
- Hashes
- Debian control files
- Dependencies
- Configuration and Command-line parsing
- Locking
- Other classes
- String functions
- Module Constants
apt_inst
- Working with local Debian packagesapt.cache
— The Cache classapt.cdrom
- Functionality like in apt-cdromapt.debfile
— Classes related to debian package filesapt.package
— Classes for package handlingapt.progress.base
— Abstract classes for progress reportingapt.progress.text
— Progress reporting for text interfacesaptsources.distinfo
— provide meta information for distro repositoriesaptsources.distro
— Distribution abstraction of the sources.listaptsources.sourceslist
— Provide an abstraction of the sources.list
- Tutorials
- Python APT and C++
- Python APT C++ API
- Acquire (pkgAcquire)
- AcquireFile (pkgAcqFile)
- AcquireItem (pkgAcquire::Item)
- AcquireItemDesc (pkgAcquire::ItemDesc)
- AcquireWorker (pkgAcquire::Worker)
- ActionGroup (pkgDepCache::ActionGroup)
- Cache (pkgCache)
- CacheFile (pkgCacheFile)
- Cdrom (pkgCdrom)
- Configuration (Configuration)
- DepCache (pkgDepCache)
- Dependency (pkgCache::DepIterator)
- Description (pkgCache::DescIterator)
- Group (pkgCache::GrpIterator)
- Hashes (Hashes)
- HashString (HashString)
- IndexRecords (indexRecords)
- MetaIndex (metaIndex)
- Package (pkgCache::PkgIterator)
- PackageFile (pkgCache::PkgFileIterator)
- IndexFile (pkgIndexFile)
- OrderList (pkgOrderList)
- PackageManager (pkgPackageManager)
- Policy (pkgPolicy)
- ProblemResolver (pkgProblemResolver)
- SourceList (pkgSourceList)
- TagFile (pkgTagFile)
- TagSection (pkgTagSection)
- Version (pkgCache::VerIterator)
- Embedding Python APT
- Python APT C++ API