Metadata-Version: 2.1
Name: simpleBDB
Version: 1.1.21
Summary: A simple wrapper for bsddb3
Home-page: https://github.com/deltarod/simpleBDB/
Author: Tristan Miller
Author-email: Tristan.Miller@nau.edu
License: UNKNOWN
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
Requires-Dist: berkeleydb
Requires-Dist: pandas (>=1.1.4)
Requires-Dist: decorator
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

# SimpleBDB
![](https://github.com/deltarod/simpleBDB/actions/workflows/tests.yml/badge.svg)
[![codecov.io](https://codecov.io/github/deltarod/simpleBDB/coverage.svg?branch=main)](https://codecov.io/github/PeakLearner/PeakLearner)

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.




