package for simple exploring of python objects
Project description
pyVisor
pyVisor is a package - webAplication writed in flask to view the content of a python object
How to install
- recomended: :
pip install pyVisor
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:
from pyVisor import visor import tkinter v=visor(tkinter,"tkinter") v.run()
pyVisor as an CLI application:
pyVisor tkinter
pyVisor from os.path import join
pyVisor ./myScript.py
use Ctrl+C to end.
Credits
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyvisor-1.2.0.tar.gz
(22.1 kB
view details)
Built Distribution
pyvisor-1.2.0-py3-none-any.whl
(23.4 kB
view details)
File details
Details for the file pyvisor-1.2.0.tar.gz
.
File metadata
- Download URL: pyvisor-1.2.0.tar.gz
- Upload date:
- Size: 22.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f302a44a5640a94362bd71e2691de953ee19492ab9ed481dd6978779c8fe1b2e
|
|
MD5 |
b1633396b433923b25297a5229f9afe0
|
|
BLAKE2b-256 |
a9065bb1e9add719ee95c0766f1680fdbf5ee11aaba71699c437ce02f2e374ec
|
File details
Details for the file pyvisor-1.2.0-py3-none-any.whl
.
File metadata
- Download URL: pyvisor-1.2.0-py3-none-any.whl
- Upload date:
- Size: 23.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
33358846bb0ff6e915160501885b695fb29153a97771089a723e78492c864904
|
|
MD5 |
42a19833d56569a187126409d1302f08
|
|
BLAKE2b-256 |
b583de97b206a43ac78c1b85c35df5dafdb0d852bb32daa61e65b5b576bec319
|