Metadata-Version: 1.1
Name: plyvel
Version: 1.0.4
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
Description: ======
        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: http://code.google.com/p/leveldb/
        
        Note that using a released version is recommended over a checkout from version
        control. See the installation docs for more information.
        
Platform: UNKNOWN
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
