Metadata-Version: 2.1
Name: textual-query-sandbox
Version: 0.2.0
Summary: A simple tool for displaying terminal dimensions
Home-page: https://github.com/davep/textual-query-sandbox
Author: Dave Pearson
Author-email: davep@davep.org
Maintainer: Dave Pearson
Maintainer-email: davep@davep.org
License: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Project-URL: Documentation, https://github.com/davep/textual-query-sandbox/blob/main/README.md
Project-URL: Source, https://github.com/davep/textual-query-sandbox
Project-URL: Issues, https://github.com/davep/textual-query-sandbox/issues
Project-URL: Discussions, https://github.com/davep/textual-query-sandbox/discussions
Keywords: terminal
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Environment :: Console
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Terminals
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: textual (>=0.35.1)

# Textual Query Sandbox

A quick spur-of-the-moment hack that will likely grow into something a wee
bit more useful. For now though, it's a simple/pragmatic tool for quickly
testing [Textual queries](https://textual.textualize.io/guide/queries/).

## Installation

Install either with `pip` or (ideally) `pipx`:

```sh
$ pipx install textual-query-sandbox
```

Then run `tqs`. That's it!

![Textual Query Sandbox](https://raw.githubusercontent.com/davep/textual-query-sandbox/main/tqs.png)

[//]: # (README.md ends here)
