Metadata-Version: 1.1
Name: dbf
Version: 0.94.005
Summary: Pure python package for reading/writing dBase, FoxPro, and Visual FoxPro .dbf files (including memos)
Home-page: http://groups.google.com/group/python-dbase
Author: Ethan Furman
Author-email: ethan@stoneleaf.us
License: BSD License
Description: 
        Currently supports dBase III, FoxPro, and Visual FoxPro tables. Text is returned as unicode, and codepage settings in tables are honored. Memos and Null fields are supported.  Documentation needs work, but author is very responsive to e-mails.
        
        Not supported: index files (but can create tempory non-file indexes), auto-incrementing fields, and Varchar fields.
        
        Latest release has many backwards incompatibilities, as well as some documentation.  Hopefully the latter will make the former bareable.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Database
Provides: dbf
