Metadata-Version: 2.4
Name: balderhub-textual
Version: 0.0.1b0
Summary: balderhub-textual: balderhub package for writing tests for the python textual framework
Home-page: https://hub.balder.dev/projects/textual
Author: Max Stahlschmidt and others
License: MIT
Project-URL: Source, https://github.com/balder-dev/balderhub-textual/
Project-URL: Tracker, https://github.com/balder-dev/balderhub-textual/issues
Keywords: test,systemtest,reusable,scenario,junit,balder
Platform: unix
Platform: linux
Platform: osx
Platform: cygwin
Platform: win32
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: baldertest>=0.1.1
Requires-Dist: balderhub-gui
Requires-Dist: balderhub-guicontrol
Dynamic: license-file

# BalderHub Package ``balderhub-textual``

This is a BalderHub package for the [Balder](https://docs.balder.dev) test framework. It provides features and different kind of helper 
objects for writing tests for the [Textual Framework](https://textual.textualize.io/) with Balder. If you are new to 
Balder check out the [official documentation](https://docs.balder.dev) first.

## Installation

You can install the latest release with pip:

```
python -m pip install balderhub-textual
```

# Check out the documentation

If you need more information, 
[checkout the ``balderhub-textual`` documentation](https://hub.balder.dev/projects/textual).


# License

This BalderHub package is free and Open-Source

Copyright (c) 2026 Max Stahlschmidt and others

Distributed under the terms of the MIT license
