Name | spyprof JSON |
Version |
0.0.1
JSON |
| download |
home_page | None |
Summary | Sampling Python Profiler |
upload_time | 2025-07-10 12:35:35 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | None |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# SPyProf
Sampling Python profiler
# Installation
```bash
pip install https://github.com/yuriiz/spyprof
```
# Usage
Import `spyprof` module at startup:
```python
import spyprof
```
Profiling reports will be written to `spyprof` directory periodically every 10 seconds and at application exit.
Profiling report measured with `ITIMER_REAL` timer will be written to spyprof/real.html.
Profiling report measured with `ITIMER_PROF` timer will be written to spyprof/prof.html.
Raw data
{
"_id": null,
"home_page": null,
"name": "spyprof",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "Yurii Zolotko <yurii.zolotko@pm.me>",
"download_url": "https://files.pythonhosted.org/packages/13/50/756709d81f9d266a423a93258770a3e712471800f7be830d0b68c1ed226b/spyprof-0.0.1.tar.gz",
"platform": null,
"description": "# SPyProf\nSampling Python profiler\n\n# Installation\n```bash\npip install https://github.com/yuriiz/spyprof\n```\n\n# Usage\nImport `spyprof` module at startup:\n\n```python\nimport spyprof\n```\n\nProfiling reports will be written to `spyprof` directory periodically every 10 seconds and at application exit.\n\nProfiling report measured with `ITIMER_REAL` timer will be written to spyprof/real.html.\n\nProfiling report measured with `ITIMER_PROF` timer will be written to spyprof/prof.html.\n",
"bugtrack_url": null,
"license": null,
"summary": "Sampling Python Profiler",
"version": "0.0.1",
"project_urls": {
"Homepage": "https://github.com/yuriiz/spyprof",
"Issues": "https://github.com/yuriiz/spyprof/issues"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "ea092e1e42df070c6a66de79e84809b9eb9dd16d70d37fd445c83cb7f2e7a4e3",
"md5": "291f4512fb19b2e5f306e8c8b120b7e7",
"sha256": "89ef02fc2283d70bcbb1e60dcb28739f16e36bdc67bea36d437f163c53100384"
},
"downloads": -1,
"filename": "spyprof-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "291f4512fb19b2e5f306e8c8b120b7e7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 3738,
"upload_time": "2025-07-10T12:35:33",
"upload_time_iso_8601": "2025-07-10T12:35:33.712130Z",
"url": "https://files.pythonhosted.org/packages/ea/09/2e1e42df070c6a66de79e84809b9eb9dd16d70d37fd445c83cb7f2e7a4e3/spyprof-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1350756709d81f9d266a423a93258770a3e712471800f7be830d0b68c1ed226b",
"md5": "bb051815644f49824001bab7268d682b",
"sha256": "698a2a7742845ff0257225aa4f3a40faa28978765103b096a5d65a9303ad92a8"
},
"downloads": -1,
"filename": "spyprof-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "bb051815644f49824001bab7268d682b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 3435,
"upload_time": "2025-07-10T12:35:35",
"upload_time_iso_8601": "2025-07-10T12:35:35.006065Z",
"url": "https://files.pythonhosted.org/packages/13/50/756709d81f9d266a423a93258770a3e712471800f7be830d0b68c1ed226b/spyprof-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-10 12:35:35",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "yuriiz",
"github_project": "spyprof",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "spyprof"
}