spyder-line-profiler


Namespyder-line-profiler JSON
Version 0.4.2 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_time2025-10-11 20:56:44
maintainerNone
docs_urlNone
authorSpyder Project Contributors
requires_python>=3.10
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.10",
    "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/6f/9f/d044a3bdb8cc01f9c5d165f17a16289a8df98495236546256e45eeba07a6/spyder_line_profiler-0.4.2.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.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": null,
            "digests": {
                "blake2b_256": "ca01d024d495d6a019ddee19532b2f5f94ef6cf00a285c487729272c25d4c987",
                "md5": "af02989ae86e687fa9f09ec65c83e94f",
                "sha256": "9ccd4c8c5b0882505325646965c4534035c7e7ad6c16bd67eab7444274a5264c"
            },
            "downloads": -1,
            "filename": "spyder_line_profiler-0.4.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "af02989ae86e687fa9f09ec65c83e94f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 19904,
            "upload_time": "2025-10-11T20:56:43",
            "upload_time_iso_8601": "2025-10-11T20:56:43.125191Z",
            "url": "https://files.pythonhosted.org/packages/ca/01/d024d495d6a019ddee19532b2f5f94ef6cf00a285c487729272c25d4c987/spyder_line_profiler-0.4.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6f9fd044a3bdb8cc01f9c5d165f17a16289a8df98495236546256e45eeba07a6",
                "md5": "db8f933fc51a51d16d4be6640254006c",
                "sha256": "489fe00bace052f7b5b90c76fb2137afe4006a0d9ef5bef72a31269355f21321"
            },
            "downloads": -1,
            "filename": "spyder_line_profiler-0.4.2.tar.gz",
            "has_sig": false,
            "md5_digest": "db8f933fc51a51d16d4be6640254006c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 19426,
            "upload_time": "2025-10-11T20:56:44",
            "upload_time_iso_8601": "2025-10-11T20:56:44.758609Z",
            "url": "https://files.pythonhosted.org/packages/6f/9f/d044a3bdb8cc01f9c5d165f17a16289a8df98495236546256e45eeba07a6/spyder_line_profiler-0.4.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-11 20:56: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.94675s