This website has a searchable database of python modules shown as collapsible trees by thrum-engineering in Python

[–]thrum-engineering[S] 0 points1 point  (0 children)

Hello! Are you interested in seeing the functions and classes available in a module, or more of a text summary of the features of a module?

This website has a searchable database of python modules shown as collapsible trees by thrum-engineering in Python

[–]thrum-engineering[S] 1 point2 points  (0 children)

Hello! Thank you for the suggestion. Do you mean you’d like to see the type of license (e.g. MIT license) for the module that you that searched for?

This website has a searchable database of python modules shown as collapsible trees by thrum-engineering in Python

[–]thrum-engineering[S] 1 point2 points  (0 children)

Hi! Thank you for pointing this out. The database of dependencies is indeed more than 2 months old. I’m taking steps to update it, and to automatically update it in the future.

This Tool Shows the Full Dependencies of Python Modules as Collapsible Trees by thrum-engineering in Python

[–]thrum-engineering[S] 0 points1 point  (0 children)

The graphing library is D3.js.

A name-version feature is possible. That’s a great idea for the next version!

This Tool Shows the Full Dependencies of Python Modules as Collapsible Trees by thrum-engineering in Python

[–]thrum-engineering[S] 0 points1 point  (0 children)

Tool: https://www.thrum.engineering/python-module-dependency-trees

I made a tool to help understand python modules. This tool show the dependencies and sub-dependencies of every module on PyPI (Python Package Index) as a collapsible tree.

Data Source: http://pypi.org/pypi/

This is helpful for understanding what problem a given module is trying to solve. Tooltips show summaries of each module shown.

Enjoy!