Metadata-Version: 2.4
Name: nicerpdb
Version: 0.1.1
Summary: A TUI frontend for pdb
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: rich
Requires-Dist: click

# NicerPDB

A terminal frontend for Python's `pdb` debugger, powered by `rich`.

## Install

```
pip install git+https://github.com/Hedwyn/nicerpdb.git
```

## Features

- Syntax-highlighted code display
- Improved variable inspection
- Enhanced stack traces
- Pretty-printed expressions

## Usage

Usage is similar to `pdb`:

```
python -m nicerpdb <script_path>
```
