python3-dbfread

read DBF Files with Python
  http://dbfread.readthedocs.org/
  0
  no reviews



DBF is a file format used by databases such dBase, Visual FoxPro, and FoxBase+. This library reads DBF files and returns the data as native Python data types for further processing. It is primarily intended for batch jobs and one-off scripts.

This package provides the modules for Python 3.