Metadata-Version: 2.1
Name: patchwork-node
Version: 0.0.25
Summary: Worker node for Patchwork - The distributed asynchronous microframework
Home-page: UNKNOWN
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: aiohttp (>=3.7.4.post0)
Requires-Dist: async-lru (>=1.0.2)
Requires-Dist: psutil (>=5.8.0)
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.18)

# Patchwork node

Worker node for Patchwork - an asynchronous distributed microservices framework.

## Requirements
* Python 3.7

## Installation

``pip install pachwork-node``

## Documentation

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

