项目作者: shadawck

项目描述 :
Get dependencies for a given package management system and a given package.
高级语言: Python
项目地址: git://github.com/shadawck/getdep.git
创建时间: 2020-04-07T22:24:20Z
项目社区:https://github.com/shadawck/getdep

开源协议:

下载


GETDEP

codecov PyPI version Requirements Status Documentation Status

Get dependencies for a given package management system and a given package.

Install

You can install getdep either via pip (PyPI) or from source.
To install using pip:

  1. python3 -m pip install getdep

Or manually:

  1. git clone https://github.com/remiflavien1/getdep
  2. cd getdep
  3. ./install.sh
  4. python3 setup.py install

For apt dependencies you need to install apt-rdepends:

  1. sudo apt install apt-rdepends

Use

All the documentation is on Readthedocs

Note

You must have the apt, rpm, and yum installed on your system if you want to get one of theirs packages dependencies.