streamlit-ace-cursor


Namestreamlit-ace-cursor JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://share.streamlit.io/okld/streamlit-gallery/main?p=ace-editor
SummaryAce editor component for Streamlit.
upload_time2025-01-26 09:55:58
maintainerNone
docs_urlNone
authorokld
requires_python>=3.6
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 📝 Streamlit Ace

[![GitHub][github_badge]][github_link] [![PyPI][pypi_badge]][pypi_link] 

## Installation

```sh
pip install streamlit-ace
```

## Getting started

```python
import streamlit as st 

from streamlit_ace_cursor import st_ace

st.write("Hello World")
code = st_ace(auto_update=False)

code 

code2 = st_ace(auto_update=True)

code2
```

## Demo

[![Open in Streamlit][share_badge]][share_link] 

[![Preview][share_img]][share_link]

[share_badge]: https://static.streamlit.io/badges/streamlit_badge_black_white.svg
[share_link]: https://share.streamlit.io/okld/streamlit-gallery/main?p=ace-editor
[share_img]: https://raw.githubusercontent.com/okld/streamlit-ace/main/preview.png

[github_badge]: https://badgen.net/badge/icon/GitHub?icon=github&color=black&label
[github_link]: https://github.com/okld/streamlit-ace

[pypi_badge]: https://badgen.net/pypi/v/streamlit-ace?icon=pypi&color=black&label
[pypi_link]: https://pypi.org/project/streamlit-ace

            

Raw data

            {
    "_id": null,
    "home_page": "https://share.streamlit.io/okld/streamlit-gallery/main?p=ace-editor",
    "name": "streamlit-ace-cursor",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "okld",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/e4/53/1fbbdae67ee51d7378b3f2ebbb485830efbfedb97ad171b0eb1aec0cfebb/streamlit_ace_cursor-0.1.2.tar.gz",
    "platform": null,
    "description": "# \ud83d\udcdd Streamlit Ace\n\n[![GitHub][github_badge]][github_link] [![PyPI][pypi_badge]][pypi_link] \n\n## Installation\n\n```sh\npip install streamlit-ace\n```\n\n## Getting started\n\n```python\nimport streamlit as st \n\nfrom streamlit_ace_cursor import st_ace\n\nst.write(\"Hello World\")\ncode = st_ace(auto_update=False)\n\ncode \n\ncode2 = st_ace(auto_update=True)\n\ncode2\n```\n\n## Demo\n\n[![Open in Streamlit][share_badge]][share_link] \n\n[![Preview][share_img]][share_link]\n\n[share_badge]: https://static.streamlit.io/badges/streamlit_badge_black_white.svg\n[share_link]: https://share.streamlit.io/okld/streamlit-gallery/main?p=ace-editor\n[share_img]: https://raw.githubusercontent.com/okld/streamlit-ace/main/preview.png\n\n[github_badge]: https://badgen.net/badge/icon/GitHub?icon=github&color=black&label\n[github_link]: https://github.com/okld/streamlit-ace\n\n[pypi_badge]: https://badgen.net/pypi/v/streamlit-ace?icon=pypi&color=black&label\n[pypi_link]: https://pypi.org/project/streamlit-ace\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Ace editor component for Streamlit.",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://share.streamlit.io/okld/streamlit-gallery/main?p=ace-editor"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bcb04e61c00226bf389665b7047d2563e21b5409457975f050a37c63963b7b8b",
                "md5": "b984891ec80429bbf4c663bcf344932b",
                "sha256": "eb7314066708f86e6fa74f040e0c1589df2987af487ef38a1001c783f58dfc4f"
            },
            "downloads": -1,
            "filename": "streamlit_ace_cursor-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b984891ec80429bbf4c663bcf344932b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2599128,
            "upload_time": "2025-01-26T09:55:55",
            "upload_time_iso_8601": "2025-01-26T09:55:55.414953Z",
            "url": "https://files.pythonhosted.org/packages/bc/b0/4e61c00226bf389665b7047d2563e21b5409457975f050a37c63963b7b8b/streamlit_ace_cursor-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e4531fbbdae67ee51d7378b3f2ebbb485830efbfedb97ad171b0eb1aec0cfebb",
                "md5": "035bdd840ee87650c54aff4502c17079",
                "sha256": "bde122c76d901bcdd1b88910179874de9573d163db48316058d8f72864c3ed88"
            },
            "downloads": -1,
            "filename": "streamlit_ace_cursor-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "035bdd840ee87650c54aff4502c17079",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2368850,
            "upload_time": "2025-01-26T09:55:58",
            "upload_time_iso_8601": "2025-01-26T09:55:58.865546Z",
            "url": "https://files.pythonhosted.org/packages/e4/53/1fbbdae67ee51d7378b3f2ebbb485830efbfedb97ad171b0eb1aec0cfebb/streamlit_ace_cursor-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-26 09:55:58",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "streamlit-ace-cursor"
}
        
Elapsed time: 1.30460s