Metadata-Version: 2.1
Name: objinspect
Version: 0.1.0
Home-page: https://github.com/zigai/py-inspect
Author: Žiga Ivanšek
Author-email: ziga.ivansek@gmail.com
License: MIT
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# objinspect

View the structure of Python classes and functions.

# Installation
#### From PyPi
```
pip install objinspect
```
#### From source
```
pip install git+https://github.com/zigai/obj-inspect
```
# License
[MIT License](https://github.com/zigai/obj-inspect/blob/master/LICENSE)
