Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #20208 > unrolled thread

ANN: dbf.py 0.90.001

Started byEthan Furman <ethan@stoneleaf.us>
First post2012-02-10 16:38 -0800
Last post2012-02-10 16:38 -0800
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  ANN: dbf.py 0.90.001 Ethan Furman <ethan@stoneleaf.us> - 2012-02-10 16:38 -0800

#20208 — ANN: dbf.py 0.90.001

FromEthan Furman <ethan@stoneleaf.us>
Date2012-02-10 16:38 -0800
SubjectANN: dbf.py 0.90.001
Message-ID<mailman.5690.1328921496.27778.python-list@python.org>
Still messing with .dbf files?

Somebody brought you a 15 year old floppy, which still luckily (?) 
worked, and now wants that ancient data?

dbf to the rescue!

Supported tables/features
=========================
   - dBase III
   - FoxPro
   - Visual FoxPro supported
   - Null value

Supported field types
=====================
   - Char
   - Date
   - Logical
   - Memo
   - Numeric
   - Currency (returns Decimal)
   - DateTime
   - Double
   - Float (same as Numeric)
   - General
   - Integer
   - Picture

Still to come (or, Not Yet Working ;)
=====================================

  - Index files (although you can create temporary
    memory indices)
  - auto incrementing fields

Latest version can be found on PyPI at http://pypi.python.org/pypi/dbf.

Comments, bug reports, etc, appreciated!

~Ethan~

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web