Skip to main content

Utility to locate python modules from the command line

Project description

Utility to locate python modules from the command line

Python utility to locate packages or resources in the python path. The module is a thin layer around importlib to display the location and contents of an installed module or package. The script exits with an error code if the module is not found. This is similar to python -minspect <module> -d but adds the option to display the package contents as a tree.

Usage

Usage: python -m where [OPTIONS] MODULE

  Locate python module or resources in the python path

  MODULE is the name of a module or package as a fully qualified
  python name

Options:
  -r, --recurse  Recurse into directory contents
  --help         Show this message and exit.

Examples

> python -mwhere sysconfig 
/Users/.../envs/py38/lib/sysconfig.py

> python -mwhere pandas      
/Users/.../envs/py38/lib/site-packages/pandas/__init__.py

> python -mwhere where -r
/Users/../Projects/where-toy/src/where
├── __init__.py
├── __main__.py
└── utils.py

Installation

Warning This project installs a module called where which name is also used by other projects like where.

You can install the latest version of this module with `pip

pip install git+ssh://git@github.com/furechan/where-toy.git

Related Projects & Resources

  • pyloc Locate python object definition in your file-system
  • inspect inspect module command line interface

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

where_toy-0.0.9-py3-none-any.whl (4.3 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