Name | cookyjar JSON |
Version |
0.0.6
JSON |
| download |
home_page | https://github.com/cbakar/cookyjar |
Summary | Streamlit component that allows you to do work with cookies |
upload_time | 2023-09-09 03:47:36 |
maintainer | |
docs_url | None |
author | Cem 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 cookyjar
```
## Usage instructions
```python
import streamlit as st
from cookyjar import cookyjar
cookies = cookyjar()
st.write(value)
```
Raw data
{
"_id": null,
"home_page": "https://github.com/cbakar/cookyjar",
"name": "cookyjar",
"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/a9/0d/29345a183c4b6eb960fc1ab994924cc9d1688d3dc21a963d57dffb1e5e68/cookyjar-0.0.6.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 cookyjar\n```\n\n## Usage instructions\n\n```python\nimport streamlit as st\n\nfrom cookyjar import cookyjar\n\ncookies = cookyjar()\n\nst.write(value)\n```\n",
"bugtrack_url": null,
"license": "",
"summary": "Streamlit component that allows you to do work with cookies",
"version": "0.0.6",
"project_urls": {
"Homepage": "https://github.com/cbakar/cookyjar"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1372afa318da358b340815aa16d8ca037eb2730f465f9319d0840dd53bbe1fff",
"md5": "4f844927f275e5ee37373f2dcc1c9a85",
"sha256": "62e39055ad44e58823c0c2e08b1b2d2fdf7f45ccdcdb2215c05b817ffe0c15f8"
},
"downloads": -1,
"filename": "cookyjar-0.0.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4f844927f275e5ee37373f2dcc1c9a85",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 423392,
"upload_time": "2023-09-09T03:47:34",
"upload_time_iso_8601": "2023-09-09T03:47:34.845973Z",
"url": "https://files.pythonhosted.org/packages/13/72/afa318da358b340815aa16d8ca037eb2730f465f9319d0840dd53bbe1fff/cookyjar-0.0.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a90d29345a183c4b6eb960fc1ab994924cc9d1688d3dc21a963d57dffb1e5e68",
"md5": "8c1694eaef0f2de8e7fda077fbc28d38",
"sha256": "9ff029afcf0e50c4067d2e353b04210a1714921a32031f6935f730049824e4c1"
},
"downloads": -1,
"filename": "cookyjar-0.0.6.tar.gz",
"has_sig": false,
"md5_digest": "8c1694eaef0f2de8e7fda077fbc28d38",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 419542,
"upload_time": "2023-09-09T03:47:36",
"upload_time_iso_8601": "2023-09-09T03:47:36.878225Z",
"url": "https://files.pythonhosted.org/packages/a9/0d/29345a183c4b6eb960fc1ab994924cc9d1688d3dc21a963d57dffb1e5e68/cookyjar-0.0.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-09-09 03:47:36",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "cbakar",
"github_project": "cookyjar",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "cookyjar"
}