{"id":28324799,"url":"https://github.com/spyder-ide/spyder-line-profiler","last_synced_at":"2025-06-24T03:31:12.222Z","repository":{"id":1347469,"uuid":"41838962","full_name":"spyder-ide/spyder-line-profiler","owner":"spyder-ide","description":"This is a plugin to run the python line profiler from within the spyder editor.","archived":false,"fork":false,"pushed_at":"2025-03-10T16:55:07.000Z","size":388,"stargazers_count":35,"open_issues_count":3,"forks_count":13,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-06-21T01:36:11.082Z","etag":null,"topics":["profiler","python","spyder","spyder-plugin"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spyder-ide.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"open_collective":"spyder"}},"created_at":"2015-09-03T02:45:19.000Z","updated_at":"2025-05-31T21:02:29.000Z","dependencies_parsed_at":"2023-02-17T03:55:38.777Z","dependency_job_id":"fcdb64d8-b08c-4328-b6a3-0f3d4149ad66","html_url":"https://github.com/spyder-ide/spyder-line-profiler","commit_stats":{"total_commits":224,"total_committers":14,"mean_commits":16.0,"dds":0.65625,"last_synced_commit":"ce5897d5e4a09d2b2552251b928d4d96e58ad33b"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/spyder-ide/spyder-line-profiler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spyder-ide%2Fspyder-line-profiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spyder-ide%2Fspyder-line-profiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spyder-ide%2Fspyder-line-profiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spyder-ide%2Fspyder-line-profiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spyder-ide","download_url":"https://codeload.github.com/spyder-ide/spyder-line-profiler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spyder-ide%2Fspyder-line-profiler/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261598720,"owners_count":23182820,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["profiler","python","spyder","spyder-plugin"],"created_at":"2025-05-25T19:13:17.595Z","updated_at":"2025-06-24T03:31:12.214Z","avatar_url":"https://github.com/spyder-ide.png","language":"Python","funding_links":["https://opencollective.com/spyder","https://opencollective.com/spyder/"],"categories":[],"sub_categories":[],"readme":"# Spyder line profiler plugin\n\n## Project details\n\n![license](https://img.shields.io/pypi/l/spyder-line-profiler.svg)\n[![conda version](https://img.shields.io/conda/v/conda-forge/spyder-line-profiler.svg)](https://www.anaconda.com/download/)\n[![download count](https://img.shields.io/conda/d/conda-forge/spyder-line-profiler.svg)](https://www.anaconda.com/download/)\n[![pypi version](https://img.shields.io/pypi/v/spyder-line-profiler.svg)](https://pypi.python.org/pypi/spyder-line-profiler)\n[![Join the chat at https://gitter.im/spyder-ide/public](https://badges.gitter.im/spyder-ide/spyder.svg)](https://gitter.im/spyder-ide/public)\n[![OpenCollective Backers](https://opencollective.com/spyder/backers/badge.svg?color=blue)](#backers)\n[![OpenCollective Sponsors](https://opencollective.com/spyder/sponsors/badge.svg?color=blue)](#sponsors)\n\n## Build status\n\n[![Windows status](https://github.com/spyder-ide/spyder-line-profiler/workflows/Windows%20tests/badge.svg)](https://github.com/spyder-ide/spyder-line-profiler/actions?query=workflow%3A%22Windows+tests%22)\n[![Linux status](https://github.com/spyder-ide/spyder-line-profiler/workflows/Linux%20tests/badge.svg)](https://github.com/spyder-ide/spyder-line-profiler/actions?query=workflow%3A%22Linux+tests%22)\n[![MacOS status](https://github.com/spyder-ide/spyder-line-profiler/workflows/Macos%20tests/badge.svg)](https://github.com/spyder-ide/spyder-line-profiler/actions?query=workflow%3A%22Macos+tests%22)\n[![codecov](https://codecov.io/gh/spyder-ide/spyder-line-profiler/branch/master/graph/badge.svg)](https://codecov.io/gh/spyder-ide/spyder-line-profiler/branch/master)\n\n## Description\n\nThis is a plugin to run the Python\n[line_profiler](https://pypi.python.org/pypi/line_profiler)\nfrom within the Python IDE [Spyder](https://github.com/spyder-ide/spyder).\n\nThe code is an adaptation of the profiler plugin integrated in Spyder.\n\n## Installation\n\nTo install this plugin, you can use either ``pip`` or ``conda`` package\nmanagers, as follows:\n\nUsing conda (the recommended way!):\n\n```\nconda install spyder-line-profiler -c conda-forge\n```\n\nUsing pip:\n\n```\npip install spyder-line-profiler\n```\n\n## Usage\n\nAdd a `@profile` decorator to the functions that you wish to profile then\nShift+F10 (line profiler default) to run the profiler on the current script,\nor go to `Run \u003e Run line profiler`.\n\nThe results will be shown in a dockwidget, grouped by function. Lines with a\nstronger color take more time to run.\n\n## Screenshot\n\n![Screenshot of spyder-line-profiler plugin showing profiler results](./img_src/screenshot_profiler.png)\n\n## Contributing\n\nEveryone is welcome to contribute!\n\n## Sponsors\n\nSpyder and its subprojects are funded thanks to the generous support of\n\n[![Quansight](https://static.wixstatic.com/media/095d2c_2508c560e87d436ea00357abc404cf1d~mv2.png/v1/crop/x_0,y_9,w_915,h_329/fill/w_380,h_128,al_c,usm_0.66_1.00_0.01/095d2c_2508c560e87d436ea00357abc404cf1d~mv2.png)](https://www.quansight.com/)[![Numfocus](https://i2.wp.com/numfocus.org/wp-content/uploads/2017/07/NumFocus_LRG.png?fit=320%2C148\u0026ssl=1)](https://numfocus.org/)\n\nand the donations we have received from our users around the world through [Open Collective](https://opencollective.com/spyder/):\n\n[![Sponsors](https://opencollective.com/spyder/sponsors.svg)](https://opencollective.com/spyder#support)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspyder-ide%2Fspyder-line-profiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspyder-ide%2Fspyder-line-profiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspyder-ide%2Fspyder-line-profiler/lists"}