Metadata-Version: 2.1
Name: pyVisor
Version: 1.0.0
Summary: package for simple exploring of python objects
Home-page: https://edwinsaul.com
Author: Edwin Saul
Author-email: edwinsaulpm@gmail.com
Keywords: DEV debug flask
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: flask

# pyVisor

[![view on github](https://img.shields.io/badge/-view_on_github-blue)](https://github.com/Saul11235/pyVisor)
[![test examples](https://img.shields.io/badge/-test_examples-green)](https://github.com/Saul11235/pyVisor/tree/master/test)
[![view on PyPI](https://img.shields.io/badge/-view_on_PyPI-red)](https://pypi.org/project/pyVisor/)


pyVisor is an package - webAplication writed in flask to
view the content of an python object

## How to install 

- *recomended:* : <code>pip install pyVisor</code>
- use the script: <code>python ./SCRIPT_installFromSource.py</code>

## How to use

python scpript:
<pre>
from pyVisor import visor
v=visor(object,"NameObject")
v.run()
</pre>

writed by:
[![Edwin Saul](https://img.shields.io/badge/-Edwin_Saul-black)](https://edwinsaul.com)

