</>PackageGraphPackageGraph

blinker

PyPIv1.9.0

Fast, 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.

0
Direct dependencies

Runtime packages this one declares itself.

0
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

8.3 KB
Install size

Unpacked size of this package plus its entire runtime tree.

Tree depth

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)
Example truncated — see the full README.

Used by

Popular packages that depend on blinker.

Relationship graph

Dependencies (left) and dependents (right) of blinker.

Flaskblinker
blinker dependencies dependents

Frequently installed together

Release history

No releases in the last two years, typically about 178 days apart.

Recent versions of blinker
VersionPublishedSizeLicense
1.9.0latest1 year ago8.3 KB
1.8.22 years ago9.2 KB
1.8.12 years ago9.3 KB
1.8.02 years ago9.0 KB
1.7.02 years ago13 KB
1.6.32 years ago13 KB
1.6.23 years ago13 KB
1.6.13 years ago13 KB
1.63 years ago13 KB
1.54 years ago12 KB
1.411 years ago109 KB
1.313 years ago89 KB
1.215 years ago65 KB
1.116 years ago78 KB
1.016 years ago60 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.