Metadata-Version: 2.1
Name: membank
Version: 0.2.0
Summary: A package to handle persistent memory
Home-page: https://github.com/Kolumbs/membank
Author: Juris Kaminskis
Author-email: juris.kaminskis@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/Kolumbs/membank/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# membank
Python library for storing data in persistent memory (sqlite, postgresql, berkeley db)
## usage
to be written


