fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
6 lines
276 B
Text
6 lines
276 B
Text
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.
|