ppviz


Nameppviz JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/manatlan/ppviz
SummaryIt's a GUI to explore/profile a python file.
upload_time2023-11-01 07:41:36
maintainer
docs_urlNone
authormanatlan
requires_python>=3.7,<4.0
licenseMIT
keywords snakeviz cprofile python3 htag
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ppviz (python profiler viz'ualizer)

It's a GUI to explore/profile a python file.
(it's a little bit like [snakeviz](https://jiffyclub.github.io/snakeviz/))
Should work on windows/mac/linux and chromeos/linux

```
$ python -m pip install ppviz
$ ppviz sudoku.py
```
**remark**: "sudoku.py" is an example (and can be found [here](https://github.com/manatlan/sudoku_resolver/blob/master/sudoku.py)), you should use the python file you want to profile ;-)

![screenshot](screenshot.png?raw=true "Screenshot")

it uses [htag](https://github.com/manatlan/htag)(+htbulma) as gui system ;-)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/manatlan/ppviz",
    "name": "ppviz",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7,<4.0",
    "maintainer_email": "",
    "keywords": "snakeviz,cProfile,python3,htag",
    "author": "manatlan",
    "author_email": "manatlan@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f4/2e/ecfb056e682d767db53104139239e3c59f62d33ce8a6307f8cfcedc81441/ppviz-0.2.0.tar.gz",
    "platform": null,
    "description": "# ppviz (python profiler viz'ualizer)\n\nIt's a GUI to explore/profile a python file.\n(it's a little bit like [snakeviz](https://jiffyclub.github.io/snakeviz/))\nShould work on windows/mac/linux and chromeos/linux\n\n```\n$ python -m pip install ppviz\n$ ppviz sudoku.py\n```\n**remark**: \"sudoku.py\" is an example (and can be found [here](https://github.com/manatlan/sudoku_resolver/blob/master/sudoku.py)), you should use the python file you want to profile ;-)\n\n![screenshot](screenshot.png?raw=true \"Screenshot\")\n\nit uses [htag](https://github.com/manatlan/htag)(+htbulma) as gui system ;-)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "It's a GUI to explore/profile a python file.",
    "version": "0.2.0",
    "project_urls": {
        "Documentation": "https://github.com/manatlan/ppviz",
        "Homepage": "https://github.com/manatlan/ppviz",
        "Repository": "https://github.com/manatlan/ppviz"
    },
    "split_keywords": [
        "snakeviz",
        "cprofile",
        "python3",
        "htag"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e9fa6a14b5ac4fba6153de9de0f4c762891b68f873779c79042631ff7192f2a",
                "md5": "65b28eb54317d99f92c3cb1abb572525",
                "sha256": "ee3ae859255ae9747437fd1efead0109ac3255c6cc2cc00e7e3418747aef1f42"
            },
            "downloads": -1,
            "filename": "ppviz-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "65b28eb54317d99f92c3cb1abb572525",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0",
            "size": 3703,
            "upload_time": "2023-11-01T07:41:34",
            "upload_time_iso_8601": "2023-11-01T07:41:34.762720Z",
            "url": "https://files.pythonhosted.org/packages/8e/9f/a6a14b5ac4fba6153de9de0f4c762891b68f873779c79042631ff7192f2a/ppviz-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f42eecfb056e682d767db53104139239e3c59f62d33ce8a6307f8cfcedc81441",
                "md5": "9cdedc2fdb57f8e7e5c493ba375975a3",
                "sha256": "05dfc28bca7b4f10595a572347ce6b6a574c3eb6f7e31cdf1e7cf11ee15cc12a"
            },
            "downloads": -1,
            "filename": "ppviz-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9cdedc2fdb57f8e7e5c493ba375975a3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<4.0",
            "size": 3133,
            "upload_time": "2023-11-01T07:41:36",
            "upload_time_iso_8601": "2023-11-01T07:41:36.277988Z",
            "url": "https://files.pythonhosted.org/packages/f4/2e/ecfb056e682d767db53104139239e3c59f62d33ce8a6307f8cfcedc81441/ppviz-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-01 07:41:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "manatlan",
    "github_project": "ppviz",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ppviz"
}
        
Elapsed time: 0.13904s