{ "info": { "author": "Hannes Gr\u00e4uler", "author_email": "hannes@syncrypt.space", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Trio", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "License :: OSI Approved :: MIT License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application", "Topic :: Software Development :: Debuggers" ], "description": "# Trio Inspector\n\nNote: This is a very early prototype.\n\n![Trio Inspector](docs/trio_inspector.png)\n\n## Installation\n\nCurrently requires Python 3.7 due to ``quart-trio`` dependency.\n\n```\npip install trio-inspector\n```\n\n## Usage\n\n```\nfrom trio_inspector import TrioInspector\n\n...\n\nasync with trio.open_nursery() as nursery:\n nursery.start_soon(TrioInspector().run)\n```\n\nThen, point your browser to: http://127.0.0.1:5000/\n\nIf you want to try it out, you can download and run [this example](tests/example.py).\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/syncrypt/trio-inspector/", "keywords": "", "license": "MIT -or- Apache License 2.0", "maintainer": "", "maintainer_email": "", "name": "trio-inspector", "package_url": "https://pypi.org/project/trio-inspector/", "platform": "", "project_url": "https://pypi.org/project/trio-inspector/", "project_urls": { "Homepage": "https://github.com/syncrypt/trio-inspector/" }, "release_url": "https://pypi.org/project/trio-inspector/0.0.3/", "requires_dist": [ "trio", "trio-typing", "hypercorn", "quart-trio", "quart", "quart-cors" ], "requires_python": ">=3.7", "summary": "A browser-based monitor for Trio", "version": "0.0.3" }, "last_serial": 4943068, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "a60e41faa80877e28ab37939ff96f36e", "sha256": "5f54cdaaf3588d51ad0505ad379f29ee5d838eb50e0fee88910d3dbb9ac3b2db" }, "downloads": -1, "filename": "trio_inspector-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "a60e41faa80877e28ab37939ff96f36e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 43749, "upload_time": "2019-03-12T11:28:40", "url": "https://files.pythonhosted.org/packages/71/06/cf9066cb18fd545f11da5eb4a91ac168decadb0a42f3c759deb9d52cdcd3/trio_inspector-0.0.1-py3-none-any.whl" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "f4e4e35c698d657651e7667f1d99a9ea", "sha256": "6cf46a3f9f2f6da19930d9dc6f3c1a3b2165d30dba35534379190d35fcea0acd" }, "downloads": -1, "filename": "trio_inspector-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "f4e4e35c698d657651e7667f1d99a9ea", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 44979, "upload_time": "2019-03-13T07:53:32", "url": "https://files.pythonhosted.org/packages/02/2d/33bd2b56d9a61148e6eb4a9c82204b43665f2969d0d7adb0c97b80e500ae/trio_inspector-0.0.2-py3-none-any.whl" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "0b01e54097327c794698ffefa01bb5d9", "sha256": "3d0cdaadc67c9ab0e9352048b7bffaea249e06b428829aa2b882d4f3d04d279a" }, "downloads": -1, "filename": "trio_inspector-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "0b01e54097327c794698ffefa01bb5d9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 46109, "upload_time": "2019-03-15T08:01:30", "url": "https://files.pythonhosted.org/packages/ad/7b/5ea10569188cb5a1491bd40d1283429e9abf746c39902b4b2657aad8be54/trio_inspector-0.0.3-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0b01e54097327c794698ffefa01bb5d9", "sha256": "3d0cdaadc67c9ab0e9352048b7bffaea249e06b428829aa2b882d4f3d04d279a" }, "downloads": -1, "filename": "trio_inspector-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "0b01e54097327c794698ffefa01bb5d9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7", "size": 46109, "upload_time": "2019-03-15T08:01:30", "url": "https://files.pythonhosted.org/packages/ad/7b/5ea10569188cb5a1491bd40d1283429e9abf746c39902b4b2657aad8be54/trio_inspector-0.0.3-py3-none-any.whl" } ] }