blinker 1.8.2
0
Fast, simple object-to-object and broadcast signaling
Contents
Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or "signals". Signal receivers can subscribe to specific senders or receive signals sent by any sender.
Stars: 1772, Watchers: 1772, Forks: 181, Open Issues: 0The pallets-eco/blinker
repo was created 11 years ago and the last code push was 1 weeks ago.
The project is very popular with an impressive 1772 github stars!
How to Install blinker
You can install blinker using pip
pip install blinker
or add it to a project with poetry
poetry add blinker
Package Details
- Author
- Jason Kirtland
- License
- None
- Homepage
- None
- PyPi:
- https://pypi.org/project/blinker/
- Documentation:
- https://blinker.readthedocs.io
- GitHub Repo:
- https://github.com/jek/blinker
Classifiers
Related Packages
Errors
A list of common blinker errors.
Code Examples
Here are some blinker
code examples and snippets.