A CLI facility to inspect Python environments.
Project description
wxc
wxc
(pronounced "which") allows you to inspect source code in your Python
environment from the command line. It is based on the inspect
module from the
standard library.
In essence,
$ wxc pandas
is equivalent to
$ python -c "import pandas; print(pandas.__file__)"
wxc
can also be used to navigate source code, by locating classes and
functions by file:line number
$ wxc pandas.DataFrame
/path/to/your/env/site-packages/pandas/core/frame.py:319
which is extremely convenient when combined with augmented terminal applications
such as iterm2
.
Installation
$ pip install wxc
Note that wxc
should never be installed in isolation (for instance via
pipx) since it would completely defeat
the purpose.
Usage
Examples
$ wxc numpy
/path/to/your/env/site-packages/numpy
$ wxc pandas --version
1.0.3
$ wxc stdlib_list --full
source = /path/to/your/env/site-packages/stdlib_list/__init__.py:0
version = v0.8.0
in_stdlib = False
name = stdlib_list
Known limitations
wxc
is not able to retrieve the source of compiled code binded into Python. It
should however correctly point to the compiled file that an object is imported
from.
Notes
wxc
is tested on macOS, Linux, from Python 3.6 to 3.10 (beta)- from Python 3.10,
wxc
currently has no dependencies outside of the standard library. - this project was formerly named "whych" and renamed to avoid confusion with the pypi-available package of the same name.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file wxc-6.2.4.tar.gz
.
File metadata
- Download URL: wxc-6.2.4.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 682a5a8e71204d30ec632523fb1358ac9f2f050c84484ed5fa821cccd4996914 |
|
MD5 | b5f12c60398d0642111808b9821d0cbf |
|
BLAKE2b-256 | 8d230a8a2c5f0e2897baee50d35012004d7b1903eb865a2da514397f5c7ac2a7 |
File details
Details for the file wxc-6.2.4-py3-none-any.whl
.
File metadata
- Download URL: wxc-6.2.4-py3-none-any.whl
- Upload date:
- Size: 18.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93b941b1ac72de5bdeaf8d5d62a200df646faa3714438d093a21bd217ac48fc7 |
|
MD5 | 4ed968148e247b2358d1ef5fd9ef63af |
|
BLAKE2b-256 | 3e1a810f1c7ac5f4abe69dbe16d62d942afc9fd6df0fac8cd403f08b9db8e75a |