Metadata-Version: 2.4
Name: textual-utils
Version: 2.1.1
Summary: Utilities for use with the Textual package
Author-email: Rafal Padkowski <rafaelp@poczta.onet.pl>
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.13
Requires-Dist: textual>=6.6.0
Requires-Dist: tilsit-config>=1.0.1
Requires-Dist: tilsit-i18n>=1.0.0
Description-Content-Type: text/markdown

# textual-utils

Variious utilities for use with the Textual package

## Features

Dialogs - AboutScreen, ConfirmScreen, SettingsScreen

AboutHeaderIcon - replacement for standard HeaderIcon for displaying AboutScreen

## Installation

```bash
$ pip install textual-utils
```

## License

`textual-utils` was created by Rafal Padkowski. It is licensed under the terms
of the MIT license.
