Metadata-Version: 2.4
Name: vpterm-vp
Version: 1.1.0
Summary: Terminal rendering: colors, panels, tables, progress bars.
Author: F000NK, Voluntas Progressus
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: OS Independent
Requires-Python: >=3.14
Description-Content-Type: text/markdown

# vpterm-vp

`vpterm-vp` is a small terminal UI library for Python CLIs.

It provides:

- ANSI styling helpers
- panels and tables
- key-value line builders
- progress bars
- terminal helpers for live-updating blocks

Install:

```bash
pip install vpterm-vp
```

Import:

```python
import vpterm
```
