Metadata-Version: 2.4
Name: fastpluggy-debug-tools
Version: 0.1.2
Summary: Debug Tools plugin for Fastpluggy
Author: FastPluggy Team
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: FastPluggy>=0.4.0
Requires-Dist: psutil
Requires-Dist: packaging
Provides-Extra: all
Requires-Dist: pympler; extra == "all"

# fastpluggy-debug-tools

Debug Tools plugin for FastPluggy — runtime introspection and diagnostics.

## Install

```bash
pip install -e .
```

Optional extras for memory profiling:

```bash
pip install -e ".[all]"
```

## Usage

Register the plugin in your FastPluggy configuration. Once loaded it provides diagnostic pages for inspecting the running application: loaded plugins, configuration, routes, and memory usage.
