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    
cattrs / src / cattrs / preconf / pyyaml.py
Size: Mime:
"""Preconfigured converters for pyyaml."""
from cattr.preconf.pyyaml import configure_converter, make_converter

__all__ = ["make_converter", "configure_converter"]