Python Message Service

PMS/PyPubSub (short for Python Message Service / Python based Publish Subscribe) is a framework for implementing a publish subscribe mechanism into a Python application. A python process somewhere in the network publishes one or more topics which consist of Python objects. Multiple processes in the network can subscribe to fresh updates of the published topics. A publisher and its subsribers are fully decoupled. The datatype of a topic can be freely defined and changed at runtime. New publishers and subscribers can easily be added at runtime.

Tags Clustering/Distributed Networks Software Development Libraries Python Modules Object Brokering Scientific/Engineering Communications
Licenses GPLv2
Operating Systems POSIX Linux Windows Windows
Implementation Python

Tweet this project Short link

No-screenshot

Project Spotlight

Kernel Mode Linux

A factility for executing user processes in kernel mode safely.

A975f07ee25cb0e1c4d819f5af905368_thumb

Project Spotlight

jPersist

An extremely powerful object-relational database persistence API with automatic mapping (A-O/RM).