dp-menu-streamlit


Namedp-menu-streamlit JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryStreamlit component that allows you to do X
upload_time2024-08-14 01:57:44
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 sequence_editor import sequence_editor

value = sequence_editor()

st.write(value)
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dp-menu-streamlit",
    "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/fd/56/04459c9af4c17749ad2d5f0d80ed55ab29fbf586e60c23d9fec20f9ba04b/dp_menu_streamlit-0.0.1.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 sequence_editor import sequence_editor\n\nvalue = sequence_editor()\n\nst.write(value)\n```\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Streamlit component that allows you to do X",
    "version": "0.0.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28a56e4650f9235a6efa572df3c1095a478f34fbb0396cfee123292b79e29e6f",
                "md5": "3d8e206fc0c67c868cfc8e673eddc6c9",
                "sha256": "2986cf9850966adfe02e2ceb39641b031759dc4460be385164150eb3235ac531"
            },
            "downloads": -1,
            "filename": "dp_menu_streamlit-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3d8e206fc0c67c868cfc8e673eddc6c9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 1490127,
            "upload_time": "2024-08-14T01:57:41",
            "upload_time_iso_8601": "2024-08-14T01:57:41.581057Z",
            "url": "https://files.pythonhosted.org/packages/28/a5/6e4650f9235a6efa572df3c1095a478f34fbb0396cfee123292b79e29e6f/dp_menu_streamlit-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd5604459c9af4c17749ad2d5f0d80ed55ab29fbf586e60c23d9fec20f9ba04b",
                "md5": "ec3d377f32055edafcf05c87470cd055",
                "sha256": "992afd30a2b136fdc28335ef84d75257646424d76e8b36bacd6886c92295230b"
            },
            "downloads": -1,
            "filename": "dp_menu_streamlit-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ec3d377f32055edafcf05c87470cd055",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 738854,
            "upload_time": "2024-08-14T01:57:44",
            "upload_time_iso_8601": "2024-08-14T01:57:44.015787Z",
            "url": "https://files.pythonhosted.org/packages/fd/56/04459c9af4c17749ad2d5f0d80ed55ab29fbf586e60c23d9fec20f9ba04b/dp_menu_streamlit-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-14 01:57:44",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "dp-menu-streamlit"
}
        
Elapsed time: 0.28667s