Metadata-Version: 1.1
Name: aiorethink
Version: 0.1.0
Summary: Asynchronous asyncio compatible ODM for RethinkDB
Home-page: https://github.com/lars-tiede/aiorethink
Author: Lars Tiede
Author-email: lars.tiede@gmail.com
License: MIT
Description: aiorethink
        ==========
        
        .. image:: https://travis-ci.org/lars-tiede/aiorethink.svg?branch=master
            :target: https://travis-ci.org/lars-tiede/aiorethink
        
        .. image:: https://coveralls.io/repos/github/lars-tiede/aiorethink/badge.svg?branch=master
            :target: https://coveralls.io/github/lars-tiede/aiorethink?branch=master
        
        
        A fairly comprehensive but easy-to-use asyncio-enabled Object Document Mapper
        for `RethinkDB <https://www.rethinkdb.com/>`_.
        
        
        Status
        ------
        
        In development. The API is not complete and far from stable yet.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Database
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
