Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
faust-streaming / faust / livecheck / patches / __init__.py
Size: Mime:
"""Patches - LiveCheck integration with other frameworks/libraries."""
from . import aiohttp

__all__ = ["aiohttp", "patch_all"]


def patch_all() -> None:
    """Apply all LiveCheck monkey patches."""
    aiohttp.patch_all()