st-pagination-buttons


Namest-pagination-buttons JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/mysiar-org/st-pagination-buttons
SummaryStreamlit pagination buttons component
upload_time2024-10-31 08:32:20
maintainerNone
docs_urlNone
authorPiotr Synowiec
requires_python>=3.7
licenseMIT
keywords streamlit streamlit-component
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Streamlit pagination-buttons component

---

Streamlit pagination buttons component


## Installation instructions

```sh
pip install st-pagination-buttons
```

## Usage instructions

```python
import streamlit as st

from st_pagination_buttons import st_pagination_buttons

clicked_button = st_pagination_buttons()

st.write(f"Clicked: {clicked_button}")
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mysiar-org/st-pagination-buttons",
    "name": "st-pagination-buttons",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "streamlit, streamlit-component",
    "author": "Piotr Synowiec",
    "author_email": "psynowiec@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f5/19/28947473d66690660574467a0b4029f1cf8a88d518dd84bf9940967c77d7/st-pagination-buttons-0.2.0.tar.gz",
    "platform": null,
    "description": "# Streamlit pagination-buttons component\n\n---\n\nStreamlit pagination buttons component\n\n\n## Installation instructions\n\n```sh\npip install st-pagination-buttons\n```\n\n## Usage instructions\n\n```python\nimport streamlit as st\n\nfrom st_pagination_buttons import st_pagination_buttons\n\nclicked_button = st_pagination_buttons()\n\nst.write(f\"Clicked: {clicked_button}\")\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Streamlit pagination buttons component",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/mysiar-org/st-pagination-buttons"
    },
    "split_keywords": [
        "streamlit",
        " streamlit-component"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e3a210665090cda53a2bbb85942f0e509a3734b724b00ef80306447db5df12ad",
                "md5": "6735d1b89eca8ae34b18a3b437274a08",
                "sha256": "cd19a29f26a7e2a21722617dbcd32694c6bdcc80fd0ae39f2c0ea6560c4cdc64"
            },
            "downloads": -1,
            "filename": "st_pagination_buttons-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6735d1b89eca8ae34b18a3b437274a08",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 275320,
            "upload_time": "2024-10-31T08:32:18",
            "upload_time_iso_8601": "2024-10-31T08:32:18.852375Z",
            "url": "https://files.pythonhosted.org/packages/e3/a2/10665090cda53a2bbb85942f0e509a3734b724b00ef80306447db5df12ad/st_pagination_buttons-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f51928947473d66690660574467a0b4029f1cf8a88d518dd84bf9940967c77d7",
                "md5": "51174b62f3f940199f6a547f4c89eda0",
                "sha256": "c3ae3730d2cbb6621942c72088cd30486961761f1b30430101dac9cab0f7ec5f"
            },
            "downloads": -1,
            "filename": "st-pagination-buttons-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "51174b62f3f940199f6a547f4c89eda0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 273307,
            "upload_time": "2024-10-31T08:32:20",
            "upload_time_iso_8601": "2024-10-31T08:32:20.886679Z",
            "url": "https://files.pythonhosted.org/packages/f5/19/28947473d66690660574467a0b4029f1cf8a88d518dd84bf9940967c77d7/st-pagination-buttons-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-31 08:32:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mysiar-org",
    "github_project": "st-pagination-buttons",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "st-pagination-buttons"
}
        
Elapsed time: 2.00948s