Metadata-Version: 2.1
Name: reflex-chat
Version: 0.0.1a4
Summary: Reflex custom component chat
Author-email: Your Name <YOUREMAIL@domain.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com
Keywords: reflex,reflex-custom-components
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: reflex>=0.4.2
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"

# chat

A Reflex custom component chat.

## Installation

```bash
pip install reflex-chat
```
