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
from eggfetch.compat.httpx import get_compatibility_info

__all__ = ["get_compatibility_info"]