https://github.com/excid3/python-apt
This is a Python library interface to libapt, which allows you to query and manipulat APT package repository information using the Python programming language.
https://github.com/excid3/python-apt
apt python
Last synced: 14 days ago
JSON representation
This is a Python library interface to libapt, which allows you to query and manipulat APT package repository information using the Python programming language.
- Host: GitHub
- URL: https://github.com/excid3/python-apt
- Owner: excid3
- License: gpl-2.0
- Created: 2009-08-20T15:37:49.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2017-04-11T12:26:54.000Z (over 8 years ago)
- Last Synced: 2025-04-30T11:14:36.648Z (5 months ago)
- Topics: apt, python
- Language: C++
- Homepage: https://launchpad.net/python-apt
- Size: 549 KB
- Stars: 65
- Watchers: 36
- Forks: 42
- Open Issues: 7
-
Metadata Files:
- Readme: README
- License: COPYING.GPL
Awesome Lists containing this project
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 yetapt - high level python interface build on top of apt_pkg, apt_inst