Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lopuhin/dbfpy
porting to python3
https://github.com/lopuhin/dbfpy
Last synced: about 1 month ago
JSON representation
porting to python3
- Host: GitHub
- URL: https://github.com/lopuhin/dbfpy
- Owner: lopuhin
- Created: 2013-02-24T16:34:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-02-24T19:04:07.000Z (over 11 years ago)
- Last Synced: 2023-03-12T08:16:19.909Z (over 1 year ago)
- Language: Python
- Size: 168 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
Awesome Lists containing this project
README
Python modules for accessing .dbf (dbase) files
readme_dbfpy.txt
jjk 11/15/99
2000-10-06 Hans FibyI have used this code, in various forms, to read .dbf files.
It includes some experimental code to write to .dbf files.
This code may provide a starting point for others.Files:
dbf.py reads (and possibly writes) .dbf file data directly from disk
dbfload.py reads an entire .dbf file into memory, provides access to data
binnum.py a module to decode/encode binary numbers
strutil.py a module of string utilities
dbfnew.py a module to create new .dbf files
county.dbf a sample .dbf file
readme.txt this file
dbfpy.tgz the distribution tarballdbf.py and dbfload.py are independent ways to access .dbf files.
*** !! USE AT YOUR OWN RISK !! ***
*** !! NO WARRANTIES WHATSOEVER !! ***Jeff Kunce
http://starship.python.net/crew/jjkunce/
Hans Fiby
http://www.fiby.at