streamlit-tab-switch-counter


Namestreamlit-tab-switch-counter JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryStreamlit component that allows you to do X
upload_time2024-05-26 10:27:47
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-tab-switch-counter
```

## Usage instructions

```python
import streamlit as st
from tab_switch_counter import tab_switch_counter

counter= tab_switch_counter(key="tab_switch_counter", lang=lang)

st.write(counter)
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "streamlit-tab-switch-counter",
    "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/40/71/8cf05a6917e6a50a49961a5e850a83357e614a585c03a03575f5c5cf7690/streamlit_tab_switch_counter-0.1.0.tar.gz",
    "platform": null,
    "description": "# streamlit-custom-component\r\n\r\nStreamlit component that allows you to do X\r\n\r\n## Installation instructions\r\n\r\n```sh\r\npip install streamlit-tab-switch-counter\r\n```\r\n\r\n## Usage instructions\r\n\r\n```python\r\nimport streamlit as st\r\nfrom tab_switch_counter import tab_switch_counter\r\n\r\ncounter= tab_switch_counter(key=\"tab_switch_counter\", lang=lang)\r\n\r\nst.write(counter)\r\n```\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Streamlit component that allows you to do X",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5efe6ebf36f05d4107b32023f1da2b037c03681f1af056282a076848f385700b",
                "md5": "14be5d6e6877b48360b443fc231f51f2",
                "sha256": "2b23ebccd46d91c4229f30be6d7010a1deb1ac98e6022056a7969e824f608552"
            },
            "downloads": -1,
            "filename": "streamlit_tab_switch_counter-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "14be5d6e6877b48360b443fc231f51f2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 405924,
            "upload_time": "2024-05-26T10:27:41",
            "upload_time_iso_8601": "2024-05-26T10:27:41.688355Z",
            "url": "https://files.pythonhosted.org/packages/5e/fe/6ebf36f05d4107b32023f1da2b037c03681f1af056282a076848f385700b/streamlit_tab_switch_counter-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "40718cf05a6917e6a50a49961a5e850a83357e614a585c03a03575f5c5cf7690",
                "md5": "4887fed70262553c108d92cf1eb7362c",
                "sha256": "e0396ebca486f1fdac9ef999cbef52b47ccd449cd459a003ea857748043b05ba"
            },
            "downloads": -1,
            "filename": "streamlit_tab_switch_counter-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4887fed70262553c108d92cf1eb7362c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 401705,
            "upload_time": "2024-05-26T10:27:47",
            "upload_time_iso_8601": "2024-05-26T10:27:47.308495Z",
            "url": "https://files.pythonhosted.org/packages/40/71/8cf05a6917e6a50a49961a5e850a83357e614a585c03a03575f5c5cf7690/streamlit_tab_switch_counter-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-26 10:27:47",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "streamlit-tab-switch-counter"
}
        
Elapsed time: 0.87917s