dbf 0.90.0
Pure python package for reading/writing dBase, FoxPro, and Visual FoxPro .dbf files (including memos)
Downloads ↓ | Package Documentation
Latest Version: 0.93.011
Currently supports dBase III, and FoxPro - Visual FoxPro tables. Text is returned as unicode, and codepage settings in tables are honored. Documentation needs work, but author is very responsive to e-mails.
Not supported: index files (but can create tempory non-file indexes), null fields (data returned is blank), and auto-incrementing fields.
This version is backwards-incompatible as far as the default types of returned data. However, it does supply backwards-compatible custom data types that can be specified when tables are opened: Char (auto-trims white-space), Date & DateTime (allows False values), and Logical (allows unknown values). To get the old behavior with a dBase III table would look like this: table = Table(somefile, default_data_types=dict(C=Char, L=Logical, D=Date, T=DateTime, M=Char))
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| dbf-0.90.0.zip (md5) | Source | 2011-12-16 | 57KB | 747 | |
- Author: Ethan Furman
- Documentation: dbf package documentation
- Home Page: http://groups.google.com/group/python-dbase
- License: BSD License
- Provides dbf
- Categories
- Package Index Owner: ethanf
- DOAP record: dbf-0.90.0.xml
