Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shadawck/getdep
Get dependencies for a given package management system and a given package.
https://github.com/shadawck/getdep
dependencies dependency-manager package-management pip python
Last synced: 19 days ago
JSON representation
Get dependencies for a given package management system and a given package.
- Host: GitHub
- URL: https://github.com/shadawck/getdep
- Owner: shadawck
- Created: 2020-04-07T22:24:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-25T13:50:28.000Z (over 4 years ago)
- Last Synced: 2024-11-13T21:46:27.723Z (2 months ago)
- Topics: dependencies, dependency-manager, package-management, pip, python
- Language: Python
- Size: 5.61 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GETDEP
[![codecov](https://codecov.io/gh/remiflavien1/getdep/branch/master/graph/badge.svg)](https://codecov.io/gh/remiflavien1/getdep) [![PyPI version](https://badge.fury.io/py/getdep.svg)](https://badge.fury.io/py/getdep) [![Requirements Status](https://requires.io/github/remiflavien1/getdep/requirements.svg?branch=master)](https://requires.io/github/remiflavien1/getdep/requirements/?branch=master) [![Documentation Status](https://readthedocs.org/projects/getdep/badge/?version=latest)](https://getdep.readthedocs.io/en/latest/?badge=latest)
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:
```bash
python3 -m pip install getdep
```
Or manually:
```
git clone https://github.com/remiflavien1/getdep
cd getdep
./install.sh
python3 setup.py install
```For ```apt``` dependencies you need to install ```apt-rdepends```:
```bash
sudo apt install apt-rdepends
```## Use
All the documentation is on [Readthedocs](https://getdep.readthedocs.io/)
## Note
You must have the apt, rpm, and yum installed on your system if you want to get one of theirs packages dependencies.