pyfuss


Namepyfuss JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryFast Uniform Style String in Python
upload_time2023-12-18 16:29:22
maintainer
docs_urlNone
authorCure-X
requires_python
licenseGPL3
keywords fuss pyfuss
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            FUSS (Fast Uniform Style String) is a crossable and readable style string format.
Use <style>text</style> to declear style.
Use <item> to declear instanse.

You can parse it to any type, like:

(Minecraft) <blue><bold>A Minecraft Server</all>
(IM) <italic>hello</italic><emoji.happy>
(Terminal) <backspace><mark>foo-bar</mark><CRLF>

To escape, please use backslash(\).
e.g. Shell Prompt\\>
\<escape>; \\backslash

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pyfuss",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "fuss,pyfuss",
    "author": "Cure-X",
    "author_email": "admin@cure-x.net",
    "download_url": "https://files.pythonhosted.org/packages/7d/61/5554bfb65e62a322ea408542d1ce4578499dfc6a223417bad2fd9d02c36b/pyfuss-0.0.2.tar.gz",
    "platform": null,
    "description": "FUSS (Fast Uniform Style String) is a crossable and readable style string format.\nUse <style>text</style> to declear style.\nUse <item> to declear instanse.\n\nYou can parse it to any type, like:\n\n(Minecraft) <blue><bold>A Minecraft Server</all>\n(IM) <italic>hello</italic><emoji.happy>\n(Terminal) <backspace><mark>foo-bar</mark><CRLF>\n\nTo escape, please use backslash(\\).\ne.g. Shell Prompt\\\\>\n\\<escape>; \\\\backslash\n",
    "bugtrack_url": null,
    "license": "GPL3",
    "summary": "Fast Uniform Style String in Python",
    "version": "0.0.2",
    "project_urls": null,
    "split_keywords": [
        "fuss",
        "pyfuss"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1a6e65c86e7e641a41d5f1da8decb6d4e056df4ff60deaef7f4d621a59d7c8e3",
                "md5": "3a1ee3678ad0cffb13e3d70db84b0ccc",
                "sha256": "1e18a0a7e5965634662a5eaee93ffe5a9a60002ce4d44fae99c822e147202998"
            },
            "downloads": -1,
            "filename": "pyfuss-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3a1ee3678ad0cffb13e3d70db84b0ccc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 14760,
            "upload_time": "2023-12-18T16:29:19",
            "upload_time_iso_8601": "2023-12-18T16:29:19.918788Z",
            "url": "https://files.pythonhosted.org/packages/1a/6e/65c86e7e641a41d5f1da8decb6d4e056df4ff60deaef7f4d621a59d7c8e3/pyfuss-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7d615554bfb65e62a322ea408542d1ce4578499dfc6a223417bad2fd9d02c36b",
                "md5": "ff5cb09641cced253b0ff420e64ae6d7",
                "sha256": "667c4df637e7f7a3a53cafab98aff85d6b74addd674737bdf4e19cadca74a72b"
            },
            "downloads": -1,
            "filename": "pyfuss-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "ff5cb09641cced253b0ff420e64ae6d7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 14303,
            "upload_time": "2023-12-18T16:29:22",
            "upload_time_iso_8601": "2023-12-18T16:29:22.383800Z",
            "url": "https://files.pythonhosted.org/packages/7d/61/5554bfb65e62a322ea408542d1ce4578499dfc6a223417bad2fd9d02c36b/pyfuss-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-18 16:29:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyfuss"
}
        
Elapsed time: 0.31969s