cookie-component


Namecookie-component JSON
Version 0.1.4 PyPI version JSON
download
home_page
SummaryStreamlit component that allows you to do work with cookies
upload_time2023-09-06 01:32:26
maintainer
docs_urlNone
authorCem Bakar
requires_python>=3.9
license
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 cookie-component
```

## Usage instructions

```python
import streamlit as st

from cookie_component import cookie_handler

cookies = cookie_handler()

st.write(value)
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "cookie-component",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "",
    "author": "Cem Bakar",
    "author_email": "cembakar@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/56/dd/a51c86de8c8c2e5af61ddfe35de6023dd5348ca3dbad72dca0d8f7ca9cc8/cookie-component-0.1.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 cookie-component\n```\n\n## Usage instructions\n\n```python\nimport streamlit as st\n\nfrom cookie_component import cookie_handler\n\ncookies = cookie_handler()\n\nst.write(value)\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Streamlit component that allows you to do work with cookies",
    "version": "0.1.4",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dbfaf05eb130b8a7ad59f63e604e28dd4fba0412230cbd86e0ca3a3bf4b16f2e",
                "md5": "2ee4b88f3cf7dacb267ac88d1e2140e7",
                "sha256": "7a7fa7ebf2d80c1352612aa5cc96198a9a890d0cc8b6ed1b71f14be9ad56a423"
            },
            "downloads": -1,
            "filename": "cookie_component-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2ee4b88f3cf7dacb267ac88d1e2140e7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 423399,
            "upload_time": "2023-09-06T01:32:25",
            "upload_time_iso_8601": "2023-09-06T01:32:25.348167Z",
            "url": "https://files.pythonhosted.org/packages/db/fa/f05eb130b8a7ad59f63e604e28dd4fba0412230cbd86e0ca3a3bf4b16f2e/cookie_component-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56dda51c86de8c8c2e5af61ddfe35de6023dd5348ca3dbad72dca0d8f7ca9cc8",
                "md5": "491610e1069cf4eed4bd69d2fc4d90c9",
                "sha256": "6ee0e70a95a46afabd7cdefac6daf5898f95d5c83deea0b5018fce88e727e463"
            },
            "downloads": -1,
            "filename": "cookie-component-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "491610e1069cf4eed4bd69d2fc4d90c9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 419199,
            "upload_time": "2023-09-06T01:32:26",
            "upload_time_iso_8601": "2023-09-06T01:32:26.924379Z",
            "url": "https://files.pythonhosted.org/packages/56/dd/a51c86de8c8c2e5af61ddfe35de6023dd5348ca3dbad72dca0d8f7ca9cc8/cookie-component-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-06 01:32:26",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "cookie-component"
}
        
Elapsed time: 0.31636s