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

__all__ = ["make_converter", "configure_converter"]