Metadata-Version: 2.1
Name: morango
Version: 0.5.0
Summary: Pure Python sqlite-based Django DB replication engine.
Home-page: https://github.com/learningequality/morango
Author: Learning Equality
Author-email: dev@learningequality.org
License: MIT
Keywords: database,syncing,morango
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Requires-Dist: django (<1.12)
Requires-Dist: django-mptt (<0.10.0)
Requires-Dist: rsa (<3.5,>=3.4.2)
Requires-Dist: djangorestframework (==3.9.1)
Requires-Dist: django-ipware (<1.2,>=1.1.6)
Requires-Dist: future (==0.16.0)
Requires-Dist: requests
Requires-Dist: ifcfg

# Morango

[![image](https://img.shields.io/travis/learningequality/morango.svg)](https://travis-ci.org/learningequality/morango)
[![image](http://codecov.io/github/learningequality/morango/coverage.svg?branch=master)](http://codecov.io/github/learningequality/morango?branch=master)
[![image](https://readthedocs.org/projects/morango/badge/?version=latest)](http://morango.readthedocs.org/en/latest/)

Pure Python Django DB replication engine.

  - Free software: MIT license
  - Documentation: <https://morango.readthedocs.io>.


