Skip to main content

A browser-based monitor for Trio

Project description

# Trio Inspector

Note: This is a very early prototype.

![Trio Inspector](docs/trio_inspector.png)

## 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


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

trio_inspector-0.0.3-py3-none-any.whl (46.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page