textual-tty


Nametextual-tty JSON
Version 0.2.1 PyPI version JSON
download
home_pageNone
SummaryA tty for Textual UIs
upload_time2025-07-26 02:02:03
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # textual-tty

A terminal emulator for Textual apps, using `bittty`, my pure Python terminal
emulator.

Currently buggy and a bit slow, but it's still somewhat usable.

## Demo

```bash
uvx textual-tty
```

## Usage

1. `TextualTerminal`, a bittty.Terminal subclass for textual.
2. `TerminalApp`, a terminal emulator in a window.

Read the demo code for more info.

## Links

* [🏠 home](https://bitplane.net/dev/python/textual-tty)
* [🐍 pypi](https://pypi.org/project/textual-tty)
* [🐱 github](https://github.com/bitplane/textual-tty)

## License

WTFPL with one additional clause

1. Don't blame me

Do wtf you want, but don't blame me when it rips a hole in your trousers.



            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "textual-tty",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Gareth Davidson <gaz@bitplane.net>",
    "download_url": "https://files.pythonhosted.org/packages/32/44/12343750b1c752b35fbe36fb9304f95439a20619b575643e7f942be8138a/textual_tty-0.2.1.tar.gz",
    "platform": null,
    "description": "# textual-tty\n\nA terminal emulator for Textual apps, using `bittty`, my pure Python terminal\nemulator.\n\nCurrently buggy and a bit slow, but it's still somewhat usable.\n\n## Demo\n\n```bash\nuvx textual-tty\n```\n\n## Usage\n\n1. `TextualTerminal`, a bittty.Terminal subclass for textual.\n2. `TerminalApp`, a terminal emulator in a window.\n\nRead the demo code for more info.\n\n## Links\n\n* [\ud83c\udfe0 home](https://bitplane.net/dev/python/textual-tty)\n* [\ud83d\udc0d pypi](https://pypi.org/project/textual-tty)\n* [\ud83d\udc31 github](https://github.com/bitplane/textual-tty)\n\n## License\n\nWTFPL with one additional clause\n\n1. Don't blame me\n\nDo wtf you want, but don't blame me when it rips a hole in your trousers.\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A tty for Textual UIs",
    "version": "0.2.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/bitplane/textual-tty/issues",
        "Homepage": "https://bitplane.net/dev/python/textual-tty",
        "Source Code": "https://github.com/bitplane/textual-tty"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d07339fe9f89b87a6b26ce7c225feea0a1dbded2a5c2691f8ed0a6eaa9ae5350",
                "md5": "836d26613585a39779188113d403ad1b",
                "sha256": "36584acdffb12f0535b783db19cdcf60490f602af6982ca3181a8b5ee9384eb8"
            },
            "downloads": -1,
            "filename": "textual_tty-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "836d26613585a39779188113d403ad1b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 16174,
            "upload_time": "2025-07-26T02:02:02",
            "upload_time_iso_8601": "2025-07-26T02:02:02.227352Z",
            "url": "https://files.pythonhosted.org/packages/d0/73/39fe9f89b87a6b26ce7c225feea0a1dbded2a5c2691f8ed0a6eaa9ae5350/textual_tty-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "324412343750b1c752b35fbe36fb9304f95439a20619b575643e7f942be8138a",
                "md5": "032503d4d2d583657e1d7781b87076eb",
                "sha256": "7d12b40f174d3272f48f6ee676baf032c5f190b17b136107152d6b8524a8702d"
            },
            "downloads": -1,
            "filename": "textual_tty-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "032503d4d2d583657e1d7781b87076eb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 12981,
            "upload_time": "2025-07-26T02:02:03",
            "upload_time_iso_8601": "2025-07-26T02:02:03.493975Z",
            "url": "https://files.pythonhosted.org/packages/32/44/12343750b1c752b35fbe36fb9304f95439a20619b575643e7f942be8138a/textual_tty-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-26 02:02:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bitplane",
    "github_project": "textual-tty",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "textual-tty"
}
        
Elapsed time: 1.12663s