Common

Some common helper functions

kissats.common.load_data_file(file_location)

Load a schema from a .json or .yaml file

Parameters:file_location (string or pathlib.Path) – Absolute location of the data file to load.
Returns:data file contents
Return type:dict
kissats.common.pip_in_package(package_to_pip)

Pip install a package into the current environment