flask-sock


Nameflask-sock JSON
Version 0.7.0 PyPI version JSON
download
home_pagehttps://github.com/miguelgrinberg/flask-sock
SummaryWebSocket support for Flask
upload_time2023-10-02 22:32:42
maintainer
docs_urlNone
authorMiguel Grinberg
requires_python>=3.6
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # flask-sock
[![Build status](https://github.com/miguelgrinberg/flask-sock/workflows/build/badge.svg)](https://github.com/miguelgrinberg/flask-sock/actions) [![codecov](https://codecov.io/gh/miguelgrinberg/flask-sock/branch/main/graph/badge.svg)](https://codecov.io/gh/miguelgrinberg/flask-sock)

WebSocket support for Flask. What makes this extension different than others
is that it does not require a greenlet based server (gevent, eventlet) to work.

This WebSocket implementation is compatible with the Flask development web
server. For a production deployment it can be used with Gunicorn, Eventlet or
Gevent.

## Resources

- [Documentation](http://flask-sock.readthedocs.io/en/latest/)
- [PyPI](https://pypi.python.org/pypi/flask-sock)
- [Change Log](https://github.com/miguelgrinberg/flask-sock/blob/main/CHANGES.md)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/miguelgrinberg/flask-sock",
    "name": "flask-sock",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Miguel Grinberg",
    "author_email": "miguel.grinberg@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/8d/8f/c6ab717dc90f4e46d1430335cd4ab13e3629410bb760c0ead6de476760fb/flask-sock-0.7.0.tar.gz",
    "platform": null,
    "description": "# flask-sock\n[![Build status](https://github.com/miguelgrinberg/flask-sock/workflows/build/badge.svg)](https://github.com/miguelgrinberg/flask-sock/actions) [![codecov](https://codecov.io/gh/miguelgrinberg/flask-sock/branch/main/graph/badge.svg)](https://codecov.io/gh/miguelgrinberg/flask-sock)\n\nWebSocket support for Flask. What makes this extension different than others\nis that it does not require a greenlet based server (gevent, eventlet) to work.\n\nThis WebSocket implementation is compatible with the Flask development web\nserver. For a production deployment it can be used with Gunicorn, Eventlet or\nGevent.\n\n## Resources\n\n- [Documentation](http://flask-sock.readthedocs.io/en/latest/)\n- [PyPI](https://pypi.python.org/pypi/flask-sock)\n- [Change Log](https://github.com/miguelgrinberg/flask-sock/blob/main/CHANGES.md)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "WebSocket support for Flask",
    "version": "0.7.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/miguelgrinberg/flask-sock/issues",
        "Homepage": "https://github.com/miguelgrinberg/flask-sock"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d898107728ce3f430b5481eb426ccc5e1f7c8ab0bd01eaf231c62a8d528ff721",
                "md5": "e2f96d4f8a74a1f148112d8344181728",
                "sha256": "caac4d679392aaf010d02fabcf73d52019f5bdaf1c9c131ec5a428cb3491204a"
            },
            "downloads": -1,
            "filename": "flask_sock-0.7.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e2f96d4f8a74a1f148112d8344181728",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3982,
            "upload_time": "2023-10-02T22:32:41",
            "upload_time_iso_8601": "2023-10-02T22:32:41.778712Z",
            "url": "https://files.pythonhosted.org/packages/d8/98/107728ce3f430b5481eb426ccc5e1f7c8ab0bd01eaf231c62a8d528ff721/flask_sock-0.7.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d8fc6ab717dc90f4e46d1430335cd4ab13e3629410bb760c0ead6de476760fb",
                "md5": "ca895d3a72c862afdaf8b6346df69385",
                "sha256": "e023b578284195a443b8d8bdb4469e6a6acf694b89aeb51315b1a34fcf427b7d"
            },
            "downloads": -1,
            "filename": "flask-sock-0.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ca895d3a72c862afdaf8b6346df69385",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 4334,
            "upload_time": "2023-10-02T22:32:42",
            "upload_time_iso_8601": "2023-10-02T22:32:42.973059Z",
            "url": "https://files.pythonhosted.org/packages/8d/8f/c6ab717dc90f4e46d1430335cd4ab13e3629410bb760c0ead6de476760fb/flask-sock-0.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-02 22:32:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "miguelgrinberg",
    "github_project": "flask-sock",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "flask-sock"
}
        
Elapsed time: 0.77720s