eventstreamd


Nameeventstreamd JSON
Version 2023.11.0 PyPI version JSON
download
home_pagehttps://github.com/srittau/eventstreamd
SummarySimple Event Stream Server
upload_time2023-11-13 12:33:24
maintainer
docs_urlNone
authorSebastian Rittau
requires_python>=3.9,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # eventstreamd

[![License](https://img.shields.io/pypi/l/eventstreamd.svg)](https://pypi.python.org/pypi/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/)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/srittau/eventstreamd/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
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/srittau/eventstreamd",
    "name": "eventstreamd",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Sebastian Rittau",
    "author_email": "srittau@rittau.biz",
    "download_url": "https://files.pythonhosted.org/packages/16/66/635c3c86f10611902b8ce1c09bbe299bea0be6c0e602304cdd56b6ae86ff/eventstreamd-2023.11.0.tar.gz",
    "platform": null,
    "description": "# eventstreamd\n\n[![License](https://img.shields.io/pypi/l/eventstreamd.svg)](https://pypi.python.org/pypi/eventstreamd/)\n[![GitHub](https://img.shields.io/github/release/srittau/eventstreamd/all.svg)](https://github.com/srittau/eventstreamd/releases/)\n[![pypi](https://img.shields.io/pypi/v/eventstreamd.svg)](https://pypi.python.org/pypi/eventstreamd/)\n![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/srittau/eventstreamd/test.yml)\n\nA simple event stream server. Events are sent on a Unix socket and then\ndistributed to all interested listeners via HTTP event streams.\n\nDocker image available:\n\n```bash\ndocker pull srittau/eventstreamd\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Simple Event Stream Server",
    "version": "2023.11.0",
    "project_urls": {
        "Homepage": "https://github.com/srittau/eventstreamd",
        "Repository": "https://github.com/srittau/eventstreamd"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b1b9a963d158690b003182be4a54b16d22d8eabc5bb5085d9f5d2c2431d9865",
                "md5": "3d518414d2b23b134c1605c074811c9f",
                "sha256": "ac49ece4c9183f23eba5c04109b199f018c3940f8a97cc45ba7314a1a5f3b39d"
            },
            "downloads": -1,
            "filename": "eventstreamd-2023.11.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3d518414d2b23b134c1605c074811c9f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 19609,
            "upload_time": "2023-11-13T12:33:22",
            "upload_time_iso_8601": "2023-11-13T12:33:22.924583Z",
            "url": "https://files.pythonhosted.org/packages/5b/1b/9a963d158690b003182be4a54b16d22d8eabc5bb5085d9f5d2c2431d9865/eventstreamd-2023.11.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1666635c3c86f10611902b8ce1c09bbe299bea0be6c0e602304cdd56b6ae86ff",
                "md5": "a4f8427e841aeb241ea1e7b0b2d505f6",
                "sha256": "1bbfea790c4d0e978b8044274f0c64a187b3628fe6a620f62b3588ea75c846dc"
            },
            "downloads": -1,
            "filename": "eventstreamd-2023.11.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a4f8427e841aeb241ea1e7b0b2d505f6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 13522,
            "upload_time": "2023-11-13T12:33:24",
            "upload_time_iso_8601": "2023-11-13T12:33:24.660993Z",
            "url": "https://files.pythonhosted.org/packages/16/66/635c3c86f10611902b8ce1c09bbe299bea0be6c0e602304cdd56b6ae86ff/eventstreamd-2023.11.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-13 12:33:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "srittau",
    "github_project": "eventstreamd",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "eventstreamd"
}
        
Elapsed time: 0.13169s