frankyxhl / dbfpy

dbfpy (Python 3 port), base on http://dbfpy.sourceforge.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python 3 modules for accessing .dbf files

Forked from https://github.com/steelywing/dbfpy.

Features

  • Support FoxPro
  • Support memo
  • Support with statement
  • Code page

TODO

  • Write test
  • dBase compatible

Install

Run pip install dbfpy3

Demo

See demo.py


NOT FULLY TEST YET

USE AT YOUR OWN RISK

NO WARRANTIES WHATSOEVER


Authors

Jeff Kunce kuncej@mail.conservation.state.mo.us http://starship.python.net/crew/jjkunce/

Hans Fiby hans@fiby.at http://www.fiby.at

Steely Wing https://github.com/steelywing/

Frank Xu https://github.com/frankyxhl/

About

dbfpy (Python 3 port), base on http://dbfpy.sourceforge.net/

License:MIT License


Languages

Language:Python 96.7%Language:Makefile 3.3%