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 / serializers / __init__.py
Size: Mime:
"""Serializers and Codecs."""
from .codecs import Codec
from .registry import Registry
from .schemas import Schema

__all__ = ["Codec", "Registry", "Schema"]