textual-query-sandbox


Nametextual-query-sandbox JSON
Version 0.6.0 PyPI version JSON
download
home_pagehttps://github.com/davep/textual-query-sandbox
SummaryA sandbox for practicing Textual queries
upload_time2024-04-09 08:08:05
maintainerDave Pearson
docs_urlNone
authorDave Pearson
requires_python>=3.8
licenseLicense :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
keywords terminal
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/davep/textual-query-sandbox",
    "name": "textual-query-sandbox",
    "maintainer": "Dave Pearson",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "davep@davep.org",
    "keywords": "terminal",
    "author": "Dave Pearson",
    "author_email": "davep@davep.org",
    "download_url": "https://files.pythonhosted.org/packages/ff/67/056b90181bbe4a4638ac27b3a1b0ef63a90c3582847bf169829107022b6a/textual-query-sandbox-0.6.0.tar.gz",
    "platform": null,
    "description": "# Textual Query Sandbox\n\nA quick spur-of-the-moment hack that will likely grow into something a wee\nbit more useful. For now though, it's a simple/pragmatic tool for quickly\ntesting [Textual queries](https://textual.textualize.io/guide/queries/).\n\n## Installation\n\nInstall either with `pip` or (ideally) `pipx`:\n\n```sh\n$ pipx install textual-query-sandbox\n```\n\nThen run `tqs`. That's it!\n\n![Textual Query Sandbox](https://raw.githubusercontent.com/davep/textual-query-sandbox/main/tqs.png)\n\n[//]: # (README.md ends here)\n",
    "bugtrack_url": null,
    "license": "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
    "summary": "A sandbox for practicing Textual queries",
    "version": "0.6.0",
    "project_urls": {
        "Discussions": "https://github.com/davep/textual-query-sandbox/discussions",
        "Documentation": "https://github.com/davep/textual-query-sandbox/blob/main/README.md",
        "Homepage": "https://github.com/davep/textual-query-sandbox",
        "Issues": "https://github.com/davep/textual-query-sandbox/issues",
        "Source": "https://github.com/davep/textual-query-sandbox"
    },
    "split_keywords": [
        "terminal"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "19cd7da9c9f69817581a04e3d2d8e62ca343a7ba6c87fdd7f716027a551f3e7a",
                "md5": "e885acabd94c3fbcd0fe33f7b3912393",
                "sha256": "1f3a572034a2b4ff5cfe889ccfe783220bb1c84441dfc065b8c6830333bad517"
            },
            "downloads": -1,
            "filename": "textual_query_sandbox-0.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e885acabd94c3fbcd0fe33f7b3912393",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5214,
            "upload_time": "2024-04-09T08:08:01",
            "upload_time_iso_8601": "2024-04-09T08:08:01.948114Z",
            "url": "https://files.pythonhosted.org/packages/19/cd/7da9c9f69817581a04e3d2d8e62ca343a7ba6c87fdd7f716027a551f3e7a/textual_query_sandbox-0.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ff67056b90181bbe4a4638ac27b3a1b0ef63a90c3582847bf169829107022b6a",
                "md5": "5fc5a1b6b083e486b3128b96034f64af",
                "sha256": "2544ae62c1e43927c9415543b4746d1ed96c2035d241bce801ddeaa09b411b08"
            },
            "downloads": -1,
            "filename": "textual-query-sandbox-0.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5fc5a1b6b083e486b3128b96034f64af",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4494,
            "upload_time": "2024-04-09T08:08:05",
            "upload_time_iso_8601": "2024-04-09T08:08:05.021468Z",
            "url": "https://files.pythonhosted.org/packages/ff/67/056b90181bbe4a4638ac27b3a1b0ef63a90c3582847bf169829107022b6a/textual-query-sandbox-0.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-09 08:08:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "davep",
    "github_project": "textual-query-sandbox",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "textual-query-sandbox"
}
        
Elapsed time: 0.29544s