simple-websocket


Namesimple-websocket JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/miguelgrinberg/simple-websocket
SummarySimple WebSocket server and client for Python
upload_time2023-10-05 16:28:30
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.
            simple-websocket
================

[![Build status](https://github.com/miguelgrinberg/simple-websocket/workflows/build/badge.svg)](https://github.com/miguelgrinberg/simple-websocket/actions) [![codecov](https://codecov.io/gh/miguelgrinberg/simple-websocket/branch/main/graph/badge.svg)](https://codecov.io/gh/miguelgrinberg/simple-websocket)

Simple WebSocket server and client for Python.

## Resources

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


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/miguelgrinberg/simple-websocket",
    "name": "simple-websocket",
    "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/d3/82/3cf87d317911864a2f2a8daf1779fc7f82d5d55e6a8aaa0315f8209047a7/simple-websocket-1.0.0.tar.gz",
    "platform": null,
    "description": "simple-websocket\n================\n\n[![Build status](https://github.com/miguelgrinberg/simple-websocket/workflows/build/badge.svg)](https://github.com/miguelgrinberg/simple-websocket/actions) [![codecov](https://codecov.io/gh/miguelgrinberg/simple-websocket/branch/main/graph/badge.svg)](https://codecov.io/gh/miguelgrinberg/simple-websocket)\n\nSimple WebSocket server and client for Python.\n\n## Resources\n\n- [Documentation](http://simple-websocket.readthedocs.io/en/latest/)\n- [PyPI](https://pypi.python.org/pypi/simple-websocket)\n- [Change Log](https://github.com/miguelgrinberg/simple-websocket/blob/main/CHANGES.md)\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Simple WebSocket server and client for Python",
    "version": "1.0.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/miguelgrinberg/simple-websocket/issues",
        "Homepage": "https://github.com/miguelgrinberg/simple-websocket"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6dea288a8ac1d9551354488ff60c0ac6a76acc3b6b60f0460ac1944c75e240da",
                "md5": "6d97480aa6c222abbccca1f9850fcf9d",
                "sha256": "1d5bf585e415eaa2083e2bcf02a3ecf91f9712e7b3e6b9fa0b461ad04e0837bc"
            },
            "downloads": -1,
            "filename": "simple_websocket-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6d97480aa6c222abbccca1f9850fcf9d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 13712,
            "upload_time": "2023-10-05T16:28:28",
            "upload_time_iso_8601": "2023-10-05T16:28:28.761160Z",
            "url": "https://files.pythonhosted.org/packages/6d/ea/288a8ac1d9551354488ff60c0ac6a76acc3b6b60f0460ac1944c75e240da/simple_websocket-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3823cf87d317911864a2f2a8daf1779fc7f82d5d55e6a8aaa0315f8209047a7",
                "md5": "e1dd8c3da6994555289611586c326dfe",
                "sha256": "17d2c72f4a2bd85174a97e3e4c88b01c40c3f81b7b648b0cc3ce1305968928c8"
            },
            "downloads": -1,
            "filename": "simple-websocket-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e1dd8c3da6994555289611586c326dfe",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 13071,
            "upload_time": "2023-10-05T16:28:30",
            "upload_time_iso_8601": "2023-10-05T16:28:30.143366Z",
            "url": "https://files.pythonhosted.org/packages/d3/82/3cf87d317911864a2f2a8daf1779fc7f82d5d55e6a8aaa0315f8209047a7/simple-websocket-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-05 16:28:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "miguelgrinberg",
    "github_project": "simple-websocket",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "simple-websocket"
}
        
Elapsed time: 0.11791s