Happy Eyeballs
Project description
aiohappyeyeballs
Documentation: https://aiohappyeyeballs.readthedocs.io
Source Code: https://github.com/bdraco/aiohappyeyeballs
Happy Eyeballs
Use case
This library exists to allow connecting with Happy Eyeballs when you already have a list of addrinfo and not a DNS name.
The stdlib version of loop.create_connection()
will only work when you pass in an unresolved name which
is not a good fit when using DNS caching or resolving
names via another method such was zeroconf
.
Installation
Install this via pip (or your favourite package manager):
pip install aiohappyeyeballs
Example usage
addr_infos = await loop.getaddrinfo("example.org", 80)
socket = await start_connection(addr_infos)
transport, protocol = await loop.create_connection(
MyProtocol, sock=socket, ...)
Credits
This package contains code from cpython and is licensed under the same terms as cpython itself.
This package was created with Copier and the browniebroke/pypackage-template project template.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for aiohappyeyeballs-1.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | decf0e28c131a29195efbca82847a25f1f1061a9f76c9da104f9e8cc58856484 |
|
MD5 | df9ef5f77afa1eb310e815d3ba61e389 |
|
BLAKE2b-256 | 079584a8576cdc67956719b7b41f9478c2d42f8c0de293a8163c78795c71a06c |