dp-sequence-editor


Namedp-sequence-editor JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryStreamlit component that allows you to do X
upload_time2024-07-05 01:59:00
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-sequence-editor",
    "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/00/85/686f49df3bd154cddcc6d355b70513dba8979a1b7c89c5efbbce849656cc/dp_sequence_editor-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": "9216fcb7b29629faf944e40501fe063951df79cb45aa81fcc2c86b20a8f2e83f",
                "md5": "14689ed67786bbd4935652637dcf95c0",
                "sha256": "3fbcb77ed5a17898f4c36149da06c7cdd6942dcb52f5bc62e28c0e0dc70f2899"
            },
            "downloads": -1,
            "filename": "dp_sequence_editor-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "14689ed67786bbd4935652637dcf95c0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 1828767,
            "upload_time": "2024-07-05T01:58:58",
            "upload_time_iso_8601": "2024-07-05T01:58:58.121447Z",
            "url": "https://files.pythonhosted.org/packages/92/16/fcb7b29629faf944e40501fe063951df79cb45aa81fcc2c86b20a8f2e83f/dp_sequence_editor-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0085686f49df3bd154cddcc6d355b70513dba8979a1b7c89c5efbbce849656cc",
                "md5": "46e6d9c6e4688c039cf36c0569837411",
                "sha256": "c25839f61f377fa75d558a13eacec4f6147630f58eb230af5533f75253014b3e"
            },
            "downloads": -1,
            "filename": "dp_sequence_editor-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "46e6d9c6e4688c039cf36c0569837411",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 1811089,
            "upload_time": "2024-07-05T01:59:00",
            "upload_time_iso_8601": "2024-07-05T01:59:00.931757Z",
            "url": "https://files.pythonhosted.org/packages/00/85/686f49df3bd154cddcc6d355b70513dba8979a1b7c89c5efbbce849656cc/dp_sequence_editor-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-05 01:59:00",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "dp-sequence-editor"
}
        
Elapsed time: 0.24933s