acecm


Nameacecm JSON
Version 0.0.5 PyPI version JSON
download
home_pagehttps://github.com/cbakar/acecm
SummaryStreamlit component that allows you to do work with cookies
upload_time2023-09-10 14:38:15
maintainer
docs_urlNone
authorCem Bakar
requires_python>=3.9
license
keywords python streamlit javascript cookies
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ace-cookie-manager

# streamlit-custom-component

Streamlit component that allows you to do work with cookies

## Installation instructions

```sh
pip install acecm
```

## Usage instructions

```python
import streamlit as st

from acecm import sc, gc


st.write(value)
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cbakar/acecm",
    "name": "acecm",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "Python,Streamlit,JavaScript,Cookies",
    "author": "Cem Bakar",
    "author_email": "cembakar@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e9/bd/a3d4c7ccdffd78bcd95d261de1f87446f0761fb4e84a7b4bcc579468e0f5/acecm-0.0.5.tar.gz",
    "platform": null,
    "description": "# ace-cookie-manager\n\n# streamlit-custom-component\n\nStreamlit component that allows you to do work with cookies\n\n## Installation instructions\n\n```sh\npip install acecm\n```\n\n## Usage instructions\n\n```python\nimport streamlit as st\n\nfrom acecm import sc, gc\n\n\nst.write(value)\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Streamlit component that allows you to do work with cookies",
    "version": "0.0.5",
    "project_urls": {
        "Homepage": "https://github.com/cbakar/acecm"
    },
    "split_keywords": [
        "python",
        "streamlit",
        "javascript",
        "cookies"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf352aa8cd5d494cd2a93858783fa82e9f702a545344277488a20cc2537a13e8",
                "md5": "483123c5febc4582d745754c34444f3e",
                "sha256": "d3dfddd3da5a65872f220e2c8cf7f3bc4932d8867a25936357dbbde12bd0110f"
            },
            "downloads": -1,
            "filename": "acecm-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "483123c5febc4582d745754c34444f3e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 4557,
            "upload_time": "2023-09-10T14:38:13",
            "upload_time_iso_8601": "2023-09-10T14:38:13.673722Z",
            "url": "https://files.pythonhosted.org/packages/bf/35/2aa8cd5d494cd2a93858783fa82e9f702a545344277488a20cc2537a13e8/acecm-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e9bda3d4c7ccdffd78bcd95d261de1f87446f0761fb4e84a7b4bcc579468e0f5",
                "md5": "fcc1b60bd92c613fa8499009397ea52c",
                "sha256": "d197425119b1dea2968bc408a6934cf174e0ecd825267648c18d16c4d18bfd59"
            },
            "downloads": -1,
            "filename": "acecm-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "fcc1b60bd92c613fa8499009397ea52c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 3858,
            "upload_time": "2023-09-10T14:38:15",
            "upload_time_iso_8601": "2023-09-10T14:38:15.222026Z",
            "url": "https://files.pythonhosted.org/packages/e9/bd/a3d4c7ccdffd78bcd95d261de1f87446f0761fb4e84a7b4bcc579468e0f5/acecm-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-10 14:38:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cbakar",
    "github_project": "acecm",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "acecm"
}
        
Elapsed time: 0.11715s