Metadata-Version: 2.1
Name: plyvel-ci
Version: 1.5.1
Summary: Plyvel, a fast and feature-rich Python interface to LevelDB
Home-page: https://github.com/wbolster/plyvel
Author: Wouter Bolsterlee
Author-email: wouter@bolsterl.ee
License: BSD License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: C++
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Database
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE.rst

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

.. image:: https://travis-ci.org/wbolster/plyvel.svg?branch=master
    :target: https://travis-ci.org/wbolster/plyvel
.. image:: https://github.com/liviaerxin/plyvel/actions/workflows/cibuildwheel.yml/badge.svg?branch=CI
    :target: https://github.com/liviaerxin/plyvel/tree/CI

**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.
