helikite.config =============== .. py:module:: helikite.config Classes ------- .. autoapisummary:: helikite.config.Config Functions --------- .. autoapisummary:: helikite.config.load_config Module Contents --------------- .. py:class:: Config Bases: :py:obj:`pydantic.BaseModel` .. py:attribute:: flight :type: str .. py:attribute:: flight_date :type: datetime.date .. py:attribute:: flight_suffix :type: str .. py:attribute:: output_schema :type: str .. py:attribute:: campaign_data_dirpath :type: pathlib.Path .. py:attribute:: processing_dir :type: pathlib.Path .. py:property:: flight_basename :type: str .. py:method:: __iter__() .. py:function:: load_config(config_path: pathlib.Path) -> Config