LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.py
tox.ini
docs/Makefile
docs/acknowledgements.rst
docs/api_changes.rst
docs/changes.rst
docs/conf.py
docs/dbf_objects.rst
docs/exporting_data.rst
docs/field_types.rst
docs/index.rst
docs/installing.rst
docs/introduction.rst
docs/license.rst
docs/make.bat
docs/resources.rst
docs/_static/PLACEHOLDER
examples/custom_field_type.py
examples/dbf2sqlite
examples/dbfinfo.py
examples/namedtuples.py
examples/pandas_dataframe.py
examples/print_csv.py
examples/print_invalid_values.py
examples/record_objects.py
examples/using_dataset.py
examples/files/invalid_value.dbf
examples/files/make_example_files.py
examples/files/people.dbf
src/catalystcoop.dbfread.egg-info/PKG-INFO
src/catalystcoop.dbfread.egg-info/SOURCES.txt
src/catalystcoop.dbfread.egg-info/dependency_links.txt
src/catalystcoop.dbfread.egg-info/requires.txt
src/catalystcoop.dbfread.egg-info/top_level.txt
src/catalystcoop.dbfread.egg-info/zip-safe
src/dbfread/__init__.py
src/dbfread/codepages.py
src/dbfread/dbf.py
src/dbfread/dbversions.py
src/dbfread/deprecated_dbf.py
src/dbfread/exceptions.py
src/dbfread/field_parser.py
src/dbfread/ifiles.py
src/dbfread/memo.py
src/dbfread/struct_parser.py
src/dbfread/version.py
testcases/memotest.FPT
testcases/memotest.dbf
testcases/no_memofile.dbf
testcases/testcases.zip
tests/__init__.py
tests/test_dbf.py
tests/test_field_parser.py
tests/test_ifiles.py
tests/test_invalid_value.py
tests/test_memo.py
tests/test_read_and_length.py