Metadata-Version: 2.1
Name: patchwork-core
Version: 0.0.11
Summary: Core of the Patchwork Framework - 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.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

# Patchwork Core

Core package of Patchwork - an asynchronous distributed microframework.

This library contains some core structures and utils to re-use over all Patchwork
packages.


## Requirements
* Python 3.7

## Contribution notes

.. warning::
    Remember to run `compile-protoc` script after every change in proto files from `protocol` directory. 
    Make sure that all these changes follow guidelines described in Google Protobuf v3 documentation.

## Installation

``pip install patchwork-core``

## Documentation

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



