Metadata-Version: 1.1
Name: motorturbine
Version: 0.5.0
Summary: A ORM package for asyncio and motor
Home-page: http://github.com/BFriedrichs/motorturbine
Author: Björn Friedrichs
Author-email: bjoern@friedrichs1.de
License: MIT
Description: # Motorturbine
        
        [![CircleCI](https://circleci.com/gh/BFriedrichs/motorturbine.svg?style=shield)](https://circleci.com/gh/BFriedrichs/motorturbine)
        [![RTD](https://readthedocs.org/projects/motorturbine/badge/?version=latest)](https://motorturbine.readthedocs.io/en/latest/)
        [![PyPI](https://img.shields.io/pypi/v/motorturbine.svg?colorB=brightgreen)](https://pypi.org/project/motorturbine/)
        
        Motorturbine is an adapted version of the [Motorengine ORM](https://motorengine.readthedocs.io/en/latest/). The main goals are proper asyncio integration as well as a way to have more control over safe updates. Many ORMs suffer from parallelism issues and one big part of this package is to introduce transactions with retry capabilities when updating the fields of a document.
        
        ## Installation
        ````
        pip install motorturbine
        ````
        
        ## Documentation
        
        Please read the documentation for further information.
        https://motorturbine.readthedocs.io/en/latest/
        
        ## Todo List
        
        * [ ] Aggregations
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
