Metadata-Version: 2.1
Name: websocket-master-fastapi
Version: 0.1.3
Summary: Simple package to create a weboscket server
Home-page: https://github.com/GodSkomis/websocket_master_fastapi/
License: MIT
Keywords: fastapi,websocket,websocket handler,websocket server,ws,server
Author: Pavel Sierikov
Author-email: 60714418+GodSkomis@users.noreply.github.com
Requires-Python: >=3.12,<4.0
Classifier: Environment :: Console
Classifier: Framework :: FastAPI
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Dist: fastapi (>=0.112.0,<0.113.0)
Project-URL: Repository, https://github.com/GodSkomis/websocket_master_fastapi/
Description-Content-Type: text/markdown

# 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)
