Skip to main content

A tool for find dependencies relationships among Python projects on PyPi

Project description

Gluttony is a tool for finding dependency relationships among Python prjects in PyPi, it is based on pip.

http://static.ez2learn.com/gluttony/gluttony.jpg

Installation

To install Gluttony

easy_install Gluttony

Usage

To know dependency relationships

gluttony <project name> --display-graph

For example: you want to know the dependency relationships of a Python project Sprox, then you can type:

gluttony sprox --display-graph

The result might looks like this:

http://static.ez2learn.com/gluttony/sprox.png

Also, it also supports most of command of pip install, for example: you want to know the relations among TurboGears2 packages, here we type

gluttony -i http://www.turbogears.org/2.0/downloads/current/index tg.devtools --display-graph

The result:

http://static.ez2learn.com/gluttony/turbogears2.jpg

Oops, the graph is a mess. I didn’t handle layout of graph. I have not time to finish it right now. Fortunately, if you want to get the relationships data in Python form, this tool also provide a pickle output. For example:

gluttony sprox --pickle sprox.pickle

Then you can use pickle.load for further processing.

Author

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Gluttony-0.1.zip (7.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page