metasyn.file ============ .. automodule:: metasyn.file .. rubric:: Functions .. autosummary:: file_interface_from_dict fileinterface get_file_interface_class read_csv read_dta read_excel read_file read_sav read_tsv write_csv write_dta write_excel write_sav write_tsv .. autofunction:: file_interface_from_dict :no-index: .. autofunction:: fileinterface :no-index: .. autofunction:: get_file_interface_class :no-index: .. autofunction:: read_csv :no-index: .. autofunction:: read_dta :no-index: .. autofunction:: read_excel :no-index: .. autofunction:: read_file :no-index: .. autofunction:: read_sav :no-index: .. autofunction:: read_tsv :no-index: .. autofunction:: write_csv :no-index: .. autofunction:: write_dta :no-index: .. autofunction:: write_excel :no-index: .. autofunction:: write_sav :no-index: .. autofunction:: write_tsv :no-index: .. rubric:: Classes .. autosummary:: BaseFileInterface CsvFileInterface ExcelFileInterface ReadStatInterface SavFileInterface StataFileInterface .. autoclass:: BaseFileInterface :members: :show-inheritance: :no-index: .. autoclass:: CsvFileInterface :members: :show-inheritance: :no-index: .. autoclass:: ExcelFileInterface :members: :show-inheritance: :no-index: .. autoclass:: ReadStatInterface :members: :show-inheritance: :no-index: .. autoclass:: SavFileInterface :members: :show-inheritance: :no-index: .. autoclass:: StataFileInterface :members: :show-inheritance: :no-index: