https://github.com/wbolster/plyvel
Plyvel, a fast and feature-rich Python interface to LevelDB
https://github.com/wbolster/plyvel
Last synced: 4 months 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 13 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T12:47:48.000Z (over 1 year ago)
- Last Synced: 2025-07-16T14:03:55.428Z (4 months ago)
- Language: Cython
- Homepage: https://plyvel.readthedocs.io/
- Size: 1.91 MB
- Stars: 551
- Watchers: 15
- Forks: 79
- Open Issues: 24
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.rst
Awesome Lists containing this project
- awesome-python - Plyvel - A fast and feature-rich Python interface to LevelDB. (Database Drivers)
- fucking_awesome_python - Plyvel - A fast and feature-rich Python interface to LevelDB. (Database Drivers)
- awesome-python - Plyvel - A fast and feature-rich Python interface to LevelDB. (Database Drivers)
- Python-Awesome - Plyvel - A fast and feature-rich Python interface to LevelDB. (Database Drivers)
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.