/PyPubSub

A Simple PubSub in Python

Primary LanguagePython

Information
--------------------

This code represents an idea that is very common when working with web development, and illustrates a very simple implementation of a PubSub in Python.

Experienced (old) programmers may recognize this as nothing more than a listener / watcher pattern, and, really, that's exactly what it is.