dp-table


Namedp-table JSON
Version 0.0.4 PyPI version JSON
download
home_pageNone
SummaryStreamlit component that allows you to do X
upload_time2024-07-31 08:14: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-table",
    "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/17/dd/0217f7268672ab75613b06c5137b19be2ce1f680d0fac00f528d5b966aae/dp_table-0.0.4.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.4",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "110191fa64be5394d408c5fde0775cd40d02bfd72f92b762736ff643471c8fe3",
                "md5": "8539ba6c5120522898db4a51a797b5d6",
                "sha256": "49214a0afe1957d8141eddf0f8f650b25e48a31e80a193d88204368a1e022624"
            },
            "downloads": -1,
            "filename": "dp_table-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8539ba6c5120522898db4a51a797b5d6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 3968134,
            "upload_time": "2024-07-31T08:13:58",
            "upload_time_iso_8601": "2024-07-31T08:13:58.097542Z",
            "url": "https://files.pythonhosted.org/packages/11/01/91fa64be5394d408c5fde0775cd40d02bfd72f92b762736ff643471c8fe3/dp_table-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "17dd0217f7268672ab75613b06c5137b19be2ce1f680d0fac00f528d5b966aae",
                "md5": "e9d0f8ad98f0504d0ebf186eb4f9b9bc",
                "sha256": "ecb213e914802cb9355d0bb3d79e343fd8ad0e8c6463b35d4093c711ba4b4ede"
            },
            "downloads": -1,
            "filename": "dp_table-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "e9d0f8ad98f0504d0ebf186eb4f9b9bc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 1331195,
            "upload_time": "2024-07-31T08:14:00",
            "upload_time_iso_8601": "2024-07-31T08:14:00.817186Z",
            "url": "https://files.pythonhosted.org/packages/17/dd/0217f7268672ab75613b06c5137b19be2ce1f680d0fac00f528d5b966aae/dp_table-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-31 08:14:00",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "dp-table"
}
        
Elapsed time: 0.27606s