Metadata-Version: 2.1
Name: cookie-component
Version: 0.1.4
Summary: Streamlit component that allows you to do work with cookies
Home-page: 
Author: Cem Bakar
Author-email: cembakar@gmail.com
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: devel
License-File: LICENSE

# 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)
```
