Skip to main content

A module to find modules

Project description

A tool to locate the Python modules that your interpreter has access to.

whych is only run as a “command-line module” with the -m flag to the Python interpreter, from the REPL or from a notebook. whych is not as a standalone executable, so that the Python interpreter that is used is obvious.

Examples

>From the command-line:

$ python3 -m whych collections
Python executable: /usr/bin/python3
Module "collections" found at location: /usr/lib/python3.5/collections


$ python -m whych numpy --module-version
Python executable: /usr/bin/python
Module "numpy" found at location: /usr/lib/python2.7/dist-packages/numpy
numpy version: 1.12.0b1

>From an interpreter:

>>> import whych
>>> whych.whych('pip')
Python executable: /usr/bin/python3
Module "pip" found at location: /home/pierre/.local/lib/python3.5/site-packages/pip

Installation

pip install whych

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

whych-0.2.1.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

whych-0.2.1-py2.py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 2 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