pyexplorer

Explore python modules interactively.


License
MIT
Install
pip install pyexplorer==0.1a1

Documentation

pyexplorer

An utility to enable fast exploring of a python package.

Build Status Supported Python versions License

Usage

To start using pyexplorer just type the command followed by the name of the package, module or attribute

pyexplorer <package>.<module>.<attribute>

You can start exploring a package by typing its name. This will shows you a list of its modules and subpackages.

pyexplorer <package>

Installation

You can install the latest released version of pyexplorer using pip.

pip install pyexplorer

Alternativaly you can install it from the source code.

git clone git@github.com:dexpota/pyexplorer.git
cd pyexplorer
pip install -e .