Metadata-Version: 2.4
Name: crashscope
Version: 0.1.0
Summary: A lightweight Python debugging tool that automatically prints variables and context when errors happen.
Author-email: WawaDev <wawadev@proton.me>
License: MIT
Project-URL: Homepage, https://github.com/WawaDevX/CrashScope
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: license
Dynamic: license-file

# CrashScope

A lightweight Python debugging tool that automatically prints variables and context when errors happen.

## What it does

`CrashScope` helps you debug Python programs by showing:
- Local variables at the point of a crash
- Function arguments when using decorators
- Full traceback with readable context
- Cleaner error reports without extra setup

No external tools, no complex configuration.

---

## Installation

in progress...
