# pyVisor

[](https://github.com/Saul11235/pyVisor)
[](https://github.com/Saul11235/pyVisor/tree/master/test)
[](https://pypi.org/project/pyVisor/)
pyVisor is a package - webAplication writed in flask to
view the content of a python object
## How to install
- *recomended:* : <code>pip install pyVisor</code>
## How does it work?
Detects a Python object and launches a web application
to browse and view its contents, pyVisor requires Flask
## How to use
in python scripting:
<pre>
from pyVisor import visor
import tkinter
v=visor(tkinter,"tkinter")
v.run()
</pre>
pyVisor as an CLI application:
<pre>
pyVisor tkinter
</pre>
<pre>
pyVisor from os.path import join
</pre>
<pre>
pyVisor ./myScript.py
</pre>
use Ctrl+C to end.
## Credits
[](https://edwinsaul.com)
Raw data
{
"_id": null,
"home_page": "https://edwinsaul.com/index.html?p=pyVisor",
"name": "pyVisor",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "DEV debug flask",
"author": "Edwin Saul",
"author_email": "edwinsaul@proton.me",
"download_url": "https://files.pythonhosted.org/packages/a9/06/5bb1e9add719ee95c0766f1680fdbf5ee11aaba71699c437ce02f2e374ec/pyvisor-1.2.0.tar.gz",
"platform": null,
"description": "# pyVisor\r\n\r\n\r\n\r\n[](https://github.com/Saul11235/pyVisor)\r\n[](https://github.com/Saul11235/pyVisor/tree/master/test)\r\n[](https://pypi.org/project/pyVisor/)\r\n\r\n\r\npyVisor is a package - webAplication writed in flask to\r\nview the content of a python object\r\n\r\n## How to install \r\n\r\n- *recomended:* : <code>pip install pyVisor</code>\r\n\r\n\r\n## How does it work?\r\n\r\nDetects a Python object and launches a web application \r\nto browse and view its contents, pyVisor requires Flask\r\n\r\n## How to use\r\n\r\nin python scripting:\r\n<pre>\r\nfrom pyVisor import visor\r\nimport tkinter\r\n\r\nv=visor(tkinter,\"tkinter\")\r\nv.run()\r\n</pre>\r\n\r\npyVisor as an CLI application:\r\n<pre>\r\npyVisor tkinter\r\n</pre>\r\n<pre>\r\npyVisor from os.path import join\r\n</pre>\r\n<pre>\r\npyVisor ./myScript.py\r\n</pre>\r\n\r\n\r\n\r\nuse Ctrl+C to end.\r\n\r\n## Credits\r\n\r\n[](https://edwinsaul.com)\r\n\r\n",
"bugtrack_url": null,
"license": null,
"summary": "package for simple exploring of python objects",
"version": "1.2.0",
"project_urls": {
"Homepage": "https://edwinsaul.com/index.html?p=pyVisor"
},
"split_keywords": [
"dev",
"debug",
"flask"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "b583de97b206a43ac78c1b85c35df5dafdb0d852bb32daa61e65b5b576bec319",
"md5": "42a19833d56569a187126409d1302f08",
"sha256": "33358846bb0ff6e915160501885b695fb29153a97771089a723e78492c864904"
},
"downloads": -1,
"filename": "pyvisor-1.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "42a19833d56569a187126409d1302f08",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 23377,
"upload_time": "2025-07-08T22:53:20",
"upload_time_iso_8601": "2025-07-08T22:53:20.227460Z",
"url": "https://files.pythonhosted.org/packages/b5/83/de97b206a43ac78c1b85c35df5dafdb0d852bb32daa61e65b5b576bec319/pyvisor-1.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a9065bb1e9add719ee95c0766f1680fdbf5ee11aaba71699c437ce02f2e374ec",
"md5": "b1633396b433923b25297a5229f9afe0",
"sha256": "f302a44a5640a94362bd71e2691de953ee19492ab9ed481dd6978779c8fe1b2e"
},
"downloads": -1,
"filename": "pyvisor-1.2.0.tar.gz",
"has_sig": false,
"md5_digest": "b1633396b433923b25297a5229f9afe0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 22113,
"upload_time": "2025-07-08T22:53:21",
"upload_time_iso_8601": "2025-07-08T22:53:21.585921Z",
"url": "https://files.pythonhosted.org/packages/a9/06/5bb1e9add719ee95c0766f1680fdbf5ee11aaba71699c437ce02f2e374ec/pyvisor-1.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-08 22:53:21",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "pyvisor"
}