python3-leveldb

Python wrapper for LevelDB (Python 3)
  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 3 version of the package.