instaui-shiki


Nameinstaui-shiki JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryA Python package for instaui-shiki.
upload_time2025-07-17 09:20:57
maintainerNone
docs_urlNone
authorNone
requires_python<3.14,>=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.14,>=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/b8/f6/dfa55122dd38a85225b0b3c153767f3afce63017e25f80361b8d879686f2/instaui_shiki-0.2.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.2.0",
    "project_urls": null,
    "split_keywords": [
        "gui",
        " shiki",
        " syntax-highlighting",
        " ui",
        " web"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0818e1d32cb08cc536518014af88e9b450650ddf68cf7be1308186075296fd25",
                "md5": "c3e4e7263036f57af80ce3bf53a90f9c",
                "sha256": "02b1dfd507c524ae0c70b88f49e5a9808143b8958b067078c328b82db6d825be"
            },
            "downloads": -1,
            "filename": "instaui_shiki-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c3e4e7263036f57af80ce3bf53a90f9c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.14,>=3.8",
            "size": 327413,
            "upload_time": "2025-07-17T09:20:51",
            "upload_time_iso_8601": "2025-07-17T09:20:51.966237Z",
            "url": "https://files.pythonhosted.org/packages/08/18/e1d32cb08cc536518014af88e9b450650ddf68cf7be1308186075296fd25/instaui_shiki-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b8f6dfa55122dd38a85225b0b3c153767f3afce63017e25f80361b8d879686f2",
                "md5": "68894ecdf89fb2941165b297e653314c",
                "sha256": "a4b4574f69ce44ce3eb151f405a0aadee258c5262d4b7c3aba4b547e4cc4950f"
            },
            "downloads": -1,
            "filename": "instaui_shiki-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "68894ecdf89fb2941165b297e653314c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.14,>=3.8",
            "size": 323577,
            "upload_time": "2025-07-17T09:20:57",
            "upload_time_iso_8601": "2025-07-17T09:20:57.140203Z",
            "url": "https://files.pythonhosted.org/packages/b8/f6/dfa55122dd38a85225b0b3c153767f3afce63017e25f80361b8d879686f2/instaui_shiki-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-17 09:20:57",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "instaui-shiki"
}
        
Elapsed time: 0.49174s