🍉
🕸

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

pip install mpn

Usage

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

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