tilboerner / depx

Examine and visualize dependencies used by Python modules 🔍
Other
19 stars 3 forks source link

Load graph #5

Closed anapaulagomes closed 5 years ago

anapaulagomes commented 5 years ago

I'm using a code from D3 examples for it. It should be enough for our MVP. :)

codingjoe commented 5 years ago

may I just ask what you are building? looks interesting, but what is it ;)

tilboerner commented 5 years ago

@codingjoe We want to get better at understanding our Python dependencies, and couldn't find existing Python 3 solutions that have what we want. If you know of any good prior art, let us know! :) I just pushed a suggested README file that has some more explanations.

This whole thing is still very much in the what-the-heck-are-we-doing stage, but poured into a cookie cutter template. I think we're going to see in the next session where we want to take this.

For some JSON of what it does right now, run this in master:

$ python -m depx.cli depx

Edit: Might have to pip install click networkx explicitly to run.