filigran-sseclient


Namefiligran-sseclient JSON
Version 1.0.2 PyPI version JSON
download
home_pagehttps://github.com/FiligranHQ/filigran-sseclient
SummaryPython API client for OpenCTI.
upload_time2024-12-09 08:03:17
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": null,
    "keywords": null,
    "author": "Filigran",
    "author_email": "contact@filigran.io",
    "download_url": "https://files.pythonhosted.org/packages/8c/ec/56c3d668090043ec46198f6e9f8896011719b3b23a6f2bc5f996c36ca4a9/filigran_sseclient-1.0.2.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.2",
    "project_urls": {
        "Homepage": "https://github.com/FiligranHQ/filigran-sseclient"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5802decc2fcb18b55ac984fffe46280abf5f2a5e7a020f5c009249c2229d693e",
                "md5": "962bbd42396cfcf627953a0afba15d8a",
                "sha256": "8538691babd99aec491c350ca73b80c98b02418e9a301c1f3485f271d955d929"
            },
            "downloads": -1,
            "filename": "filigran_sseclient-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "962bbd42396cfcf627953a0afba15d8a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 5960,
            "upload_time": "2024-12-09T08:03:16",
            "upload_time_iso_8601": "2024-12-09T08:03:16.465528Z",
            "url": "https://files.pythonhosted.org/packages/58/02/decc2fcb18b55ac984fffe46280abf5f2a5e7a020f5c009249c2229d693e/filigran_sseclient-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8cec56c3d668090043ec46198f6e9f8896011719b3b23a6f2bc5f996c36ca4a9",
                "md5": "e33d79b3b4d9c732012f37f77858db15",
                "sha256": "3ec9dd84fb79334e711ec0ed6cedb7d9e37bafc669c9d505294072329d32977d"
            },
            "downloads": -1,
            "filename": "filigran_sseclient-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "e33d79b3b4d9c732012f37f77858db15",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 7859,
            "upload_time": "2024-12-09T08:03:17",
            "upload_time_iso_8601": "2024-12-09T08:03:17.704816Z",
            "url": "https://files.pythonhosted.org/packages/8c/ec/56c3d668090043ec46198f6e9f8896011719b3b23a6f2bc5f996c36ca4a9/filigran_sseclient-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-09 08:03:17",
    "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.36927s