websocket-master-fastapi


Namewebsocket-master-fastapi JSON
Version 0.1.42 PyPI version JSON
download
home_pagehttps://github.com/GodSkomis/websocket_master_fastapi/
SummarySimple package to create a weboscket server
upload_time2024-09-09 14:41:48
maintainerNone
docs_urlNone
authorPavel Sierikov
requires_python<4.0,>=3.12
licenseMIT
keywords fastapi websocket websocket handler websocket server ws server
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # WebSocket Master FastAPI
[![PyPI version](https://badge.fury.io/py/websocket-master-fastapi.svg)](https://badge.fury.io/py/websocket-master-fastapi)

WebSocket Master FastAPI is a Python library that simplifies working with WebSockets in FastAPI applications.

## Features

- Easy integration with FastAPI.
- Supports multiple WebSocket connections.

## Installation

You can install the package using pip:

```bash
pip install websocket-master-fastapi
```
# How to use
[Find simple usage there](https://github.com/GodSkomis/websocket_master_fastapi/blob/master/tests/test_websocket.py)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/GodSkomis/websocket_master_fastapi/",
    "name": "websocket-master-fastapi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.12",
    "maintainer_email": null,
    "keywords": "fastapi, websocket, websocket handler, websocket server, ws, server",
    "author": "Pavel Sierikov",
    "author_email": "60714418+GodSkomis@users.noreply.github.com",
    "download_url": "https://files.pythonhosted.org/packages/d0/29/c2e52befcf1cc02a9410ec42d5729bea12dc94f66f5fc2d53d9ebf06952c/websocket_master_fastapi-0.1.42.tar.gz",
    "platform": null,
    "description": "# WebSocket Master FastAPI\n[![PyPI version](https://badge.fury.io/py/websocket-master-fastapi.svg)](https://badge.fury.io/py/websocket-master-fastapi)\n\nWebSocket Master FastAPI is a Python library that simplifies working with WebSockets in FastAPI applications.\n\n## Features\n\n- Easy integration with FastAPI.\n- Supports multiple WebSocket connections.\n\n## Installation\n\nYou can install the package using pip:\n\n```bash\npip install websocket-master-fastapi\n```\n# How to use\n[Find simple usage there](https://github.com/GodSkomis/websocket_master_fastapi/blob/master/tests/test_websocket.py)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Simple package to create a weboscket server",
    "version": "0.1.42",
    "project_urls": {
        "Homepage": "https://github.com/GodSkomis/websocket_master_fastapi/",
        "Repository": "https://github.com/GodSkomis/websocket_master_fastapi/"
    },
    "split_keywords": [
        "fastapi",
        " websocket",
        " websocket handler",
        " websocket server",
        " ws",
        " server"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "abff36e58879dd8ab82e242a073d444f42ac0603d6ac8b45b12292d7e6b85124",
                "md5": "517c3a3648e4f1aa7ac527c0d4c036a0",
                "sha256": "07f44cbba00613e0fc6beb5b96e2a3b80cc21cfd4a7c2357af2037963665c071"
            },
            "downloads": -1,
            "filename": "websocket_master_fastapi-0.1.42-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "517c3a3648e4f1aa7ac527c0d4c036a0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.12",
            "size": 12351,
            "upload_time": "2024-09-09T14:41:46",
            "upload_time_iso_8601": "2024-09-09T14:41:46.969420Z",
            "url": "https://files.pythonhosted.org/packages/ab/ff/36e58879dd8ab82e242a073d444f42ac0603d6ac8b45b12292d7e6b85124/websocket_master_fastapi-0.1.42-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d029c2e52befcf1cc02a9410ec42d5729bea12dc94f66f5fc2d53d9ebf06952c",
                "md5": "fce945b9cc617fe1d8b405a3147f4cfe",
                "sha256": "547107f0406fad5114b9ef10d70474d85e7176f72a8f7d3b7ec604abef39db1a"
            },
            "downloads": -1,
            "filename": "websocket_master_fastapi-0.1.42.tar.gz",
            "has_sig": false,
            "md5_digest": "fce945b9cc617fe1d8b405a3147f4cfe",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.12",
            "size": 7036,
            "upload_time": "2024-09-09T14:41:48",
            "upload_time_iso_8601": "2024-09-09T14:41:48.220384Z",
            "url": "https://files.pythonhosted.org/packages/d0/29/c2e52befcf1cc02a9410ec42d5729bea12dc94f66f5fc2d53d9ebf06952c/websocket_master_fastapi-0.1.42.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-09 14:41:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "GodSkomis",
    "github_project": "websocket_master_fastapi",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "websocket-master-fastapi"
}
        
Elapsed time: 1.48754s