A browser-based monitor for Trio
Project description
# Trio Inspector
Note: This is a very early prototype.

## Installation
Currently requires Python 3.7 due to ``quart-trio`` dependency.
```
pip install trio-inspector
```
## Usage
```
from trio_inspector import TrioInspector
...
async with trio.open_nursery() as nursery:
nursery.start_soon(TrioInspector().run)
```
Then, point your browser to: http://127.0.0.1:5000/
If you want to try it out, you can download and run [this example](tests/example.py).
Note: This is a very early prototype.

## Installation
Currently requires Python 3.7 due to ``quart-trio`` dependency.
```
pip install trio-inspector
```
## Usage
```
from trio_inspector import TrioInspector
...
async with trio.open_nursery() as nursery:
nursery.start_soon(TrioInspector().run)
```
Then, point your browser to: http://127.0.0.1:5000/
If you want to try it out, you can download and run [this example](tests/example.py).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file trio_inspector-0.0.3-py3-none-any.whl.
File metadata
- Download URL: trio_inspector-0.0.3-py3-none-any.whl
- Upload date:
- Size: 46.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d0cdaadc67c9ab0e9352048b7bffaea249e06b428829aa2b882d4f3d04d279a
|
|
| MD5 |
0b01e54097327c794698ffefa01bb5d9
|
|
| BLAKE2b-256 |
ad7b5ea10569188cb5a1491bd40d1283429e9abf746c39902b4b2657aad8be54
|