8000 GitHub - sailfish009/objexplore: Interactive Python object explorer for the terminal
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sailfish009/objexplore

 
 

Repository files navigation

logo

Objexplore is an interactive Python object explorer for the terminal. Use it while debugging, or exploring a new library, or whatever!

cibuild pypi

64CFBB64-6484-497B-AABB-EB3D7B9513DF.mov

Install

pip install objexplore

or

pip install git+https://github.com/kylepollina/objexplore

Usage

from objexplore import explore
import pandas
explore(pandas)

Features

Dictionary explorer

DDB65C16-C3DC-41AB-A5C1-1F57B9200644.mov

List/tuple explorer

3FD72B16-CEF2-4058-B93A-8295E627C1C4.mov

Return the selected object

0205A571-D08D-41C1-98EA-34F9BCD6A4F0.mov

Built with the amazing rich and blessed packages. Check them out!

Contributing

Read CONTRIBUTING.md


LICENSE

About

Interactive Python object explorer for the terminal

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.3%
  • Makefile 0.7%
0