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 🔍
- Host: GitHub
- URL: https://github.com/dgarana/pynspector
- Owner: dgarana
- License: mit
- Created: 2019-06-26T17:02:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-12T20:23:46.000Z (over 6 years ago)
- Last Synced: 2025-02-09T11:45:28.497Z (about 1 year ago)
- Topics: developer-tools, python, python2, python3
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.