instaui_shiki


Nameinstaui_shiki JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryA Python package for instaui-shiki.
upload_time2025-07-08 17:37:45
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/ff/e1/cb0b7adea6c0929669717d2d5f56c960a1c96d9dfc107274df60f8f8627a/instaui_shiki-0.1.1.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.1",
    "project_urls": null,
    "split_keywords": [
        "gui",
        " shiki",
        " syntax-highlighting",
        " ui",
        " web"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d6b795e78278ccbef120fdfdfd21fb58012cb484dd4d684419b7195497b7d41c",
                "md5": "266a79d4786bdb312bee9adc9b70f3db",
                "sha256": "26dc27496a4782dfdd7e1f7bb717ccccf8e3991944ac6a2933f98fb457f1fd96"
            },
            "downloads": -1,
            "filename": "instaui_shiki-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "266a79d4786bdb312bee9adc9b70f3db",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.8",
            "size": 327417,
            "upload_time": "2025-07-08T17:37:43",
            "upload_time_iso_8601": "2025-07-08T17:37:43.833331Z",
            "url": "https://files.pythonhosted.org/packages/d6/b7/95e78278ccbef120fdfdfd21fb58012cb484dd4d684419b7195497b7d41c/instaui_shiki-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ffe1cb0b7adea6c0929669717d2d5f56c960a1c96d9dfc107274df60f8f8627a",
                "md5": "3d7240f782615314db919bbae38fc4f2",
                "sha256": "0a4083e02117a49da61d64641f735848ef27a528f3f4814c84aa0702701943ff"
            },
            "downloads": -1,
            "filename": "instaui_shiki-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3d7240f782615314db919bbae38fc4f2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.8",
            "size": 323542,
            "upload_time": "2025-07-08T17:37:45",
            "upload_time_iso_8601": "2025-07-08T17:37:45.279163Z",
            "url": "https://files.pythonhosted.org/packages/ff/e1/cb0b7adea6c0929669717d2d5f56c960a1c96d9dfc107274df60f8f8627a/instaui_shiki-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-08 17:37:45",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "instaui_shiki"
}
        
Elapsed time: 0.55954s