Skip to main content

The Python Actor Model using zeroMQ

Project description

Build Status Codacy Badge Code style: black

Basic Concept

pyzac uses zeromq to create a mesho of interconnected actors. Those actors are created by decorating a function with a pyzac decorator. There exist three cases of actors: 1. The function does not contain any input parameters. Therefore the decorated function only publishes its returned values by the decorator to a specified address. 2. The function contains parameters but does not return any values. In that case the applied decorator only receives mesages and converts them to the function paramters. 3. The function returns values and contains parameters. In that case the applied decorator receives

This decorator is used to license to another actor or in case the function does not have any parameters it is used to publish the function results. The package should be placed at pypi in the near future.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyzac-0.0.6.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

pyzac-0.0.6-py3-none-any.whl (7.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page