andeplane-streamlit-custom-component


Nameandeplane-streamlit-custom-component JSON
Version 0.0.3 PyPI version JSON
download
home_pageNone
SummaryStreamlit component that allows you to do X
upload_time2024-04-18 12:21:01
maintainerNone
docs_urlNone
authorJohn Smith
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # streamlit-custom-component

Streamlit component that allows you to do X

## Installation instructions

```sh
pip install streamlit-custom-component
```

## Usage instructions

```python
import streamlit as st

from my_component import my_component

value = my_component()

st.write(value)
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "andeplane-streamlit-custom-component",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "John Smith",
    "author_email": "john@example.com",
    "download_url": "https://files.pythonhosted.org/packages/8b/52/4a21327105433acbefb02d5d76a7d91f2f6f72657c032a24273bbe040382/andeplane_streamlit_custom_component-0.0.3.tar.gz",
    "platform": null,
    "description": "# streamlit-custom-component\n\nStreamlit component that allows you to do X\n\n## Installation instructions\n\n```sh\npip install streamlit-custom-component\n```\n\n## Usage instructions\n\n```python\nimport streamlit as st\n\nfrom my_component import my_component\n\nvalue = my_component()\n\nst.write(value)\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Streamlit component that allows you to do X",
    "version": "0.0.3",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "59c216936809a57bfba5c17e1d9f575af9a81eb406fc4b3eae395eccb7f4e725",
                "md5": "d100efe5bfbd500574b7ae64769488bb",
                "sha256": "c7b81b1065763e8884919ffbf72feec3fe236ad1629ddec289cc79cc6510937b"
            },
            "downloads": -1,
            "filename": "andeplane_streamlit_custom_component-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d100efe5bfbd500574b7ae64769488bb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 275722,
            "upload_time": "2024-04-18T12:20:58",
            "upload_time_iso_8601": "2024-04-18T12:20:58.650209Z",
            "url": "https://files.pythonhosted.org/packages/59/c2/16936809a57bfba5c17e1d9f575af9a81eb406fc4b3eae395eccb7f4e725/andeplane_streamlit_custom_component-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b524a21327105433acbefb02d5d76a7d91f2f6f72657c032a24273bbe040382",
                "md5": "0fda3ddf0faecf7cacd6206599617da1",
                "sha256": "9d67b520add6e482a4986ac071ef307ac6df1b1668e2f9f4506145567cc455a1"
            },
            "downloads": -1,
            "filename": "andeplane_streamlit_custom_component-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "0fda3ddf0faecf7cacd6206599617da1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 273361,
            "upload_time": "2024-04-18T12:21:01",
            "upload_time_iso_8601": "2024-04-18T12:21:01.880145Z",
            "url": "https://files.pythonhosted.org/packages/8b/52/4a21327105433acbefb02d5d76a7d91f2f6f72657c032a24273bbe040382/andeplane_streamlit_custom_component-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-18 12:21:01",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "andeplane-streamlit-custom-component"
}
        
Elapsed time: 0.20134s