Home

History Key

  • New content
  • Removed content

Recent Versions

Choose two versions to compare, or click the link to view it.

  1. 6. over 3 years by tyrion-mx
  2. 5. over 3 years by tyrion-mx
  3. 4. over 3 years by tyrion-mx
  4. 3. over 3 years by tyrion-mx
  5. 2. over 3 years by tyrion-mx
  6. 1. over 3 years by tyrion-mx
 

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

.