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
File details
Details for the file aiohappyeyeballs-1.4.1.tar.gz
.
File metadata
- Download URL: aiohappyeyeballs-1.4.1.tar.gz
- Upload date:
- Size: 13.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e7fdef68eea8aad970f4dfa07d20bb54c76ff6a401e41cda93efab6af43889d |
|
MD5 | dab11b4f682fcfb3f037c7a255088932 |
|
BLAKE2b-256 | 30c1d18a9ef054541859b0d509e7b10949a31961c36eb3f3c7dba15ace7b1ed5 |
Provenance
File details
Details for the file aiohappyeyeballs-1.4.1-py3-none-any.whl
.
File metadata
- Download URL: aiohappyeyeballs-1.4.1-py3-none-any.whl
- Upload date:
- Size: 13.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2226689f936254adb7fc40db4a60d3175d31f63e340365a199293b3ee915d573 |
|
MD5 | 677e091b4967ddb15fdce1ca2cbf9447 |
|
BLAKE2b-256 | 3954371cce60e1e7d39f0e4a016426a0c20ce4ad1a1a5e2722611099cbaa7c45 |