man-like tool to get online help on Python modules, classes and functions
Project description
Command-line help on Python modules, classes and functions
This package procures the command-line tool pyh
. It works somewhat like UNIX's
man
, but for Python's docstring-based help system. In a nutshell:
$ pyh print
print(...)
print(value, ..., sep=' ', end='\n', file=sys.stdout, flush=False)
Prints the values to a stream, or to sys.stdout by default.
Optional keyword arguments:
file: a file-like object (stream); defaults to the current sys.stdout.
sep: string inserted between values, default a space.
end: string appended after the last value, default a newline.
flush: whether to forcibly flush the stream.
A more complex example:
$ pyh pathlib Path.is_file
Help on function is_file in module pathlib:
is_file(self)
Whether this path is a regular file (also True for symlinks pointing
to regular files).
To shorten the command lines a bit, one can configure a set of their favorite aliases for modules names in file
$XDG_CONFIG_HOME/pyh/aliases
(which typically resolves to $HOME/.config/pyh/aliases
). The alias file is written in
the NestedText format, which looks similar to YAML. One simply encodes an
alias-to-module name dictionary, one line per entry. Example:
pd: pandas
pl: pathlib
ap: argparse
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 helphelp-2.0.1.tar.gz
.
File metadata
- Download URL: helphelp-2.0.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/0.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200925 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb9bd3bf042ba7865bb2d22bbd2b14b6f4d52e5806faa1034e56461ba1f612f3 |
|
MD5 | d5ed9a93019d9127f1dbf2153887ddcd |
|
BLAKE2b-256 | 54f71d1575d2ebb8b8c2f19c0de783188b72d906df6e7bd88e2b8bbf0e4f91fa |
File details
Details for the file helphelp-2.0.1-py3-none-any.whl
.
File metadata
- Download URL: helphelp-2.0.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/0.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200925 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d50aa626843ea6e95e48356a1c794a481ff96abc65c5ecae85e8127e4671563 |
|
MD5 | e28e13998b695270a067855405aa1e06 |
|
BLAKE2b-256 | 4648b736a883d9213228db933ba554fc65ec0750c31e2e9f789bec18ad5830d7 |