python-leveldb

Python wrapper for LevelDB (Python 2)
  https://github.com/arnimarj/py-leveldb
  0
  no reviews



LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.

This package provides a Python wrapper for LevelDB.

This is the Python 2 version of the package.