.gitignore
.travis.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
runtests.sh
setup.cfg
setup.py
docs/about.md
docs/base.md
docs/gis.md
docs/loaders.md
docs/mappers.md
docs/parsers.md
itertable/__init__.py
itertable/__main__.py
itertable/base.py
itertable/commands.py
itertable/exceptions.py
itertable/loaders.py
itertable/mappers.py
itertable/util.py
itertable/version.py
itertable.egg-info/PKG-INFO
itertable.egg-info/SOURCES.txt
itertable.egg-info/dependency_links.txt
itertable.egg-info/requires.txt
itertable.egg-info/top_level.txt
itertable/gis/__init__.py
itertable/gis/mixins.py
itertable/parsers/__init__.py
itertable/parsers/base.py
itertable/parsers/readers.py
itertable/parsers/text.py
itertable/parsers/xls.py
tests/__init__.py
tests/base.py
tests/test_custom.py
tests/test_dataframe.py
tests/test_extra_data.py
tests/test_gis.py
tests/test_gis_dataframe.py
tests/test_load_file.py
tests/test_netloader.py
tests/test_write.py
tests/test_zip.py
tests/files/.gitignore
tests/files/custom.json
tests/files/custom.xml
tests/files/custom2.json
tests/files/extra.xls
tests/files/noextra.xls
tests/files/test.csv
tests/files/test.dbf
tests/files/test.geojson
tests/files/test.json
tests/files/test.prj
tests/files/test.shp
tests/files/test.shx
tests/files/test.xls
tests/files/test.xlsx
tests/files/test.xml
tests/files/test2.csv
tests/files/test3.csv
tests/files/testcsv.zip
tests/files/testmulti.zip
tests/files/testxls.zip