.codecov.yml
.editorconfig
.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.pyup.yml
.readthedocs.yml
.yamllint
CHANGES.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
pytest.ini
requirements-dev.txt
requirements-doc.txt
setup.cfg
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/ci-cd.yml
.github/workflows/flake8-matcher.json
.github/workflows/lint.yml
.github/workflows/mypy-matcher.json
aiomonitor/__init__.py
aiomonitor/cli.py
aiomonitor/console.py
aiomonitor/context.py
aiomonitor/exceptions.py
aiomonitor/monitor.py
aiomonitor/task.py
aiomonitor/telnet.py
aiomonitor/types.py
aiomonitor/utils.py
aiomonitor.egg-info/PKG-INFO
aiomonitor.egg-info/SOURCES.txt
aiomonitor.egg-info/dependency_links.txt
aiomonitor.egg-info/not-zip-safe
aiomonitor.egg-info/requires.txt
aiomonitor.egg-info/top_level.txt
aiomonitor/termui/__init__.py
aiomonitor/termui/commands.py
aiomonitor/termui/completion.py
aiomonitor/webui/__init__.py
aiomonitor/webui/app.py
aiomonitor/webui/utils.py
aiomonitor/webui/static/alpine.js
aiomonitor/webui/static/client-side-templates.js
aiomonitor/webui/static/htmx.js
aiomonitor/webui/static/loader.svg
aiomonitor/webui/static/mustache.js
aiomonitor/webui/static/tailwind.js
aiomonitor/webui/templates/about.html
aiomonitor/webui/templates/index.html
aiomonitor/webui/templates/layout.html
aiomonitor/webui/templates/trace.html
changes/410.fix
changes/template.rst
docs/Makefile
docs/api.rst
docs/conf.py
docs/contributing.rst
docs/examples.rst
docs/index.rst
docs/make.bat
docs/screenshot-ps-where-example.png
docs/tutorial.rst
docs/webui-demo1.gif
docs/reference/monitor.rst
docs/reference/termui.rst
docs/reference/webui.rst
examples/cancellation.py
examples/console-variables.py
examples/demo.py
examples/extension.py
examples/simple_aiohttp_srv.py
examples/simple_loop.py
examples/taskgroup.py
examples/web_srv.py
examples/web_srv_custom_monitor.py
examples/x.py
tests/conftest.py
tests/test_monitor.py