Name | pymontrace JSON |
Version |
0.1.0.dev13
JSON |
| download |
home_page | None |
Summary | dynamic python tracing |
upload_time | 2025-07-09 15:44:30 |
maintainer | None |
docs_url | None |
author | Daniel Golding |
requires_python | >=3.9 |
license | None |
keywords |
tracing
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
First Terminal
python3 examples/script_to_debug.py
Second terminal
pymontrace -p "$(pgrep '[Pp]ython')" -e 'line:*/script_to_debug.py:13 {{ print("a", ctx.a, "b", ctx.b) }}'
Waiting for process to reach safepoint...
Probes installed. Hit CTRL-C to end...
a 4 b 3
a 3 b 7
a 7 b 1
a 1 b 8
a 8 b 0
^CRemoving probes...
Waiting for process to reach safepoint...
.
INSTALLATION:
pymontrace can be installed with pip or pipx or just run with pipx run at
your preference.
pip install pymontrace
pipx install pymontrace
pipx run pymontrace
uvx pymontrace
DOCUMENTATION:
See pymontrace -h and https://cakemanny.com/pymontrace or
docs/SUMMARY.md in the github repository for some initial documentation.
WARNING:
- This is under early development and is in no way safe to use against
production workloads.
- The interface will change wildly without warning. There are no versioning
guarantees at this point.
CAVEATS:
- Use on macOS requires root. Use `sudo`.
- Probes will only fire if the function is entered after the probe has
been installed. This means that top level statements cannot be traced and
that the statements inside an outermost forever-loop cannot be traced.
Raw data
{
"_id": null,
"home_page": null,
"name": "pymontrace",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "tracing",
"author": "Daniel Golding",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/de/d7/9125bfde3812ed47bce82ea4f4a6eac80c9a3d243d4039114bdc0007e678/pymontrace-0.1.0.dev13.tar.gz",
"platform": null,
"description": "First Terminal\n\n python3 examples/script_to_debug.py\n\nSecond terminal\n\n pymontrace -p \"$(pgrep '[Pp]ython')\" -e 'line:*/script_to_debug.py:13 {{ print(\"a\", ctx.a, \"b\", ctx.b) }}'\n Waiting for process to reach safepoint...\n Probes installed. Hit CTRL-C to end...\n a 4 b 3\n a 3 b 7\n a 7 b 1\n a 1 b 8\n a 8 b 0\n ^CRemoving probes...\n Waiting for process to reach safepoint...\n .\n\n\nINSTALLATION:\n\n pymontrace can be installed with pip or pipx or just run with pipx run at\n your preference.\n\n pip install pymontrace\n\n pipx install pymontrace\n\n pipx run pymontrace\n\n uvx pymontrace\n\n\nDOCUMENTATION:\n\n See pymontrace -h and https://cakemanny.com/pymontrace or\n docs/SUMMARY.md in the github repository for some initial documentation.\n\n\nWARNING:\n\n - This is under early development and is in no way safe to use against\n production workloads.\n\n - The interface will change wildly without warning. There are no versioning\n guarantees at this point.\n\n\nCAVEATS:\n\n - Use on macOS requires root. Use `sudo`.\n\n - Probes will only fire if the function is entered after the probe has\n been installed. This means that top level statements cannot be traced and\n that the statements inside an outermost forever-loop cannot be traced.\n",
"bugtrack_url": null,
"license": null,
"summary": "dynamic python tracing",
"version": "0.1.0.dev13",
"project_urls": {
"Documentation": "https://cakemanny.com/pymontrace/",
"Homepage": "https://github.com/cakemanny/pymontrace",
"Repository": "https://github.com/cakemanny/pymontrace.git"
},
"split_keywords": [
"tracing"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "127ae9a28b8c02cbd223ed9d41dd84fa4c75c27b9ba5e57ac4c5999ab62a46e2",
"md5": "1b589bb2f831e4fd43ae61a4b13d5c07",
"sha256": "1f8e62b3aeea0f729d2b9ef511857661ba58862d0c690186e1bbcf95118b314d"
},
"downloads": -1,
"filename": "pymontrace-0.1.0.dev13-cp39-abi3-macosx_10_9_universal2.whl",
"has_sig": false,
"md5_digest": "1b589bb2f831e4fd43ae61a4b13d5c07",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 79873,
"upload_time": "2025-07-09T15:44:27",
"upload_time_iso_8601": "2025-07-09T15:44:27.086027Z",
"url": "https://files.pythonhosted.org/packages/12/7a/e9a28b8c02cbd223ed9d41dd84fa4c75c27b9ba5e57ac4c5999ab62a46e2/pymontrace-0.1.0.dev13-cp39-abi3-macosx_10_9_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1cb8aa99894bc5077718b219db9d4d5f991643e80d03100d05a8a0d373fec1ec",
"md5": "e5deebd4ed6d01e8349e4c553d3999c1",
"sha256": "92c69b01ff2f98f28c8255ba94a5bbf8186bc7ad1450de32b53ad4287369c3ed"
},
"downloads": -1,
"filename": "pymontrace-0.1.0.dev13-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "e5deebd4ed6d01e8349e4c553d3999c1",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 127108,
"upload_time": "2025-07-09T15:44:28",
"upload_time_iso_8601": "2025-07-09T15:44:28.510724Z",
"url": "https://files.pythonhosted.org/packages/1c/b8/aa99894bc5077718b219db9d4d5f991643e80d03100d05a8a0d373fec1ec/pymontrace-0.1.0.dev13-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3d6c4d6bb8f4ec75232476d107055ee63f4c045bfb84df52962993d0ef47c024",
"md5": "47d72faa4b39cb14cc1921df7a71691f",
"sha256": "0ebb6caa7a58233d6c9d373fe482ede1f378b00813c600b190d065db502cd58c"
},
"downloads": -1,
"filename": "pymontrace-0.1.0.dev13-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "47d72faa4b39cb14cc1921df7a71691f",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 124130,
"upload_time": "2025-07-09T15:44:29",
"upload_time_iso_8601": "2025-07-09T15:44:29.915746Z",
"url": "https://files.pythonhosted.org/packages/3d/6c/4d6bb8f4ec75232476d107055ee63f4c045bfb84df52962993d0ef47c024/pymontrace-0.1.0.dev13-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ded79125bfde3812ed47bce82ea4f4a6eac80c9a3d243d4039114bdc0007e678",
"md5": "4e712cc95f34eda426b368801a4fb0d1",
"sha256": "4f941cd63eaeca0402fb654567b4182fa1bfbd8a65a482bcca3431fa4007bdee"
},
"downloads": -1,
"filename": "pymontrace-0.1.0.dev13.tar.gz",
"has_sig": false,
"md5_digest": "4e712cc95f34eda426b368801a4fb0d1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 68446,
"upload_time": "2025-07-09T15:44:30",
"upload_time_iso_8601": "2025-07-09T15:44:30.954931Z",
"url": "https://files.pythonhosted.org/packages/de/d7/9125bfde3812ed47bce82ea4f4a6eac80c9a3d243d4039114bdc0007e678/pymontrace-0.1.0.dev13.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-09 15:44:30",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "cakemanny",
"github_project": "pymontrace",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pymontrace"
}