Metadata-Version: 1.1
Name: ydbf-py3
Version: 0.4.post20180112
Summary: Pythonic reader and writer for DBF/XBase files
Home-page: http://www.pyobject.ru/projects/YDbf
Author: Scott Walton
Author-email: s@cott.me.uk
License: GNU GPL2
Description-Content-Type: UNKNOWN
Description: YDbf is a library for reading/writing DBF files
        (also known as XBase) in pythonic way. It
        represents DBF file as data iterator, where
        each record is a simple dict.
        .
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules
