summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-07-26 12:47:50 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-07-26 12:47:50 +0000
commit910721c4cada633e5b58d97b7a94b97f6dfc7715 (patch)
tree2ae10b02f692ad2eac148e9f9a771c88278c150d /README
parent629e715d6212d57003a1276773537458943b2ad0 (diff)
downloadpython-apt-910721c4cada633e5b58d97b7a94b97f6dfc7715.tar.gz
* documentation updates, print a warning if "import apt" is used
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 15 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000..2e337c8a
--- /dev/null
+++ b/README
@@ -0,0 +1,15 @@
+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
+