filigran-sseclient


Namefiligran-sseclient JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/FiligranHQ/filigran-sseclient
SummaryPython API client for OpenCTI.
upload_time2023-02-23 10:39:39
maintainerFiligran
docs_urlNone
authorFiligran
requires_python>=3.7
licenseCopyright (c) 2015 Brent Tubbs
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Filigran Python SSE Client

This is a Python client library for iterating over http Server Sent Event (SSE)
streams (also known as EventSource, after the name of the Javascript interface
inside browsers).  The SSEClient class accepts a url on init, and is then an
iterator over messages coming from the server.

Forked from btubbs/sseclient to mainly support chunk stream messages, thanks to @ristowee

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/FiligranHQ/filigran-sseclient",
    "name": "filigran-sseclient",
    "maintainer": "Filigran",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Filigran",
    "author_email": "contact@filigran.io",
    "download_url": "https://files.pythonhosted.org/packages/fb/85/f48028b6e803491169f2d3754caaf3e0abfca06725610543df95f88f50c4/filigran_sseclient-1.0.1.tar.gz",
    "platform": null,
    "description": "# Filigran Python SSE Client\r\n\r\nThis is a Python client library for iterating over http Server Sent Event (SSE)\r\nstreams (also known as EventSource, after the name of the Javascript interface\r\ninside browsers).  The SSEClient class accepts a url on init, and is then an\r\niterator over messages coming from the server.\r\n\r\nForked from btubbs/sseclient to mainly support chunk stream messages, thanks to @ristowee\r\n",
    "bugtrack_url": null,
    "license": "Copyright (c) 2015 Brent Tubbs",
    "summary": "Python API client for OpenCTI.",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/FiligranHQ/filigran-sseclient"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "78bb2cd96a8f7276649fd74be41315a2b5d47af2fea45c17cfff51712219ced1",
                "md5": "a3e665b6272dc8f249a0603012619489",
                "sha256": "558198097f5f1498df2dd89c070079d64f420408ea9498926c30ba144c35382c"
            },
            "downloads": -1,
            "filename": "filigran_sseclient-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a3e665b6272dc8f249a0603012619489",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 5570,
            "upload_time": "2023-02-23T10:39:37",
            "upload_time_iso_8601": "2023-02-23T10:39:37.679809Z",
            "url": "https://files.pythonhosted.org/packages/78/bb/2cd96a8f7276649fd74be41315a2b5d47af2fea45c17cfff51712219ced1/filigran_sseclient-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb85f48028b6e803491169f2d3754caaf3e0abfca06725610543df95f88f50c4",
                "md5": "528db93bb3982aefe62bfdf04e7d8939",
                "sha256": "ce7f55ec34ab757a0485a3c3669fa138efceb3c9125528de50b29c33ba3ed894"
            },
            "downloads": -1,
            "filename": "filigran_sseclient-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "528db93bb3982aefe62bfdf04e7d8939",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 7381,
            "upload_time": "2023-02-23T10:39:39",
            "upload_time_iso_8601": "2023-02-23T10:39:39.641607Z",
            "url": "https://files.pythonhosted.org/packages/fb/85/f48028b6e803491169f2d3754caaf3e0abfca06725610543df95f88f50c4/filigran_sseclient-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-23 10:39:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "FiligranHQ",
    "github_project": "filigran-sseclient",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "filigran-sseclient"
}
        
Elapsed time: 0.12905s