.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
AUTHORS
CODE_OF_CONDUCT.md
HISTORY.md
LICENSE
README.md
RELEASING.md
pyproject.toml
pytest.ini
tox.ini
.github/CONTRIBUTING.md
.github/release-drafter.yml
.github/release.yml
.github/workflows/docs-lint.yml
.github/workflows/release-drafter.yml
.github/workflows/release.yml
.github/workflows/require-pr-label.yml
.github/workflows/test.yml
docs/Makefile
docs/__init__.py
docs/api.rst
docs/conf.py
docs/development.rst
docs/formats.rst
docs/index.rst
docs/install.rst
docs/intro.rst
docs/krstyle.sty
docs/requirements.txt
docs/tutorial.rst
docs/_templates/sidebarintro.html
docs/_templates/sidebarlogo.html
src/tablib/__init__.py
src/tablib/_version.py
src/tablib/core.py
src/tablib/exceptions.py
src/tablib/utils.py
src/tablib.egg-info/PKG-INFO
src/tablib.egg-info/SOURCES.txt
src/tablib.egg-info/dependency_links.txt
src/tablib.egg-info/requires.txt
src/tablib.egg-info/top_level.txt
src/tablib/_vendor/__init__.py
src/tablib/_vendor/dbfpy/__init__.py
src/tablib/_vendor/dbfpy/dbf.py
src/tablib/_vendor/dbfpy/dbfnew.py
src/tablib/_vendor/dbfpy/fields.py
src/tablib/_vendor/dbfpy/header.py
src/tablib/_vendor/dbfpy/record.py
src/tablib/_vendor/dbfpy/utils.py
src/tablib/formats/__init__.py
src/tablib/formats/_cli.py
src/tablib/formats/_csv.py
src/tablib/formats/_dbf.py
src/tablib/formats/_df.py
src/tablib/formats/_html.py
src/tablib/formats/_jira.py
src/tablib/formats/_json.py
src/tablib/formats/_latex.py
src/tablib/formats/_ods.py
src/tablib/formats/_rst.py
src/tablib/formats/_sql.py
src/tablib/formats/_tsv.py
src/tablib/formats/_xls.py
src/tablib/formats/_xlsx.py
src/tablib/formats/_yaml.py
tests/requirements.txt
tests/test_tablib.py
tests/test_tablib_dbfpy_packages_fields.py
tests/test_tablib_dbfpy_packages_utils.py
tests/files/bad_dimensions.xlsx
tests/files/book.ods
tests/files/dates.xls
tests/files/errors.xls
tests/files/founders.xlsx
tests/files/issue_524.yaml
tests/files/ragged.ods
tests/files/ragged.xlsx
tests/files/unknown_value_type.ods
tests/files/xlsx_cell_values.xlsx