bubble-text


Namebubble-text JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/tom-draper/bubble-text
SummaryStyling for colorful bubble text in the command line.
upload_time2023-10-07 16:53:37
maintainer
docs_urlNone
authorTom Draper
requires_python>=3.6
license
keywords cli text styling
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Bubble Text

Turn text into bubble text.

```py
from bubble_text import get_bubble_text, print_bubble_text

btext = get_bubble_text("hello world")
print(btext)

# or...
print_bubble_text("hello world")
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tom-draper/bubble-text",
    "name": "bubble-text",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "cli,text,styling",
    "author": "Tom Draper",
    "author_email": "Tom Draper <tomjdraper1@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/ed/54/fededbed548625d0ad9b46b195466bb3dde1a99a75f4677344051c11572a/bubble-text-1.0.1.tar.gz",
    "platform": null,
    "description": "# Bubble Text\r\n\r\nTurn text into bubble text.\r\n\r\n```py\r\nfrom bubble_text import get_bubble_text, print_bubble_text\r\n\r\nbtext = get_bubble_text(\"hello world\")\r\nprint(btext)\r\n\r\n# or...\r\nprint_bubble_text(\"hello world\")\r\n```\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Styling for colorful bubble text in the command line.",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/tom-draper/bubble-text",
        "repository": "https://github.com/tom-draper/bubble-text"
    },
    "split_keywords": [
        "cli",
        "text",
        "styling"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d85b2f023994bbe7c32a6711f41e53564f05613f2322aaff3d3b07b13462c31d",
                "md5": "f9fe4ba3659a208d7aac097e6eba2d4f",
                "sha256": "51b91ecbfb3ec56b70442bb34367cf59b4363e3d29a38de65cf81f867416458a"
            },
            "downloads": -1,
            "filename": "bubble_text-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f9fe4ba3659a208d7aac097e6eba2d4f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3889,
            "upload_time": "2023-10-07T16:53:36",
            "upload_time_iso_8601": "2023-10-07T16:53:36.013633Z",
            "url": "https://files.pythonhosted.org/packages/d8/5b/2f023994bbe7c32a6711f41e53564f05613f2322aaff3d3b07b13462c31d/bubble_text-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ed54fededbed548625d0ad9b46b195466bb3dde1a99a75f4677344051c11572a",
                "md5": "c68110be3016124c0bf97f6d6b897a2a",
                "sha256": "5ad8bbd249c261b106bd722d818aad4038fe900c7a37ad259712ddbd1ac37a2e"
            },
            "downloads": -1,
            "filename": "bubble-text-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c68110be3016124c0bf97f6d6b897a2a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3940,
            "upload_time": "2023-10-07T16:53:37",
            "upload_time_iso_8601": "2023-10-07T16:53:37.524977Z",
            "url": "https://files.pythonhosted.org/packages/ed/54/fededbed548625d0ad9b46b195466bb3dde1a99a75f4677344051c11572a/bubble-text-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-07 16:53:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tom-draper",
    "github_project": "bubble-text",
    "github_not_found": true,
    "lcname": "bubble-text"
}
        
Elapsed time: 0.12391s