instaui-shiki


Nameinstaui-shiki JSON
Version 0.3.0 PyPI version JSON
download
home_pageNone
SummaryA Python package for instaui-shiki.
upload_time2025-09-17 11:09:58
maintainerNone
docs_urlNone
authorNone
requires_python<3.14,>=3.9
licenseNone
keywords gui shiki syntax-highlighting ui web
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # instaui-shiki

<div align="center">

English| [įŽ€äŊ“中文](./README.md)

</div>

## 📖 Introduction
instaui-shiki is a Python library for syntax highlighting code snippets in the browser using [Shiki](https://github.com/shikijs/shiki).


## âš™ī¸ Installation

```bash
pip install instaui-shiki
```

## đŸ–Ĩī¸ Usage
```python
from instaui import ui

@ui.page("/")
def test_page():
    ui.code("print('foo')")


ui.server().run()
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "instaui-shiki",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.14,>=3.9",
    "maintainer_email": null,
    "keywords": "gui, shiki, syntax-highlighting, ui, web",
    "author": null,
    "author_email": "CrystalWindSnake <568166495@qq.com>",
    "download_url": "https://files.pythonhosted.org/packages/88/59/1722cb2f2fc4b65e4b648fe1f70c8d7a3ee23c65a26721e350ef41d997cc/instaui_shiki-0.3.0.tar.gz",
    "platform": null,
    "description": "# instaui-shiki\n\n<div align=\"center\">\n\nEnglish| [\u7b80\u4f53\u4e2d\u6587](./README.md)\n\n</div>\n\n## \ud83d\udcd6 Introduction\ninstaui-shiki is a Python library for syntax highlighting code snippets in the browser using [Shiki](https://github.com/shikijs/shiki).\n\n\n## \u2699\ufe0f Installation\n\n```bash\npip install instaui-shiki\n```\n\n## \ud83d\udda5\ufe0f Usage\n```python\nfrom instaui import ui\n\n@ui.page(\"/\")\ndef test_page():\n    ui.code(\"print('foo')\")\n\n\nui.server().run()\n```\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python package for instaui-shiki.",
    "version": "0.3.0",
    "project_urls": null,
    "split_keywords": [
        "gui",
        " shiki",
        " syntax-highlighting",
        " ui",
        " web"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "51734286e7641c5db004ff1affd89d6a84baab1ddfe62ccf1b498b8c717fa157",
                "md5": "831d10e858e1d813407af37af7546580",
                "sha256": "352e5c0a8ad392ff2fcadc6e7c4c5c3a10748710caeaee3413b897f9891a100d"
            },
            "downloads": -1,
            "filename": "instaui_shiki-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "831d10e858e1d813407af37af7546580",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.14,>=3.9",
            "size": 327562,
            "upload_time": "2025-09-17T11:09:56",
            "upload_time_iso_8601": "2025-09-17T11:09:56.917258Z",
            "url": "https://files.pythonhosted.org/packages/51/73/4286e7641c5db004ff1affd89d6a84baab1ddfe62ccf1b498b8c717fa157/instaui_shiki-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "88591722cb2f2fc4b65e4b648fe1f70c8d7a3ee23c65a26721e350ef41d997cc",
                "md5": "83f75eb499158c2df8c61df413a6f138",
                "sha256": "8c8db51c35d576326be095eb62c37a8643564cfa7337072a0241f33f1db7966e"
            },
            "downloads": -1,
            "filename": "instaui_shiki-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "83f75eb499158c2df8c61df413a6f138",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.14,>=3.9",
            "size": 323682,
            "upload_time": "2025-09-17T11:09:58",
            "upload_time_iso_8601": "2025-09-17T11:09:58.405741Z",
            "url": "https://files.pythonhosted.org/packages/88/59/1722cb2f2fc4b65e4b648fe1f70c8d7a3ee23c65a26721e350ef41d997cc/instaui_shiki-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-17 11:09:58",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "instaui-shiki"
}
        
Elapsed time: 0.83868s