spyder-line-profiler


Namespyder-line-profiler JSON
Version 0.4.0 PyPI version JSON
download
home_pagehttps://github.com/spyder-ide/spyder-line-profiler
SummaryPlugin for the Spyder IDE that integrates the Python line profiler.
upload_time2024-09-03 10:45:44
maintainerNone
docs_urlNone
authorSpyder Project Contributors
requires_python>=3.8
licenseMIT
keywords qt pyqt5 pyside2 spyder plugins spyplugins line_profiler profiler
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
This is a plugin for the Spyder IDE that integrates the Python line profiler.
It allows you to see the time spent in every line.

Usage
-----

Add a ``@profile`` decorator to the functions that you wish to profile
then press Shift+F10 (line profiler default) to run the profiler on
the current script, or go to ``Run > Run line profiler``.

The results will be shown in a dockwidget, grouped by function. Lines
with a stronger color take more time to run.

.. image: https://raw.githubusercontent.com/spyder-ide/spyder-line-profiler/master/img_src/screenshot_profiler.png

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/spyder-ide/spyder-line-profiler",
    "name": "spyder-line-profiler",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "Qt PyQt5 PySide2 spyder plugins spyplugins line_profiler profiler",
    "author": "Spyder Project Contributors",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/dd/22/500e0df1fdd6d06f45f0afb22763d459f9ac800ad1d996fa19a7220b878e/spyder_line_profiler-0.4.0.tar.gz",
    "platform": null,
    "description": "\nThis is a plugin for the Spyder IDE that integrates the Python line profiler.\nIt allows you to see the time spent in every line.\n\nUsage\n-----\n\nAdd a ``@profile`` decorator to the functions that you wish to profile\nthen press Shift+F10 (line profiler default) to run the profiler on\nthe current script, or go to ``Run > Run line profiler``.\n\nThe results will be shown in a dockwidget, grouped by function. Lines\nwith a stronger color take more time to run.\n\n.. image: https://raw.githubusercontent.com/spyder-ide/spyder-line-profiler/master/img_src/screenshot_profiler.png\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Plugin for the Spyder IDE that integrates the Python line profiler.",
    "version": "0.4.0",
    "project_urls": {
        "Homepage": "https://github.com/spyder-ide/spyder-line-profiler"
    },
    "split_keywords": [
        "qt",
        "pyqt5",
        "pyside2",
        "spyder",
        "plugins",
        "spyplugins",
        "line_profiler",
        "profiler"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "454bbf24ced60d3fe8d8f804f317dfee2d7af108c21b3429b193bc1c206e56da",
                "md5": "b18d88b84cbd364f75d8b9d3d61a5bee",
                "sha256": "d46527f2c4a1a2fa099f28645e709b52e034eec514102e78810efc41636dd367"
            },
            "downloads": -1,
            "filename": "spyder_line_profiler-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b18d88b84cbd364f75d8b9d3d61a5bee",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 18834,
            "upload_time": "2024-09-03T10:45:43",
            "upload_time_iso_8601": "2024-09-03T10:45:43.326212Z",
            "url": "https://files.pythonhosted.org/packages/45/4b/bf24ced60d3fe8d8f804f317dfee2d7af108c21b3429b193bc1c206e56da/spyder_line_profiler-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd22500e0df1fdd6d06f45f0afb22763d459f9ac800ad1d996fa19a7220b878e",
                "md5": "1328021d72e1788e196ddd610bc6480a",
                "sha256": "4d7dd55ee5e5f4b3b427559a0e06ef4b61b248c89e510f55cd67bdd393ebb4c1"
            },
            "downloads": -1,
            "filename": "spyder_line_profiler-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1328021d72e1788e196ddd610bc6480a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 18350,
            "upload_time": "2024-09-03T10:45:44",
            "upload_time_iso_8601": "2024-09-03T10:45:44.925488Z",
            "url": "https://files.pythonhosted.org/packages/dd/22/500e0df1fdd6d06f45f0afb22763d459f9ac800ad1d996fa19a7220b878e/spyder_line_profiler-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-03 10:45:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "spyder-ide",
    "github_project": "spyder-line-profiler",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "spyder-line-profiler"
}
        
Elapsed time: 0.67553s