json-tracer


Namejson-tracer JSON
Version 0.6.0 PyPI version JSON
download
home_page
SummaryGenerate json traces from a python script
upload_time2024-02-22 09:07:29
maintainer
docs_urlNone
author
requires_python>=3.11
licenseMIT License Copyright (c) 2023 Team Dodona 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 debug trace json
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # json-tracer
A python library that generates a json file that traces the execution of a python program.

It is heavily based on the backend of [pythontutor](https://pythontutor.com/). All credits go to the original author Philip Guo. 

Can be run from command line or imported as a library.

## install
```bash
pip install json-tracer
```

## Run
```bash
python3 -m tracer examples/hello_world.py
```

## publish
```bash
python -m build
python -m twine upload dist/*
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "json-tracer",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "debug,trace,json",
    "author": "",
    "author_email": "Dodona <dodona@ugent.be>",
    "download_url": "https://files.pythonhosted.org/packages/e3/59/436b8cfda8665685939b83815313ebe4786a148356e2ff9a846d4577d268/json-tracer-0.6.0.tar.gz",
    "platform": null,
    "description": "# json-tracer\nA python library that generates a json file that traces the execution of a python program.\n\nIt is heavily based on the backend of [pythontutor](https://pythontutor.com/). All credits go to the original author Philip Guo. \n\nCan be run from command line or imported as a library.\n\n## install\n```bash\npip install json-tracer\n```\n\n## Run\n```bash\npython3 -m tracer examples/hello_world.py\n```\n\n## publish\n```bash\npython -m build\npython -m twine upload dist/*\n```\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Team Dodona  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.",
    "summary": "Generate json traces from a python script",
    "version": "0.6.0",
    "project_urls": {
        "Homepage": "https://github.com/dodona-edu/trace-generator"
    },
    "split_keywords": [
        "debug",
        "trace",
        "json"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b399bf0361e2e61ae4ac9995a3ff737e4ce4cebd1519a645e772ae4f9905652c",
                "md5": "b5b1ec4f668028ee677ee8f8b2afad7b",
                "sha256": "655de6836ae1ad51781797c99e258bd9b88abd8272890fc01455b4bb312d6fe7"
            },
            "downloads": -1,
            "filename": "json_tracer-0.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b5b1ec4f668028ee677ee8f8b2afad7b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 20141,
            "upload_time": "2024-02-22T09:07:27",
            "upload_time_iso_8601": "2024-02-22T09:07:27.762548Z",
            "url": "https://files.pythonhosted.org/packages/b3/99/bf0361e2e61ae4ac9995a3ff737e4ce4cebd1519a645e772ae4f9905652c/json_tracer-0.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e359436b8cfda8665685939b83815313ebe4786a148356e2ff9a846d4577d268",
                "md5": "bb8727804a89c5c0032bb5569aebf7dc",
                "sha256": "61be513e421a4ccb0a74f70ce6ff1b4e8ab8327875638fccbd96b72b24aa56fa"
            },
            "downloads": -1,
            "filename": "json-tracer-0.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bb8727804a89c5c0032bb5569aebf7dc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 17012,
            "upload_time": "2024-02-22T09:07:29",
            "upload_time_iso_8601": "2024-02-22T09:07:29.407661Z",
            "url": "https://files.pythonhosted.org/packages/e3/59/436b8cfda8665685939b83815313ebe4786a148356e2ff9a846d4577d268/json-tracer-0.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-22 09:07:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dodona-edu",
    "github_project": "trace-generator",
    "github_not_found": true,
    "lcname": "json-tracer"
}
        
Elapsed time: 0.20123s