Metadata-Version: 2.4
Name: flowstream
Version: 0.1.0
Summary: SSE-first streaming microframework for Python LLM/realtime apps
Project-URL: Homepage, https://github.com/codingjenny/flowstream
Project-URL: Issues, https://github.com/codingjenny/flowstream/issues
Author: Your Name
License: MIT
License-File: LICENSE
Keywords: fastapi,llm,realtime,sse,streaming
Requires-Python: >=3.10
Requires-Dist: anyio>=4.4
Requires-Dist: fastapi>=0.111
Requires-Dist: uvicorn>=0.30
Description-Content-Type: text/markdown

# Flowstream
SSE-first streaming microframework for Python LLM/realtime apps.

## Install
```bash
pip install flowstream
