Skip to main content

aiohappyeyeballs

CI Status Documentation Status Test coverage percentage

Poetry Ruff pre-commit

PyPI Version Supported Python versions License


Documentation: https://aiohappyeyeballs.readthedocs.io

Source Code: https://github.com/aio-libs/aiohappyeyeballs


Happy Eyeballs (RFC 8305)

Use case

This library exists to allow connecting with Happy Eyeballs (RFC 8305) 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 as zeroconf.

Installation

Install this via pip (or your favourite package manager):

pip install aiohappyeyeballs

License

aiohappyeyeballs is licensed under the same terms as cpython itself.

Example usage

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::")

# Convert a local_addr to local_addr_infos
local_addr_infos = addr_to_addr_infos(("127.0.0.1",0))

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.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aiohappyeyeballs-2.4.8.tar.gz (22.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aiohappyeyeballs-2.4.8-py3-none-any.whl (15.0 kB view details)

Uploaded Python 3

File details

Details for the file aiohappyeyeballs-2.4.8.tar.gz.

File metadata

  • Download URL: aiohappyeyeballs-2.4.8.tar.gz
  • Upload date:
  • Size: 22.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for aiohappyeyeballs-2.4.8.tar.gz
Algorithm Hash digest
SHA256 19728772cb12263077982d2f55453babd8bec6a052a926cd5c0c42796da8bf62
MD5 aa9b4d3abc3e3da688a59c9802306388
BLAKE2b-256 de7c79a15272e88d2563c9d63599fa59f05778975f35b255bf8f90c8b12b4ada

See more details on using hashes here.

Provenance

The following attestation bundles were made for aiohappyeyeballs-2.4.8.tar.gz:

Publisher: ci-cd.yml on aio-libs/aiohappyeyeballs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file aiohappyeyeballs-2.4.8-py3-none-any.whl.

File metadata

File hashes

Hashes for aiohappyeyeballs-2.4.8-py3-none-any.whl
Algorithm Hash digest
SHA256 6cac4f5dd6e34a9644e69cf9021ef679e4394f54e58a183056d12009e42ea9e3
MD5 5e3e5a2234028f003f23fe0abc4401ea
BLAKE2b-256 520eb187e2bb3eeb2644515109657c4474d65a84e7123de249bf1e8467d04a65

See more details on using hashes here.

Provenance

The following attestation bundles were made for aiohappyeyeballs-2.4.8-py3-none-any.whl:

Publisher: ci-cd.yml on aio-libs/aiohappyeyeballs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

2.7.1

2 files

2.6.2

2 files

2.6.1

2 files

2.6.0

2 files

2.5.0

2 files

This release

2.4.8 This release

2 files

2.4.7

2 files

2.4.6

2 files

2.4.5

2 files

2.4.4

2 files

2.4.3

2 files

2.4.2

2 files

2.4.1

2 files

2.4.0

2 files

2.3.7

2 files

2.3.6

2 files

2.3.5

2 files

2.3.4

2 files

2.3.3

2 files

2.3.2

2 files

2.3.1

2 files

2.3.0

2 files

2.2.0

2 files

2.1.0

2 files

2.0.0

2 files

1.8.1

2 files

1.8.0

2 files

1.7.0

2 files

1.6.0

2 files

1.5.0

2 files

1.4.1

2 files

1.4.0

2 files

1.3.0

2 files

1.2.0

2 files

1.1.0

2 files

1.0.0

2 files

0.9.0

2 files

0.8.0

2 files

0.7.0

2 files

0.6.0

2 files

0.5.0

2 files

0.4.0

2 files

0.3.0

2 files

0.2.0

2 files

0.1.0

2 files

0.0.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page