instaui-shiki


Nameinstaui-shiki JSON
Version 0.1.2 PyPI version JSON
download
home_pageNone
SummaryA Python package for instaui-shiki.
upload_time2025-07-08 18:31:34
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/7d/46/950650a7a527bbbf79f180ab598e841c7c59613cba9b40fc46f8d73b2d63/instaui_shiki-0.1.2.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.2",
    "project_urls": null,
    "split_keywords": [
        "gui",
        " shiki",
        " syntax-highlighting",
        " ui",
        " web"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "72673fbbb2bcab7fe3cbd84d835953c6889880a6a7e088b6f2ef07b93843cb01",
                "md5": "d9e98fc32db070dc72485d3768eafc61",
                "sha256": "24c32c1ad5af5f9eb2ffc28065c209a04708b3febca8854004bc7ed18f82cfed"
            },
            "downloads": -1,
            "filename": "instaui_shiki-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d9e98fc32db070dc72485d3768eafc61",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.8",
            "size": 327414,
            "upload_time": "2025-07-08T18:31:30",
            "upload_time_iso_8601": "2025-07-08T18:31:30.265896Z",
            "url": "https://files.pythonhosted.org/packages/72/67/3fbbb2bcab7fe3cbd84d835953c6889880a6a7e088b6f2ef07b93843cb01/instaui_shiki-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7d46950650a7a527bbbf79f180ab598e841c7c59613cba9b40fc46f8d73b2d63",
                "md5": "17e18a37ee41ac89565be276294fd4f3",
                "sha256": "95fda63b0013f30b4e85b0acfbd8fd8124ae83a32967836615aaea4cd3154bf6"
            },
            "downloads": -1,
            "filename": "instaui_shiki-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "17e18a37ee41ac89565be276294fd4f3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.8",
            "size": 323538,
            "upload_time": "2025-07-08T18:31:34",
            "upload_time_iso_8601": "2025-07-08T18:31:34.212680Z",
            "url": "https://files.pythonhosted.org/packages/7d/46/950650a7a527bbbf79f180ab598e841c7c59613cba9b40fc46f8d73b2d63/instaui_shiki-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-08 18:31:34",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "instaui-shiki"
}
        
Elapsed time: 0.40948s