pyVisor


NamepyVisor JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://edwinsaul.com
Summarypackage for simple exploring of python objects
upload_time2023-12-01 05:26:03
maintainer
docs_urlNone
authorEdwin Saul
requires_python
license
keywords dev debug flask
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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)


            

Raw data

            {
    "_id": null,
    "home_page": "https://edwinsaul.com",
    "name": "pyVisor",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "DEV debug flask",
    "author": "Edwin Saul",
    "author_email": "edwinsaulpm@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/38/a2/1b32d37e31d0fa112c91e27f09600ea0a9805685da85a6dbdb9f99f55971/pyVisor-1.0.0.tar.gz",
    "platform": null,
    "description": "# pyVisor\r\n\r\n[![view on github](https://img.shields.io/badge/-view_on_github-blue)](https://github.com/Saul11235/pyVisor)\r\n[![test examples](https://img.shields.io/badge/-test_examples-green)](https://github.com/Saul11235/pyVisor/tree/master/test)\r\n[![view on PyPI](https://img.shields.io/badge/-view_on_PyPI-red)](https://pypi.org/project/pyVisor/)\r\n\r\n\r\npyVisor is an package - webAplication writed in flask to\r\nview the content of an python object\r\n\r\n## How to install \r\n\r\n- *recomended:* : <code>pip install pyVisor</code>\r\n- use the script: <code>python ./SCRIPT_installFromSource.py</code>\r\n\r\n## How to use\r\n\r\npython scpript:\r\n<pre>\r\nfrom pyVisor import visor\r\nv=visor(object,\"NameObject\")\r\nv.run()\r\n</pre>\r\n\r\nwrited by:\r\n[![Edwin Saul](https://img.shields.io/badge/-Edwin_Saul-black)](https://edwinsaul.com)\r\n\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "package for simple exploring of python objects",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://edwinsaul.com"
    },
    "split_keywords": [
        "dev",
        "debug",
        "flask"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9d5342f717efa9474d119c6c5e4acb58f1526ed9a27e4e6a987d54668d75366",
                "md5": "5d93c6e7a099113a2b4258f3f2960ac1",
                "sha256": "cf5fb059286adfa6803061a7b8b5980ac80e7e2c2b1ab24c5d5c32e6a43e07f2"
            },
            "downloads": -1,
            "filename": "pyVisor-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5d93c6e7a099113a2b4258f3f2960ac1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 20580,
            "upload_time": "2023-12-01T05:26:00",
            "upload_time_iso_8601": "2023-12-01T05:26:00.589696Z",
            "url": "https://files.pythonhosted.org/packages/b9/d5/342f717efa9474d119c6c5e4acb58f1526ed9a27e4e6a987d54668d75366/pyVisor-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "38a21b32d37e31d0fa112c91e27f09600ea0a9805685da85a6dbdb9f99f55971",
                "md5": "8d3d257ae14df2d0d1572031711927b0",
                "sha256": "d07660900ded4263b905be055fc359d244d7d5fae1b9306279904a38f567bbf5"
            },
            "downloads": -1,
            "filename": "pyVisor-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8d3d257ae14df2d0d1572031711927b0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 19758,
            "upload_time": "2023-12-01T05:26:03",
            "upload_time_iso_8601": "2023-12-01T05:26:03.037460Z",
            "url": "https://files.pythonhosted.org/packages/38/a2/1b32d37e31d0fa112c91e27f09600ea0a9805685da85a6dbdb9f99f55971/pyVisor-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-01 05:26:03",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyvisor"
}
        
Elapsed time: 0.14980s