Partial read and write support for DBase dbf files.
Based on the DBF reader and writer.
Main features
- object oriented.
- basic read and write support.
- API similar to django's model and db ones.
- a django serializer, to serialize your django models into a dbf.
What is not supported
- deleting records
- memo fields
- indexes
Documentation
See the examples on the code: main module (models.py) core low-level module * django serializer
Downloads
See the pyDBF PyPI page.
Space Home