mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
f57337c650
objects.
9 lines
315 B
Plaintext
9 lines
315 B
Plaintext
Read DBF files with Python.
|
|
|
|
DBF is a file format used by databases such as 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.
|
|
|
|
WWW: https://github.com/olemb/dbfread
|