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

https://github.com/dgarana/pynspector

🔬Python Objects inspector 🔍
https://github.com/dgarana/pynspector

developer-tools python python2 python3

Last synced: 3 months ago
JSON representation

🔬Python Objects inspector 🔍

Awesome Lists containing this project

README

          

# pynspector
The `human-friendly` python objects inspector

### What is pynspector?
Pynspector is a library for easily inspecting python objects. It wraps the "inspect" library and adds some extra
features to make it more powerful and easy to use.

I've been playing with `inspect` library some time, and after cracking my brain I just decided to start this new project.

But that's not the only thing it does by default (wrapping the `inspect` library) it also adds support for being able
to parse docstrings and return all specifications defined for a function.