Metadata-Version: 2.4
Name: mountaineer-exceptions
Version: 0.1.1
Summary: A small plugin for mountaineer that shows beautiful tracebacks in the browser.
Requires-Python: >=3.10
Requires-Dist: pygments>=2.19.1
Description-Content-Type: text/markdown

# mountaineer-exceptions

![Mountaineer Logo](https://raw.githubusercontent.com/piercefreeman/mountaineer-exceptions/main/media/preview.png)

![Python Version](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Fpiercefreeman%2Fmountaineer-exceptions%2Frefs%2Fheads%2Fmain%2Fpyproject.toml)
[![Test status](https://github.com/piercefreeman/mountaineer-exceptions/actions/workflows/build.yml/badge.svg)](https://github.com/piercefreeman/mountaineer-exceptions/actions)

A small plugin for mountaineer that shows beautiful tracebacks in the browser.

Features:
- Stacktrace exception rendering
- Runtime variable extraction from stack frames
- Python code markup via pygments

This repository also acts as our proof-of-concept for Mountaineer [Plugins](https://github.com/piercefreeman/mountaineer/issues/201).
