summaryrefslogtreecommitdiff
path: root/apt/README
blob: d30a92bdf688bb8587979ea0e54b040ecac3f057 (plain)
1
2
3
4
5
6
7
8
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).