Metadata-Version: 2.1
Name: dbfpy3
Version: 4.2.2
Summary: Port to Python 3. Dbfpy is a python-only module for reading and writing DBF-files.
Home-page: https://github.com/frankyxhl/dbfpy3
Author: Frank Xu
Author-email: franky.xhl@gmail.com
License: MIT license
Keywords: dbfpy3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.5
License-File: LICENSE

Python 3 modules for accessing .dbf files
------------------------------------------

Port to Python 3 and released at PyPi by Frank Xu.

### Features

* Support FoxPro
* Support memo
* Code page

### TODO

* Write test
* dBase compatible

### Install

Run `pip install dbfpy3`


---

### NOT FULLY TEST YET

### USE AT YOUR OWN RISK

### NO WARRANTIES WHATSOEVER

---

steelywing <https://github.com/steelywing/dbfpy>

Jeff Kunce <kuncej@mail.conservation.state.mo.us>

Hans Fiby <hans@fiby.at>

Frank Xu <https://github.com/frankyxhl/dbfpy3>

Zdeněk Böhm <https://github.com/zbohm>

=======
History
=======

0.1.0 (2020-12-26)
------------------

* First release on PyPI.
