Metadata-Version: 2.1
Name: patchwork-node
Version: 0.2.2
Summary: Worker node for Patchwork - The distributed asynchronous microframework
Home-page: 
Author: Pawel Pecio
Author-email: 
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: humanize >=3.11.0
Requires-Dist: importlib-metadata >=4.8.1
Requires-Dist: patchwork-core >=0.2.6,~=0.2
Requires-Dist: pydantic-settings
Requires-Dist: pytz

# 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
