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.
- Host: GitHub
- URL: https://github.com/dexpota/pyexplorer
- Owner: dexpota
- License: mit
- Created: 2018-08-14T17:04:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T17:35:21.000Z (about 5 years ago)
- Last Synced: 2025-02-03T13:07:08.855Z (over 1 year ago)
- Language: Python
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# pyexplorer
> An utility to enable fast exploring of a python package.
[](https://travis-ci.org/dexpota/pyexplorer)
[](https://pypi.python.org/pypi/pyexplorer/)
[](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 .
```