instaui-shiki


Nameinstaui-shiki JSON
Version 0.1.3 PyPI version JSON
download
home_pageNone
SummaryA Python package for instaui-shiki.
upload_time2025-07-12 11:25:27
maintainerNone
docs_urlNone
authorNone
requires_python<3.13,>=3.8
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.13,>=3.8",
    "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/01/7c/43645cac179d0b51f4ecd7e7a4e3d5381397786b4d58af7851ffdefa0a7b/instaui_shiki-0.1.3.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.1.3",
    "project_urls": null,
    "split_keywords": [
        "gui",
        " shiki",
        " syntax-highlighting",
        " ui",
        " web"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "79279ab8a0dc74a7df8aa3c43d1fc6d975d3cbe07477a002a651e4600c7affb6",
                "md5": "83ee815e01d9ea93516a457281a69657",
                "sha256": "99bdd2ced3f10703a3c81f1ad6d052b457ed8a7d728848983b196ce76f62f6b5"
            },
            "downloads": -1,
            "filename": "instaui_shiki-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "83ee815e01d9ea93516a457281a69657",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.8",
            "size": 327417,
            "upload_time": "2025-07-12T11:25:25",
            "upload_time_iso_8601": "2025-07-12T11:25:25.141727Z",
            "url": "https://files.pythonhosted.org/packages/79/27/9ab8a0dc74a7df8aa3c43d1fc6d975d3cbe07477a002a651e4600c7affb6/instaui_shiki-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "017c43645cac179d0b51f4ecd7e7a4e3d5381397786b4d58af7851ffdefa0a7b",
                "md5": "3f3a313d3fbd1d5234ae164c41ada16c",
                "sha256": "737e13efccecb937945f91a00fe8a1a242ae142d989bbed17602e838ca4d0e85"
            },
            "downloads": -1,
            "filename": "instaui_shiki-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "3f3a313d3fbd1d5234ae164c41ada16c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.8",
            "size": 323579,
            "upload_time": "2025-07-12T11:25:27",
            "upload_time_iso_8601": "2025-07-12T11:25:27.072671Z",
            "url": "https://files.pythonhosted.org/packages/01/7c/43645cac179d0b51f4ecd7e7a4e3d5381397786b4d58af7851ffdefa0a7b/instaui_shiki-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-12 11:25:27",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "instaui-shiki"
}
        
Elapsed time: 0.44671s