tracernaut


Nametracernaut JSON
Version 0.1.3 PyPI version JSON
download
home_pageNone
SummaryInteractive code execution and memory visualization for Python in Jupyter
upload_time2025-08-14 20:54:25
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.7
licenseMIT License Copyright (c) 2025 Laio O. Seman Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords visualization execution tracing debugging jupyter education
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 🧠 tracernaut — Visualize Python Execution Like Never Before

[![PyPI Version](https://img.shields.io/pypi/v/tracernaut.svg)](https://pypi.org/project/tracernaut/)
[![Python Versions](https://img.shields.io/pypi/pyversions/tracernaut.svg)](https://pypi.org/project/tracernaut/)
[![License](https://img.shields.io/github/license/lseman/tracernaut)](LICENSE)

> An intelligent, interactive visualizer for step-by-step Python code execution and memory tracing.  
> Built for students, educators, and curious minds.  

---

## 🚀 What is Tracernaut?

**Tracernaut** is a pedagogical tool that captures and **visually traces the execution** of Python code — including variable states, memory references, object relationships, and the call stack — using rich, annotated diagrams.

It turns abstract Python behavior into something **visible**, **intuitive**, and **beautifully structured**.

---

## 📸 Example

```python
from tracernaut import tracernaut

@tracernaut
def example():
    a = [1, 2, 3]
    b = {'x': a, 'y': 4}
    a.append(5)
    return b

example()
```

This opens an interactive widget (in Jupyter) that lets you step through each line and visualize changes in memory, objects, variables, and control flow.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "tracernaut",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "visualization, execution, tracing, debugging, jupyter, education",
    "author": "Your Name",
    "author_email": "Laio Oriel Seman <laio.seman@ufsc.br>",
    "download_url": "https://files.pythonhosted.org/packages/f1/3b/07b647c24c27f841011eeb46fc84d9e355fb13f114feef83bb1aad7c1350/tracernaut-0.1.3.tar.gz",
    "platform": null,
    "description": "# \ud83e\udde0 tracernaut \u2014 Visualize Python Execution Like Never Before\n\n[![PyPI Version](https://img.shields.io/pypi/v/tracernaut.svg)](https://pypi.org/project/tracernaut/)\n[![Python Versions](https://img.shields.io/pypi/pyversions/tracernaut.svg)](https://pypi.org/project/tracernaut/)\n[![License](https://img.shields.io/github/license/lseman/tracernaut)](LICENSE)\n\n> An intelligent, interactive visualizer for step-by-step Python code execution and memory tracing.  \n> Built for students, educators, and curious minds.  \n\n---\n\n## \ud83d\ude80 What is Tracernaut?\n\n**Tracernaut** is a pedagogical tool that captures and **visually traces the execution** of Python code \u2014 including variable states, memory references, object relationships, and the call stack \u2014 using rich, annotated diagrams.\n\nIt turns abstract Python behavior into something **visible**, **intuitive**, and **beautifully structured**.\n\n---\n\n## \ud83d\udcf8 Example\n\n```python\nfrom tracernaut import tracernaut\n\n@tracernaut\ndef example():\n    a = [1, 2, 3]\n    b = {'x': a, 'y': 4}\n    a.append(5)\n    return b\n\nexample()\n```\n\nThis opens an interactive widget (in Jupyter) that lets you step through each line and visualize changes in memory, objects, variables, and control flow.\n",
    "bugtrack_url": null,
    "license": "MIT License\n        \n        Copyright (c) 2025 Laio O. Seman\n        \n        Permission is hereby granted, free of charge, to any person obtaining a copy\n        of this software and associated documentation files (the \"Software\"), to deal\n        in the Software without restriction, including without limitation the rights\n        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n        copies of the Software, and to permit persons to whom the Software is\n        furnished to do so, subject to the following conditions:\n        \n        The above copyright notice and this permission notice shall be included in all\n        copies or substantial portions of the Software.\n        \n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n        SOFTWARE.",
    "summary": "Interactive code execution and memory visualization for Python in Jupyter",
    "version": "0.1.3",
    "project_urls": null,
    "split_keywords": [
        "visualization",
        " execution",
        " tracing",
        " debugging",
        " jupyter",
        " education"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f9d524c8e0aeb94cedc57f6e011b44a0b14d89592e21efbb9f58cf112edc86c3",
                "md5": "2ed461528d901e3cf0c7ce83c4c1b993",
                "sha256": "0a5000bd4065ad249831cd964b1829af7b125a6ba350581385b184088042059f"
            },
            "downloads": -1,
            "filename": "tracernaut-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2ed461528d901e3cf0c7ce83c4c1b993",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 17873,
            "upload_time": "2025-08-14T20:54:24",
            "upload_time_iso_8601": "2025-08-14T20:54:24.449155Z",
            "url": "https://files.pythonhosted.org/packages/f9/d5/24c8e0aeb94cedc57f6e011b44a0b14d89592e21efbb9f58cf112edc86c3/tracernaut-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f13b07b647c24c27f841011eeb46fc84d9e355fb13f114feef83bb1aad7c1350",
                "md5": "dd2a8de0f37c93b242e9d82077271241",
                "sha256": "2f7a4d0a2962ff4d97f8da3f8daa44e60b5ebdaae4f883e174e622b888f88669"
            },
            "downloads": -1,
            "filename": "tracernaut-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "dd2a8de0f37c93b242e9d82077271241",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 18874,
            "upload_time": "2025-08-14T20:54:25",
            "upload_time_iso_8601": "2025-08-14T20:54:25.417137Z",
            "url": "https://files.pythonhosted.org/packages/f1/3b/07b647c24c27f841011eeb46fc84d9e355fb13f114feef83bb1aad7c1350/tracernaut-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-14 20:54:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "tracernaut"
}
        
Elapsed time: 1.56099s