streamlit-ace-clone


Namestreamlit-ace-clone JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://share.streamlit.io/okld/streamlit-gallery/main?p=ace-editor
SummaryAce editor component for Streamlit.
upload_time2024-07-16 09:47:18
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 import st_ace

# Spawn a new Ace editor
content = st_ace()

# Display editor's content as you type
content
```

## 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-clone",
    "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/13/53/71dd50e912435d131d46ad5ef1aa790161d88c2a2bb71aad965ad4facae4/streamlit_ace_clone-0.1.1.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 import st_ace\n\n# Spawn a new Ace editor\ncontent = st_ace()\n\n# Display editor's content as you type\ncontent\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\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Ace editor component for Streamlit.",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://share.streamlit.io/okld/streamlit-gallery/main?p=ace-editor"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72b16d58f5c9fbf360d33d8676ec2c77bbb1895e59c60ea0e89030226cdbc7fe",
                "md5": "fd928cc0b9e492031cfb454a484c8233",
                "sha256": "e58997fb937563e1fffbfcbfd0f918de97ea992343a8e2800f04f564dacda73b"
            },
            "downloads": -1,
            "filename": "streamlit_ace_clone-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fd928cc0b9e492031cfb454a484c8233",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2605740,
            "upload_time": "2024-07-16T09:47:03",
            "upload_time_iso_8601": "2024-07-16T09:47:03.898220Z",
            "url": "https://files.pythonhosted.org/packages/72/b1/6d58f5c9fbf360d33d8676ec2c77bbb1895e59c60ea0e89030226cdbc7fe/streamlit_ace_clone-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "135371dd50e912435d131d46ad5ef1aa790161d88c2a2bb71aad965ad4facae4",
                "md5": "0aeedb0fd0aae0b76afed29cc753601b",
                "sha256": "80970be73410732c66bcadc8556679b90a1b7baee1c262c803be3744f2b1c097"
            },
            "downloads": -1,
            "filename": "streamlit_ace_clone-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0aeedb0fd0aae0b76afed29cc753601b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2390863,
            "upload_time": "2024-07-16T09:47:18",
            "upload_time_iso_8601": "2024-07-16T09:47:18.186497Z",
            "url": "https://files.pythonhosted.org/packages/13/53/71dd50e912435d131d46ad5ef1aa790161d88c2a2bb71aad965ad4facae4/streamlit_ace_clone-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-16 09:47:18",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "streamlit-ace-clone"
}
        
Elapsed time: 0.26255s