| Age | Commit message (Collapse) | Author | Files | Lines |
|
Instead of passing the properties to __init__(), let's just pass
the apt_pkg.Dependency. Store that in a _dep attribute, and provide
properties to provide the API. The other classes do it this way
as well.
Reported-by: Michael Schaller <michael@5challer.de>
|
|
They are now ordered and include the != and < operators
in all cases.
|
|
Reported-by: Michael Schaller <michael@5challer.de>
|
|
|
|
|
|
Due to the new C++ API and because I wanted to include some tutorials,
the documentation is now seperated into 4 sections:
library => Documentation of modules.
tutorials => Tutorials for using python-apt and contributing
whatsnew => Release notes
c++ => Documentation,Tutorials for the C++ API
This commit also includes a new overview page, like the Python
documentation.
|