Metadata-Version: 2.1
Name: patchwork-websoccer
Version: 0.1.3
Summary: Websockets integration for Patchwork - The distributed asynchronous microframework
Home-page: 
Author: Pawel Pecio
Author-email: 
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic (>=1.8.2)
Requires-Dist: humanize (>=3.11.0)
Requires-Dist: importlib-metadata (>=4.8.1)
Requires-Dist: patchwork-core (>=0.0.21)
Requires-Dist: patchwork-contrib[fastapi] (>=0.0.25)
Requires-Dist: aioredis (>=2.0.1)
Requires-Dist: ujson (>=5.1.0)

# Patchwork websoccer

Websockets integration for Patchwork - an asynchronous distributed microservices framework.

## Requirements
* Python 3.7

## Installation

``pip install pachwork-websoccer``

## Documentation

https://patchwork-framework.gitlab.io/core

