eggfetch-python 0.1.4

Python sync and asyncio bindings for the eggfetch HTTP engine (Rust core via PyO3; Python users install from PyPI)
1
2
3
4
5
6
7
"""HTTPX2 re-export of httpx compat _asgi (identical semantics)."""

from eggfetch.compat.httpx._asgi import *  # noqa: F401,F403
try:
    from eggfetch.compat.httpx._asgi import __all__  # noqa: F401
except ImportError:
    pass