Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/weaming/pypideptree
- Owner: weaming
- Created: 2020-05-07T07:21:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-07T07:26:30.000Z (over 4 years ago)
- Last Synced: 2024-12-13T22:56:09.463Z (about 1 month ago)
- Topics: package-manager, pypi
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```