sqlalchemyseed.loader ===================== .. py:module:: sqlalchemyseed.loader .. autoapi-nested-parse:: Text file loader module Module Contents --------------- .. py:function:: load_entities_from_csv(csv_filepath: str, model) -> dict Load entities from csv file :param csv_filepath: string csv file path :param model: either str or class :return: dict of entities .. py:function:: load_entities_from_json(json_filepath) -> dict Get entities from json .. py:function:: load_entities_from_yaml(yaml_filepath) Get entities from yaml