textual-query-sandbox

A simple tool for testing and practicing Textual DOM queries

GPL-3.0 License

Downloads
88
Stars
11
Committers
1
textual-query-sandbox - Bump Textual version, drop Python 3.7 Latest Release

Published by davep 7 months ago

This bumps the minimum Textual version to the most recent version, and also drops support for Python 3.7.

Also changes the way the package is uploaded to PyPI so that I can make it installable via Homebrew.

textual-query-sandbox - Upgrade Textual

Published by davep about 1 year ago

Just upgrading Textual to the latest version.

textual-query-sandbox - Another playground

Published by davep about 1 year ago

As well as some internal tweaks and small cosmetic changes, this adds another playground that concentrates on querying IDs and classes.

textual-query-sandbox - Adding multiple playgrounds

Published by davep about 1 year ago

Adds support for multiple playgrounds. For the moment this just adds a second simple one with a sprinkle of widgets within it. Just trying the idea on for size.

textual-query-sandbox - Code tidying and UI tweaks

Published by davep about 1 year ago

Mostly a bunch of code tidying and UI tweakage, cleaning up the evidence that this started life as a quick hack one evening. While it's not much more than a quick hack still, at least it's a tidy one now and can be built on.

textual-query-sandbox - Better isolate the playground

Published by davep about 1 year ago

Because the playground was a Vertical, if someone where to query (for example) 'Vertical > Vertical' it would match the top container in the DOM, which would be surprising given how the playground presents itself.

This release makes a custom container and, while not making the name impossible to guess, it does isolate it from the usual CSS types that a user might try.

textual-query-sandbox - Initial prototype

Published by davep about 1 year ago

The initial prototype of the idea.

Package Rankings
Top 38.63% on Pypi.org