Objexplore is an interactive Python object explorer for the terminal. Use it while debugging, or exploring a new library, or whatever!
64CFBB64-6484-497B-AABB-EB3D7B9513DF.mov
pip install objexplore
or
pip install git+https://github.com/kylepollina/objexplore
from objexplore import explore
import pandas
explore(pandas)
DDB65C16-C3DC-41AB-A5C1-1F57B9200644.mov
3FD72B16-CEF2-4058-B93A-8295E627C1C4.mov
0205A571-D08D-41C1-98EA-34F9BCD6A4F0.mov
Built with the amazing rich and blessed packages. Check them out!
Read CONTRIBUTING.md