Install & Compatibility
Where this runs
tested against v2.7.1 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.226s · 17.9MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 1.6s · import 0.190s · 18MB
16MB installed
● package 16MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
start_connection
✓ from aiohappyeyeballs import start_connection
✗ from aiohappyeyeballs import HappyEyeballs
AddrInfoType
✓ from aiohappyeyeballs import AddrInfoType
SocketFactoryType
✓ from aiohappyeyeballs import SocketFactoryType
Basic usage of HappyEyeballs to resolve an address asynchronously.
import asyncio
from aiohappyeyeballs import HappyEyeballs
async def main():
resolver = HappyEyeballs()
addr = await resolver.resolve('example.com')
print(addr)
asyncio.run(main())
Upgrade
Version history
2.7.1latest on PyPI · released Jul 1, 2026
Audit
Dependencies
No dependency data recorded yet.