Skip to main content

Discover which libs are imported by a set of python files

Project description

Explore Python source code to find dependencies

Use pip show if you want to access the explicit dependencies of a python package.

But, if you have a set of python files and want to know what they are importing, libido is a way to go.

Installation & usage

pip install libido
libido mod.py pak/*.py pak2/

Options

There is some options. See libido --help.

Most interestings may be --python-version to provide the python version of the code (because stdlib is not the same accross python versions), --all-deps to list all deps, including the one from stdlib (default is only the non-stdlib one), --show-globs to show for each dependencies which input glob needs it, or --porcelain for a parsable output.

How does it works ?

Libido parses the source code with redbaron find all import lines, and compare list of imported modules with historical records provided by stdlibs to decide which imported packages belong to the stdlib.

Yes, these packages exists. That's so cool. Please send your thanks to the author of redbaron and stdlibs.

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

libido-0.0.1.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

libido-0.0.1-py3-none-any.whl (2.1 kB view hashes)

Uploaded Python 3

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