Metadata-Version: 2.4
Name: tdraw
Version: 0.0.1
Summary: A terminal diagramming tool
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# tdraw

A terminal-native diagramming tool. Draw diagrams with your
mouse, right in the terminal — then export the result as clean ASCII/Unicode
text you can paste into Markdown, docstrings, or PR comments.

## Status

🚧 Early development. Not yet ready for general use.

## Install

```bash
pip install tdraw
```

## Usage

```bash
tdraw
```

## License

MIT