aiohappyeyeballs
PyPIv2.7.1Happy Eyeballs for asyncio
Safe to adopt
Yes — aiohappyeyeballs scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 70 days ago. 13 releases in the last 2 years.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- AMaintenance: grade A, Excellent.
Last published 70 days ago. 13 releases in the last 2 years.
- AWeight: grade A, Excellent.
Zero runtime dependencies, about 15 KB installed.
- BSupply chain: grade B, Good.
This package has a single maintainer (bus factor of 1).
- ALicense: grade A, Excellent.
PSF-2.0 — permissive, with no copyleft found in the dependency tree.
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 aiohappyeyeballs 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.10
Quick start
A usage example from the aiohappyeyeballs README.
addr_infos = await loop.getaddrinfo("example.org", 80)
socket = await start_connection(addr_infos)
socket = await start_connection(addr_infos, local_addr_infos=local_addr_infos, happy_eyeballs_delay=0.2)
transport, protocol = await loop.create_connection(
MyProtocol, sock=socket, ...)
# Remove the first address for each family from addr_info
pop_addr_infos_interleave(addr_info, 1)
# Remove all matching address from addr_info
remove_addr_infos(addr_info, "dead::beef::")
Used by
Popular packages that depend on aiohappyeyeballs.
Relationship graph
Dependencies (left) and dependents (right) of aiohappyeyeballs.
Frequently installed together
Timeout context manager for asyncio programs
aiosignal: a list of registered asynchronous callbacks
Classes Without Boilerplate
A list-like structure which implements collections.abc.MutableSequence
multidict implementation
Accelerated property cache
Yet another URL library
Release history
9 releases in the last two years, typically about 6 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 2.7.1latest | 2 months ago | 15 KB | PSF-2.0 |
| 2.6.2 | 3 months ago | 15 KB | PSF-2.0 |
| 2.6.1 | 1 year ago | 15 KB | PSF-2.0 |
| 2.6.0 | 1 year ago | 15 KB | PSF-2.0 |
| 2.5.0 | 1 year ago | 15 KB | PSF-2.0 |
| 2.4.8 | 1 year ago | 15 KB | PSF-2.0 |
| 2.4.7 | 1 year ago | 14 KB | PSF-2.0 |
| 2.4.6 | 1 year ago | 14 KB | PSF-2.0 |
| 2.4.5 | 1 year ago | 14 KB | PSF-2.0 |
| 2.4.4 | 1 year ago | 14 KB | PSF-2.0 |
| 2.4.3 | 1 year ago | 14 KB | PSF-2.0 |
| 2.4.2 | 1 year ago | 14 KB | PSF-2.0 |
| 2.4.1 | 1 year ago | 12 KB | PSF-2.0 |
| 2.4.0 | 2 years ago | 12 KB | PSF-2.0 |
| 2.3.7 | 2 years ago | 12 KB | PSF-2.0 |
Overview
aiohappyeyeballs is an PyPI package that happy Eyeballs for asyncio. It has 1 known dependents in the graph. The latest version is 2.7.1, released under the PSF-2.0 license.
Who should use it
Teams working in the PyPI ecosystem who need happy Eyeballs for asyncio 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
- Clear open-source license (PSF-2.0).
- Zero runtime dependencies — minimal footprint.
Cons
- No significant drawbacks detected from available metadata.
Auto-generated from collected registry metadata. No external claims are inferred.
Maintainers
Frequently asked questions
Should I use aiohappyeyeballs?
Yes — aiohappyeyeballs scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 70 days ago. 13 releases in the last 2 years.
How do I install aiohappyeyeballs?
Run `pip install aiohappyeyeballs` to add aiohappyeyeballs to your PyPI project.
What license is aiohappyeyeballs released under?
aiohappyeyeballs is distributed under the PSF-2.0 license.
How popular is aiohappyeyeballs?
PyPI does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on aiohappyeyeballs.
Is aiohappyeyeballs still maintained?
The most recent release of aiohappyeyeballs (v2.7.1) was published 2 months ago.