~
🕸

mpn

A man-like command for showing help for Python objects.

A man-like command for showing help for Python objects.

Readme

mpn

A man-like command for showing help for Python objects.

PyPI - Version PyPI - Python Version

Table of Contents

Installation

1
pip install mpn

Usage

To see help text for json.dumps and os.path.isdir, just type

1
mpn json.dumps os.path.isdir

You can give any valid Python object as argument.

License

mpn is distributed under the terms of the MIT license.

PythonLibrary