Metadata-Version: 2.1
Name: pynspector
Version: 0.0.4
Summary: Python inspector
Home-page: https://github.com/dgarana/pynspector
Author: David Garaña
License: UNKNOWN
Description: # 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.
Keywords: development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
