MANIFEST.in
setup.py
src/matrixconverters/__init__.py
src/matrixconverters/_version.py
src/matrixconverters/read_csv.py
src/matrixconverters/read_ptv.py
src/matrixconverters/save_ptv.py
src/matrixconverters/xarray2netcdf.py
src/matrixconverters.egg-info/PKG-INFO
src/matrixconverters.egg-info/SOURCES.txt
src/matrixconverters.egg-info/dependency_links.txt
src/matrixconverters.egg-info/not-zip-safe
src/matrixconverters.egg-info/requires.txt
src/matrixconverters.egg-info/top_level.txt
src/matrixconverters/tests/__init__.py
src/matrixconverters/tests/matrix_bi_format.mtx
src/matrixconverters/tests/matrix_bk_format.mtx
src/matrixconverters/tests/matrix_bl_format.mtx
src/matrixconverters/tests/matrix_e_format.mtx
src/matrixconverters/tests/matrix_o_format.mtx
src/matrixconverters/tests/matrix_o_format_without_names.mtx
src/matrixconverters/tests/matrix_or_format.mtx
src/matrixconverters/tests/matrix_s_format.mtx
src/matrixconverters/tests/matrix_v_format.mtx
src/matrixconverters/tests/test_read_csv.py
src/matrixconverters/tests/test_read_visum.py
src/matrixconverters/tests/test_save_psv.py
src/matrixconverters/tests/test_xarray2netcdf.py