This is a Python library interface to libapt, which allows you to query and manipulat APT package repository information using the Python programming language.
C++ Python Other
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
apt Delete compiled file. (#3) Apr 11, 2017
aptsources first commit Aug 20, 2009
build/data/templates first commit Aug 20, 2009
data/templates first commit Aug 20, 2009
debian first commit Aug 20, 2009
doc first commit Aug 20, 2009
po first commit Aug 20, 2009
python first commit Aug 20, 2009
tests first commit Aug 20, 2009
utils first commit Aug 20, 2009
AUTHORS first commit Aug 20, 2009
COPYING.GPL first commit Aug 20, 2009
README first commit Aug 20, 2009
TODO first commit Aug 20, 2009
configure.in first commit Aug 20, 2009
setup.cfg first commit Aug 20, 2009
setup.py first commit Aug 20, 2009

README

Python-apt is a wrapper to use features of apt from python.

It contains the following modules:

C++ Wrapper:
------------
apt_pkg - access to libapt-pkg (wrapper to the lowlevel c++ code)
apt_inst - access to libapt-inst (wrapper to the lowlevel c++ code)

Python module:
--------------
WARNING: the API of this module is not stable yet

apt - high level python interface build on top of apt_pkg, apt_inst