File: README.txt

package info (click to toggle)
python-pypubsub 4.0.3-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 928 kB
  • sloc: python: 4,884; makefile: 156; xml: 16; php: 2
file content (9 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
These two examples demonstrate a simple use of pubsub. There are two examples that can be run from
this folder:

**console_main.py**: basic console based, uses the console_senders.py and console_listeners.py modules.

**wx_main.py**: wxPython GUI application with two windows (win1 and win2) that exchange data without
    any reference to the other. This example looks for pubsub on your system path so default install ok.