Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wbolster/plyvel

Plyvel, a fast and feature-rich Python interface to LevelDB
https://github.com/wbolster/plyvel

Last synced: 5 days ago
JSON representation

Plyvel, a fast and feature-rich Python interface to LevelDB

Awesome Lists containing this project

README

        

======
Plyvel
======

.. image:: https://travis-ci.org/wbolster/plyvel.svg?branch=master
:target: https://travis-ci.org/wbolster/plyvel

**Plyvel** is a fast and feature-rich Python interface to LevelDB_.

Plyvel has a rich feature set, high performance, and a friendly Pythonic API.
See the documentation and project page for more information:

* Documentation_
* `Project page`_
* `PyPI page`_

.. _Project page: https://github.com/wbolster/plyvel
.. _Documentation: https://plyvel.readthedocs.io/
.. _PyPI page: http://pypi.python.org/pypi/plyvel/
.. _LevelDB: https://github.com/google/leveldb

Note that using a released version is recommended over a checkout from version
control. See the installation docs for more information.