summaryrefslogtreecommitdiff
path: root/apt/README
diff options
context:
space:
mode:
Diffstat (limited to 'apt/README')
-rw-r--r--apt/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/apt/README b/apt/README
new file mode 100644
index 00000000..d30a92bd
--- /dev/null
+++ b/apt/README
@@ -0,0 +1,9 @@
+This is the python interface to libapt. The API is not stable yet.
+
+
+Style Guides:
+-------------
+
+Follow PEP08.
+
+Internal variables/methods are prefixed with a "_" (e.g. _foo).