Recursive dependencies for apt
Project description
Recursively resolve package dependencies using apt.
Installation
On Debian/Ubuntu: pip install apt_deps
Usage
command line:
usage: apt-deps [-h] PACKAGES [PACKAGES ...] Find recursive dependencies of installed package. positional arguments: PACKAGES package(s) to resolve dependencies optional arguments: -h, --help show this help message and exit -r, --recommends Include "recommended" packages
Python:
import apt_deps.get_deps a = apt_deps.get_deps.DepFinder(['apt', 'nginx-extras']) print(a.dep_set) # get a different set of dependencies a(['apache2', 'python']) print(a.dep_set)
Features
It works 60% of the time, every time.
Build
On Ubuntu and Debian systems, you can apt-get install python-apt
If you want to build in a virtualenv, you need to do one of the following: 1) Initiate your virtualenv using site-packages virtualenv –site-packages
2) Install required system libs and install python-apt from source. apt-get install g++ gcc libapt-pkg-dev pip install git+git://anonscm.debian.org/apt/python-apt.git@1.1.0_beta1
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
apt_deps-1.2.1.tar.gz
(11.0 kB
view details)
File details
Details for the file apt_deps-1.2.1.tar.gz
.
File metadata
- Download URL: apt_deps-1.2.1.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2705500e51000d89f15969caf365a5cd0121d80262b420dd589a8393d7bf8121 |
|
MD5 | 7be13d6c40dff62cbe1a356ec7121fbc |
|
BLAKE2b-256 | 27418756bc23c46468b610c292bd72e0962da23128a25052ed27dcc4187ca788 |