Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 689 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 689 Bytes

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.