AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
README.rst
setup.cfg
setup.py
convertme/__init__.py
convertme/cli.py
convertme/dataset.py
convertme/metadata.py
convertme/reader_interface.py
convertme/writer_interface.py
convertme.egg-info/PKG-INFO
convertme.egg-info/SOURCES.txt
convertme.egg-info/dependency_links.txt
convertme.egg-info/entry_points.txt
convertme.egg-info/not-zip-safe
convertme.egg-info/requires.txt
convertme.egg-info/top_level.txt
convertme/burmeister/__init__.py
convertme/burmeister/burmeister_reader.py
convertme/burmeister/burmeister_writer.py
convertme/csv/__init__.py
convertme/csv/csv_reader.py
convertme/csv/csv_writer.py
convertme/fimi/__init__.py
convertme/fimi/fimi_reader.py
convertme/fimi/fimi_writer.py
convertme/matlab/__init__.py
convertme/matlab/matlab_reader.py
convertme/matlab/matlab_writer.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
docs/_build/html/_static/file.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
tests/.DS_Store
tests/__init__.py
tests/test_dataset.py
tests/burmeister/__init__.py
tests/burmeister/test_burmeister_reader.py
tests/burmeister/test_burmeister_writer.py
tests/burmeister/test_data_reader/in_1.cxt
tests/burmeister/test_data_reader/in_2.cxt
tests/burmeister/test_data_reader/out_1.json
tests/burmeister/test_data_reader/out_2.json
tests/burmeister/test_data_writer/in_1.json
tests/burmeister/test_data_writer/in_2.json
tests/burmeister/test_data_writer/out_1.cxt
tests/burmeister/test_data_writer/out_2.cxt
tests/csv/test_csv_reader.py
tests/csv/test_csv_writer.py
tests/csv/test_data/attribute_labels/in_1.csv
tests/csv/test_data/attribute_labels/in_2.csv
tests/csv/test_data/attribute_labels/in_3.csv
tests/csv/test_data/attribute_labels/out_1.json
tests/csv/test_data/attribute_labels/out_2.json
tests/csv/test_data/attribute_labels/out_3.json
tests/csv/test_data/delimiter/in_1.csv
tests/csv/test_data/delimiter/in_2.csv
tests/csv/test_data/delimiter/in_3.csv
tests/csv/test_data/delimiter/out_1.json
tests/csv/test_data/delimiter/out_2.json
tests/csv/test_data/delimiter/out_3.json
tests/csv/test_data/labels/in_1.csv
tests/csv/test_data/labels/in_2.csv
tests/csv/test_data/labels/in_3.csv
tests/csv/test_data/labels/out_1.json
tests/csv/test_data/labels/out_2.json
tests/csv/test_data/labels/out_3.json
tests/csv/test_data/no_parameter/in_1.csv
tests/csv/test_data/no_parameter/in_2.csv
tests/csv/test_data/no_parameter/in_3.csv
tests/csv/test_data/no_parameter/out_1.json
tests/csv/test_data/no_parameter/out_2.json
tests/csv/test_data/no_parameter/out_3.json
tests/csv/test_data/object_labels/in_1.csv
tests/csv/test_data/object_labels/in_2.csv
tests/csv/test_data/object_labels/in_3.csv
tests/csv/test_data/object_labels/out_1.json
tests/csv/test_data/object_labels/out_2.json
tests/csv/test_data/object_labels/out_3.json
tests/fimi/test_fimi_reader.py
tests/fimi/test_fimi_writer.py
tests/fimi/test_data_reader/in_1.fimi
tests/fimi/test_data_reader/in_2.fimi
tests/fimi/test_data_reader/out_1.json
tests/fimi/test_data_reader/out_2.json
tests/fimi/test_data_writer/in_1.fimi
tests/fimi/test_data_writer/out_1.json
tests/matlab/__init__.py
tests/matlab/test_matlab_reader.py
tests/matlab/test_data_reader/in_1.mat
tests/matlab/test_data_reader/out_1.json