Metadata-Version: 1.1
Name: plyvel
Version: 0.9
Summary: Plyvel, a fast and feature-rich Python interface to LevelDB
Home-page: https://github.com/wbolster/plyvel
Author: Wouter Bolsterlee
Author-email: uws@xs4all.nl
License: BSD License
Description: ======
        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.org/
        .. _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.
        
        
        .. image:: https://d2weczhvl823v0.cloudfront.net/wbolster/plyvel/trend.png
           :alt: Bitdeli badge
           :target: https://bitdeli.com/free
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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
