Metadata-Version: 1.1
Name: pymamba
Version: 0.2.3
Summary: Database library for Python based on LMDB storage engine
Home-page: https://github.com/oddjobz/pymamba
Author: Gareth Bult
Author-email: oddjobz@linux.co.uk
License: MIT
Description-Content-Type: UNKNOWN
Description: PyMamba
        =======
        
        .. image:: https://travis-ci.org/oddjobz/pymamba.svg?branch=master
            :target: https://travis-ci.org/oddjobz/pymamba
        
        .. image:: https://coveralls.io/repos/github/oddjobz/pymamba/badge.svg?branch=master
            :target: https://coveralls.io/github/oddjobz/pymamba?branch=master
        
        PyMamba is a Python library designed to turn the LMDB storage engine into a relatively complete 
        Database package for use in Python3 applications. In the spirit of the language title, this 
        package is named after the fastest snake on the planet (Black Mamba) as a nod to the speed of 
        the LMDB storage engine we’re leaning on.
        
        See the API here: https://pymamba.linux.co.uk
        
        Project page:     https://oddjobz.github.io/pymamba/
        
        
Keywords: pymamba,database,LMDB,python,ORM
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
