LICENSE
README.md
setup.cfg
setup.py
import_me/__init__.py
import_me/columns.py
import_me/constants.py
import_me/exceptions.py
import_me/processors.py
import_me.egg-info/PKG-INFO
import_me.egg-info/SOURCES.txt
import_me.egg-info/dependency_links.txt
import_me.egg-info/not-zip-safe
import_me.egg-info/requires.txt
import_me.egg-info/top_level.txt
import_me/parsers/__init__.py
import_me/parsers/base.py
import_me/parsers/csv.py
import_me/parsers/xlsx.py
tests/__init__.py
tests/conftest.py
tests/test_columns.py
tests/test_exceptions.py
tests/test_processors.py
tests/test_parsers/__init__.py
tests/test_parsers/test_base.py
tests/test_parsers/test_csv.py
tests/test_parsers/test_xlsx.py