Metadata-Version: 2.1
Name: simpleBDB
Version: 1.0.9
Summary: A simple wrapper for bsddb3
Home-page: https://github.com/deltarod/simpleBDB/
Author: Tristan Miller
Author-email: Tristan.Miller@nau.edu
License: UNKNOWN
Description: # SimpleBDB
        ![](https://travis-ci.com/deltarod/SimpleBDB.svg?branch=master)
        
        A simple wrapper for bsddb3 adapted from [here](https://github.com/tdhock/SegAnnDB/blob/master/plotter/db.py).
        
        The code from SegAnnDB has been slimmed down and modified to provide an easy way to utilize it.
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: test
