aedg_metadata.helpers ===================== .. py:module:: aedg_metadata.helpers .. autoapi-nested-parse:: Functions to help things along. Functions --------- .. autoapisummary:: aedg_metadata.helpers.check_fields aedg_metadata.helpers.check_schema aedg_metadata.helpers.parse_csv_header Module Contents --------------- .. py:function:: check_fields(package) Function to check that all the columns in the file are described. .. py:function:: check_schema(package) Function from OEMetadata to check schema against standard .. py:function:: parse_csv_header(package) Get the header line from the URL of a CSV documented in a data package. Bonus: checks that URL is valid too.