Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wbolster/plyvel
- Owner: wbolster
- License: other
- Created: 2012-11-04T19:01:08.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T12:47:48.000Z (6 months ago)
- Last Synced: 2024-10-29T21:21:23.557Z (13 days ago)
- Language: Cython
- Homepage: https://plyvel.readthedocs.io/
- Size: 1.91 MB
- Stars: 532
- Watchers: 17
- Forks: 76
- Open Issues: 22
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.rst
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/leveldbNote that using a released version is recommended over a checkout from version
control. See the installation docs for more information.