joshbyrom / PyPubSub

A Simple PubSub in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Simple PubSub in Python


Languages

Language:Python 100.0%