An open API service indexing awesome lists of open source software.

https://github.com/dexpota/pyexplorer

Explore python modules interactively.
https://github.com/dexpota/pyexplorer

Last synced: 7 months ago
JSON representation

Explore python modules interactively.

Awesome Lists containing this project

README

          

# pyexplorer

> An utility to enable fast exploring of a python package.

[![Build Status](http://img.shields.io/travis/com/dexpota/pyexplorer.svg?style=flat-square)](https://travis-ci.org/dexpota/pyexplorer)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/pyexplorer.svg?style=flat-square)](https://pypi.python.org/pypi/pyexplorer/)
[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://dexpota.mit-license.org)

## Usage

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

`pyexplorer ..`

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

`pyexplorer `

## Installation

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

`pip install pyexplorer`

Alternativaly you can install it from the source code.

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