Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
C++
Python
Other
Cannot retrieve the latest commit at this time.
Permalink
| Failed to load latest commit information. | |||
|
|
apt |
|
|
|
|
aptsources |
|
|
|
|
build/data/templates |
|
|
|
|
data/templates |
|
|
|
|
debian |
|
|
|
|
doc |
|
|
|
|
po |
|
|
|
|
python |
|
|
|
|
tests |
|
|
|
|
utils |
|
|
|
|
AUTHORS |
|
|
|
|
COPYING.GPL |
|
|
|
|
README |
|
|
|
|
TODO |
|
|
|
|
configure.in |
|
|
|
|
setup.cfg |
|
|
|
|
setup.py |
|
|
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