package documentation

Tools to deal with ini config files.

From __init__.py:

Function from_paths Undocumented
Function to_string Undocumented
def from_paths(*paths: str) -> dict: (source)

Undocumented

def to_string(d: dict) -> str: (source)

Undocumented