spyder-line-profiler


Namespyder-line-profiler JSON
Version 0.3.2 PyPI version JSON
download
home_pagehttps://github.com/spyder-ide/spyder-line-profiler
SummaryPlugin for the Spyder 5 IDE that integrates the Python line profiler.
upload_time2023-06-24 13:59:29
maintainer
docs_urlNone
authorSpyder Project Contributors
requires_python>= 3.7
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 5 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": "",
    "docs_url": null,
    "requires_python": ">= 3.7",
    "maintainer_email": "",
    "keywords": "Qt PyQt5 PySide2 spyder plugins spyplugins line_profiler profiler",
    "author": "Spyder Project Contributors",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/c9/69/dfc9729de1f0ae95c13ef576c19a624aa379d1d143c6fb397c203f0b785e/spyder_line_profiler-0.3.2.tar.gz",
    "platform": null,
    "description": "\nThis is a plugin for the Spyder 5 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 5 IDE that integrates the Python line profiler.",
    "version": "0.3.2",
    "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": "36e73e0f0e01c4b235c9796d07f505feb8c0ca3be00bda1efe51ace6bd4d2d44",
                "md5": "2e547316b0fab840310b0a281f389865",
                "sha256": "69d59764e6cf4581cf6a3b53d3c6ffaf867eb1457aae37eca8d09a4320e567ca"
            },
            "downloads": -1,
            "filename": "spyder_line_profiler-0.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2e547316b0fab840310b0a281f389865",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">= 3.7",
            "size": 18609,
            "upload_time": "2023-06-24T13:59:28",
            "upload_time_iso_8601": "2023-06-24T13:59:28.052585Z",
            "url": "https://files.pythonhosted.org/packages/36/e7/3e0f0e01c4b235c9796d07f505feb8c0ca3be00bda1efe51ace6bd4d2d44/spyder_line_profiler-0.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c969dfc9729de1f0ae95c13ef576c19a624aa379d1d143c6fb397c203f0b785e",
                "md5": "a679f6990f4845f9d941dbb957304db1",
                "sha256": "9836ddb2ce079f41d5ada61ed2f5f83fa2c50121d7d3944b00b5cae6cb806b64"
            },
            "downloads": -1,
            "filename": "spyder_line_profiler-0.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "a679f6990f4845f9d941dbb957304db1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">= 3.7",
            "size": 17866,
            "upload_time": "2023-06-24T13:59:29",
            "upload_time_iso_8601": "2023-06-24T13:59:29.594262Z",
            "url": "https://files.pythonhosted.org/packages/c9/69/dfc9729de1f0ae95c13ef576c19a624aa379d1d143c6fb397c203f0b785e/spyder_line_profiler-0.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-24 13:59:29",
    "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.08177s