Metadata-Version: 2.1
Name: dividere
Version: 1.2.0
Summary: Distributed Systems Framework
Home-page: UNKNOWN
Author: Grant Lipelt
Author-email: <lipeltgm@gmail.com>
License: UNKNOWN
Keywords: python,ZeroMq,zmq,0mq,protobuf
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: protobuf (>=3.19.0)
Requires-Dist: zmq

Dīvidere, latin for "to divide, to seperate" seemed an appropriate package name for a distributed system framework project. 

The primary goal of dīvidere is to combine three complementary technologies (Python, ZeroMQ, Protobuf) into a distributed system messaging framework.  ZeroMQ will provide a variety of transport mechanisms, Protobuf providing a language-independent, strongly-typed message encoding and Python the means to combine these components into a reusable framework.

