Metadata-Version: 1.1
Name: ctypes-ejdb
Version: 0.1.0
Summary: Python binding for EJDB built on ctypes.
Home-page: https://github.com/uranusjr/ctypes-ejdb
Author: Tzu-ping Chung
Author-email: uranusjr@gmail.com
License: BSD
Description: ===============================
        ctypes-ejdb
        ===============================
        
        .. image:: https://badge.fury.io/py/ctypes-ejdb.png
            :target: http://badge.fury.io/py/ctypes-ejdb
        
        .. image:: https://travis-ci.org/uranusjr/ctypes-ejdb.png?branch=master
                :target: https://travis-ci.org/uranusjr/ctypes-ejdb
        
        .. image:: https://pypip.in/d/ctypes-ejdb/badge.png
                :target: https://pypi.python.org/pypi/ctypes-ejdb
        
        
        Python binding for EJDB built on ctypes.
        
        * Free software: BSD license.
        * Documentation: https://ctypes-ejdb.readthedocs.org.
        
        
        Features
        --------
        
        * Pure Python—only Python (2.7 or 3.3+) and an `EJDB binary`_ is needed. No need to compile anything.
        
        
        Future Features
        ---------------
        
        * Better API compatibility to MongoDB.
        * Better documentation.
        
        
        _`EJDB binary`: http://softmotions.com/ejdb/archives/
        
        
        
        
        History
        -------
        
        0.1.0 (2015-06-28)
        ---------------------
        
        * First release on PyPI.
        
Keywords: ctypes-ejdb
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
