Metadata-Version: 2.4
Name: rich-demo
Version: 0.2.0
Summary: Tool to check the graphic features of a terminal using the rich library.
Project-URL: Homepage, https://github.com/chemacortes/rich-demo
Author-email: Chema Cortés <dextrem@gmail.com>
License-Expression: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Framework :: IPython
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
Requires-Python: >=3.9.0
Requires-Dist: rich>=15.0.0
Description-Content-Type: text/markdown

# Rich demo

Tool to check the graphic features of a terminal using the [rich library][rich].

If you use [uv][], you can test your terminal directly:

```bash
uvx rich-demo
```

For a standalone installation:

```bash
uv tool install rich-demo
rich-demo
```

## Example

-----

![Rich-demo screenshot][demo]

-----

[uv]: https://astral.sh/uv/
[rich]: https://github.com/Textualize/rich
[demo]: https://github.com/chemacortes/rich-demo/raw/main/AjcEGgdyue.png
