objbrowser


Nameobjbrowser JSON
Version 1.3.1 PyPI version JSON
download
home_pagehttps://github.com/titusjan/objbrowser
SummaryGUI for Python object introspection.
upload_time2022-12-18 14:45:33
maintainer
docs_urlNone
authorPepijn Kenter
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==========
objbrowser
==========

Extensible Python object inspection tool implemented in Qt.

Displays objects as trees and allows you to inspect their attributes
recursively (e.g. browse through a list of dictionaries). You can add 
your own inspection methods as new columns to the tree view, or as radio buttons
to the details pane. Altering existing inspection methods is possible as well.

Requires: PySide or PyQt5

Installation: pip install objbrowser

Example use:

::

    from objbrowser import browse
    a = 16; b = 'hello'
    browse(locals())

For more examples see: https://github.com/titusjan/objbrowser




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/titusjan/objbrowser",
    "name": "objbrowser",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Pepijn Kenter",
    "author_email": "titusjan@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/29/36/9c5a5c2af8cdd327469502a72085256989096a1e28a46bbea3354b15b736/objbrowser-1.3.1.zip",
    "platform": null,
    "description": "==========\nobjbrowser\n==========\n\nExtensible Python object inspection tool implemented in Qt.\n\nDisplays objects as trees and allows you to inspect their attributes\nrecursively (e.g. browse through a list of dictionaries). You can add \nyour own inspection methods as new columns to the tree view, or as radio buttons\nto the details pane. Altering existing inspection methods is possible as well.\n\nRequires: PySide or PyQt5\n\nInstallation: pip install objbrowser\n\nExample use:\n\n::\n\n    from objbrowser import browse\n    a = 16; b = 'hello'\n    browse(locals())\n\nFor more examples see: https://github.com/titusjan/objbrowser\n\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "GUI for Python object introspection.",
    "version": "1.3.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "3d2a2cbceb8370004858352400849f5d",
                "sha256": "2c51684c2d147b4e9a77fe86fa474abff889d9d88ad3e7dbf567ab7a79f513d8"
            },
            "downloads": -1,
            "filename": "objbrowser-1.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3d2a2cbceb8370004858352400849f5d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 27249,
            "upload_time": "2022-12-18T14:45:31",
            "upload_time_iso_8601": "2022-12-18T14:45:31.895769Z",
            "url": "https://files.pythonhosted.org/packages/c4/9b/eba4ffd866ca1f0da9672bfc5f2c6f88a637e1255934c8ce08b745d23241/objbrowser-1.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "8c5f37a110e4707ea69e775c830dc89b",
                "sha256": "3bc4c58a4b6060a776cd41b10603f52a60198641694825b863a477cfb72aea40"
            },
            "downloads": -1,
            "filename": "objbrowser-1.3.1.zip",
            "has_sig": false,
            "md5_digest": "8c5f37a110e4707ea69e775c830dc89b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 31178,
            "upload_time": "2022-12-18T14:45:33",
            "upload_time_iso_8601": "2022-12-18T14:45:33.809665Z",
            "url": "https://files.pythonhosted.org/packages/29/36/9c5a5c2af8cdd327469502a72085256989096a1e28a46bbea3354b15b736/objbrowser-1.3.1.zip",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-18 14:45:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "titusjan",
    "github_project": "objbrowser",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "objbrowser"
}
        
Elapsed time: 0.01905s