Skip to main content

Python module implementing the observer pattern using a centralized registry

Project description

Neo-Observer is a Python module implementing the observer pattern using a centralized registry. You send an event to the registry and it will dispatch the call the registered observers of the event. You can register functions or subclasses of a defined observable interface. Events have a name, a sender and optional info object. You can register an observable to receive an event based on its name, sender or both. Require Python 2.5 and higher (excluding Python 3).

2015-06-05: 1.0.1 Dib push the doc on Github. No more wiki and wiki project. Updated REAME.

2011-04-19: To remove any ambiguity, adding the same observer again cancel the previous registration.

2011-04-19: New improved version

  • Use weak references whenever it is possible. Objects no longer referenced by your code will not receive events so you don’t have to remember to call ‘remove_observer’.

  • Any callable can be used as an observer as long as the callable can be called with the single event argument or without argument at all.

  • When adding an observer, you can specify the method to be called on the observer to receive the event.

  • Implementation changes: Using a type hierarchy instead of a type flag for the different types of observers.

While I was having a centralized registry in mind when I was creating this class, I realize that ObserverRegistry can work in a decentralized way too. Any class derived from ObserverRegistry is an ObserverRegistry too (just don’t forget to call init).

Author: Pierre Thibault (pierre.thibault1 -at- gmail.com)

License: MIT

Project site: https://github.com/Pierre-Thibault/neo-observer

Epydoc documentation: https://pierre-thibault.github.io/neo-observer/

Join the user group: http://groups.google.com/group/neo-users

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

neo-observer-1.0.1.tar.gz (6.2 kB view details)

Uploaded Source

Built Distribution

neo_observer-1.0.1-py2-none-any.whl (6.8 kB view details)

Uploaded Python 2

File details

Details for the file neo-observer-1.0.1.tar.gz.

File metadata

File hashes

Hashes for neo-observer-1.0.1.tar.gz
Algorithm Hash digest
SHA256 5effede46548f16d8c23d360ba89e86ed5611e2a89fceb57e43e75950d1dcbc9
MD5 9d8090ac28d8a06dc2e05c8c811a01a6
BLAKE2b-256 a252304bf2b7cb8d7052a1c14e0f809ee0cf44202ed6a555b09adc4a0e5bf830

See more details on using hashes here.

File details

Details for the file neo_observer-1.0.1-py2-none-any.whl.

File metadata

File hashes

Hashes for neo_observer-1.0.1-py2-none-any.whl
Algorithm Hash digest
SHA256 81fa6f9d3d3282a7153557c569f9af640b112a1d9ca2d67887b77e89b070c6a6
MD5 939aeed2d989fe127ec8302a0ef8231d
BLAKE2b-256 73021b3db949b996aab87dbed52b106cc4ee2f5b3706334986d793535bf9cd02

See more details on using hashes here.

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