{ "info": { "author": "Atsuo Ishimoto", "author_email": "ishimoto@gembook.org", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Topic :: Software Development :: Debuggers", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "disptrace - trace Python statement execution HTML\n=================================================\n\nDisptrace traces Python code execution, generating HTML file to display\nexecused line of codes. The resulting HTML has navigation menu to\ncollapse function calls or hide paticuler modules and functions.\n\n-----\nUsage\n-----\n\nCreate disptrace.Disptrace object as trace module in Python standard\nlibrary, and invoke target function to be traced as follow::\n\n import disptrace\n t = disptrace.DispTrace()\n t.runfunc(myfunc)\n with open(\"trace.html\", \"w\") as f:\n f.write(t.render())\n\nDispTrace.render() method generates HTML string of the information.\n\n~/.disptrace file\n-----------------\n\nYou can create ~/.disptrace file to specify default value of ignoremods\nand ignoredirs in ConfigParser style ini file::\n\n [disptrace]\n ignorepath=/usr/local/lib/python2.6/dist-packages/:/usr/lib/python2.6/plat-linux2\n ignoremodule=sys, os\n\nignorepath is a list of directories whose modules or packages should be\nignored. Each path should deilmited by os.path.pathsep character (':' in\nUnixes, ';' in Windows).\n\nignoremodule list of modules or packages to ignore. Each modules should\nbe delimited by ',' character.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/atsuoishimoto/disptrace", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "disptrace", "package_url": "https://pypi.org/project/disptrace/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/disptrace/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/atsuoishimoto/disptrace" }, "release_url": "https://pypi.org/project/disptrace/0.4/", "requires_dist": null, "requires_python": null, "summary": "Generate Python trace log in HTML", "version": "0.4" }, "last_serial": 788991, "releases": { "0.3": [ { "comment_text": "", "digests": { "md5": "87fd6951acbb244d799beb36bb778c64", "sha256": "c85c6eca99609db57a65d6d2c73e1ed80e1bb7dd4902889735d7060e684f3d85" }, "downloads": -1, "filename": "disptrace-0.3.tar.gz", "has_sig": false, "md5_digest": "87fd6951acbb244d799beb36bb778c64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6132, "upload_time": "2012-07-14T10:45:35", "url": "https://files.pythonhosted.org/packages/72/58/052f7a6f049303ef13c65e6fc3604b257c7a1cbda29d2034925f44d9a87a/disptrace-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "b93459c4f89bd01ac7428ef0fa2e2fc6", "sha256": "d2c6f194e002f1d4e5c0743c4f32969cd1413077a3b32ae5224606ac715fd3c6" }, "downloads": -1, "filename": "disptrace-0.4.tar.gz", "has_sig": false, "md5_digest": "b93459c4f89bd01ac7428ef0fa2e2fc6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7296, "upload_time": "2012-08-11T09:14:48", "url": "https://files.pythonhosted.org/packages/85/9c/0093598595d42266bc96de808b7476415d1d7dd387dfa25f117a83a130a5/disptrace-0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b93459c4f89bd01ac7428ef0fa2e2fc6", "sha256": "d2c6f194e002f1d4e5c0743c4f32969cd1413077a3b32ae5224606ac715fd3c6" }, "downloads": -1, "filename": "disptrace-0.4.tar.gz", "has_sig": false, "md5_digest": "b93459c4f89bd01ac7428ef0fa2e2fc6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7296, "upload_time": "2012-08-11T09:14:48", "url": "https://files.pythonhosted.org/packages/85/9c/0093598595d42266bc96de808b7476415d1d7dd387dfa25f117a83a130a5/disptrace-0.4.tar.gz" } ] }