Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/weaming/pypideptree

Show the top packages on the dependencies tree of multiple packages in one requirements file. Rely on pypi.org API.
https://github.com/weaming/pypideptree

package-manager pypi

Last synced: 10 days ago
JSON representation

Show the top packages on the dependencies tree of multiple packages in one requirements file. Rely on pypi.org API.

Awesome Lists containing this project

README

        

# Pypi Dep(endency) tree
## Commands

* `pypi-dep-tree`: show dependencies tree of one python package.
* `pypi-top-pkgs`: show the top packages on the dependencies tree of multiple packages in one requirements file.

## Usage Example

```sh
$ pypi-dep-tree celery
celery
pytz
billiard
kombu
amqp
vine
importlib-metadata
zipp
pathlib2
six
scandir
contextlib2
configparser
```