EcohydroWorkflowLib  0.973
 All Classes Namespaces Files Functions Variables Pages
Namespaces | Functions | Variables
dbf.py File Reference

Namespaces

namespace  ecohydroworkflowlib.dbf
 Methods for reading and write DBF data files.
 

Functions

def ecohydroworkflowlib.dbf.dbfreader
 Returns an iterator over records in a Xbase DBF file.
 
def ecohydroworkflowlib.dbf.dbfwriter
 Return a string suitable for writing directly to a binary dbf file.
 

Variables

string ecohydroworkflowlib.dbf.filename '/pydev/databases/orders.dbf'
 
tuple ecohydroworkflowlib.dbf.f open(filename, 'rb')
 
tuple ecohydroworkflowlib.dbf.db list(dbfreader(f))
 
list ecohydroworkflowlib.dbf.records [rec[1:] for rec in records]