Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
ANN: python-dBase 0.86 Released!
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Ethan Furman  
View profile  
 More options Nov 4, 12:53 pm
Newsgroups: comp.lang.python
From: Ethan Furman <et...@stoneleaf.us>
Date: Tue, 03 Nov 2009 17:53:31 -0800
Local: Wed, Nov 4 2009 12:53 pm
Subject: ANN: python-dBase 0.86 Released!
Greetings!

I am happy to announce the latest release of python-dBase (dbf for
short)!  At this point it supports dBase III and Visual FoxPro 6 dbf files.

It's a bit quicker now since it's using array.array to hold the records
and not strings, and the API has been standardized.  It also now has
much better, though still basic, documentation.

It was initially written to ease transition away from vfp files, but we
use it here everyday for processing both vfp and dBase files.

Drawbacks:
* it is not concurrent
* it does not support vfp auto-increment nor null fields
* entire table is read into memory, so large tables process slowly
* non-initialized logical fields show up as False (? ==> False)

Advantages:
* entire table is read into memory, so small to medium files process quickly
* memo fields (reading *and* writing) are supported
* :memory: tables can be used to hold result sets from bigger SQL tables
to ease data access
* custom date, datetime, and time wrappers to support empty date fields
* direct translation from dbf field to python data type

To-Do:
* add an option to not keep all records in memory for large tables
* add codepage support
* add more dbf formats (dBase IV, V, 7 -- any links to these layouts
would be /greatly/ appreciated!)

This release is available at PyPI -- just search for dbf!

As always, success stories and bug reports desired.

Happy Hacking!

~Ethan~


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google