Metadata-Version: 2.4
Name: eventstreamd
Version: 2026.4.0
Summary: Simple Event Stream Server
Author: Sebastian Rittau
Author-email: Sebastian Rittau <sebastian.rittau@zfutura.de>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Dist: json-get>=1.1.1,<2
Requires-Python: >=3.11
Project-URL: homepage, https://github.com/srittau/eventstreamd
Project-URL: repository, https://github.com/srittau/eventstreamd
Description-Content-Type: text/markdown

# eventstreamd

![Supported Python Versions](https://img.shields.io/pypi/pyversions/eventstreamd)
[![GitHub](https://img.shields.io/github/release/srittau/eventstreamd/all.svg)](https://github.com/srittau/eventstreamd/releases/)
[![pypi](https://img.shields.io/pypi/v/eventstreamd.svg)](https://pypi.python.org/pypi/eventstreamd/)
[![MIT License](https://img.shields.io/github/license/srittau/eventstreamd)](https://github.com/srittau/eventstreamd/blob/main/LICENSE)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/srittau/eventstreamd/test.yml)](https://github.com/srittau/eventstreamd/actions/workflows/test.yml)

A simple event stream server. Events are sent on a Unix socket and then
distributed to all interested listeners via HTTP event streams.

Docker image available:

```bash
docker pull srittau/eventstreamd
```
