Metadata-Version: 2.1
Name: textual-utils
Version: 1.0.9
Summary: Utilities for use with the Textual package
License: MIT
Author: Rafal Padkowski
Author-email: rafaelp@poczta.onet.pl
Requires-Python: >=3.13,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: textual (>=2.1.2)
Requires-Dist: tomli-w (>=1.2.0,<2.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

i18n - translation services

## Installation

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

## License

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

