blinker
PyPIv1.9.0Fast, simple object-to-object and broadcast signaling
Not recommended for new projects
No — blinker should not be adopted for new projects. Last published 670 days ago. No license declared — you have no explicit right to use this code.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- CMaintenance: grade C, Fair — worth a look.
Last published 670 days ago.
- AWeight: grade A, Excellent.
Zero runtime dependencies, about 8.3 KB installed.
- BSupply chain: grade B, Good.
This package has a single maintainer (bus factor of 1).
- FLicense: grade F, Failing.
No license declared — you have no explicit right to use this code.
Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.
Install cost
What you actually take on by adding blinker to a project.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Compatibility
- Python
- python >=3.9
Quick start
A usage example from the blinker README.
>>> from blinker import signal
>>> started = signal('round-started')
>>> def each(round):
... print(f"Round {round}")
...
>>> started.connect(each)
>>> def round_two(round):
... print("This is round two.")
...
>>> started.connect(round_two, sender=2)
>>> for round in range(1, 4):
... started.send(round)Used by
Popular packages that depend on blinker.
Relationship graph
Dependencies (left) and dependents (right) of blinker.
Frequently installed together
Release history
No releases in the last two years, typically about 178 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 1.9.0latest | 1 year ago | 8.3 KB | — |
| 1.8.2 | 2 years ago | 9.2 KB | — |
| 1.8.1 | 2 years ago | 9.3 KB | — |
| 1.8.0 | 2 years ago | 9.0 KB | — |
| 1.7.0 | 2 years ago | 13 KB | — |
| 1.6.3 | 2 years ago | 13 KB | — |
| 1.6.2 | 3 years ago | 13 KB | — |
| 1.6.1 | 3 years ago | 13 KB | — |
| 1.6 | 3 years ago | 13 KB | — |
| 1.5 | 4 years ago | 12 KB | — |
| 1.4 | 11 years ago | 109 KB | — |
| 1.3 | 13 years ago | 89 KB | — |
| 1.2 | 15 years ago | 65 KB | — |
| 1.1 | 16 years ago | 78 KB | — |
| 1.0 | 16 years ago | 60 KB | — |
Overview
blinker is an PyPI package that fast, simple object-to-object and broadcast signaling. It has 1 known dependents in the graph. The latest version is 1.9.0.
Who should use it
Teams working in the PyPI ecosystem who need fast, simple object-to-object and broadcast signaling and value a focused solution.
When not to use it
Consider an alternative if you need to or if a more actively-maintained option better fits your PyPI stack.
Pros
- Zero runtime dependencies — minimal footprint.
Cons
- No license detected — review usage terms before adopting.
Auto-generated from collected registry metadata. No external claims are inferred.
Maintainers
Frequently asked questions
Should I use blinker?
No — blinker should not be adopted for new projects. Last published 670 days ago. No license declared — you have no explicit right to use this code.
How do I install blinker?
Run `pip install blinker` to add blinker to your PyPI project.
What license is blinker released under?
No license was detected in blinker's metadata; review the repository before use.
How popular is blinker?
PyPI does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on blinker.
Is blinker still maintained?
The most recent release of blinker (v1.9.0) was published 1 year ago.