pardata.loaders.Loader

class pardata.loaders.Loader

Bases: abc.ABC

Base class of all loaders.

Methods

check_path(path)

Check if the given path is a valid path to the file to be loaded.

load(path, options)

Loads from a given path or a dict of path configurations.