morango


Namemorango JSON
Version 0.7.1 PyPI version JSON
download
home_pagehttps://github.com/learningequality/morango
SummaryPure Python sqlite-based Django DB replication engine.
upload_time2023-12-13 15:42:18
maintainer
docs_urlNone
authorLearning Equality
requires_python
licenseMIT
keywords database syncing morango
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Morango

[![build](https://github.com/learningequality/morango/actions/workflows/tox.yml/badge.svg?branch=master)](https://github.com/learningequality/morango/actions)
[![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/)

Morango is a pure-Python database replication engine for Django that supports peer-to-peer syncing of data. It is structured as a Django app that can be included in projects to make specific application models syncable.

Developed in support of the [Kolibri](https://github.com/learningequality/kolibri) product ecosystem, Morango includes some important features including:

-   A certificate-based authentication system to protect privacy and integrity of data
-   A change-tracking system to support calculation of differences between databases across low-bandwidth connections
-   A set of constructs to support data partitioning

## Developer documentation

See [morango.readthedocs.io](https://morango.readthedocs.io)

To build and edit the docs, run:

```bash
# install requirements
pip install -r requirements/docs.txt
pip install -e .

# build docs
make docs

# auto-build and refresh docs on edit
make docs-autobuild
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/learningequality/morango",
    "name": "morango",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "database,syncing,morango",
    "author": "Learning Equality",
    "author_email": "dev@learningequality.org",
    "download_url": "https://files.pythonhosted.org/packages/f0/e9/8354f80b1b275966dda3ed50777aa770b7c246671ff760af0821838e46a6/morango-0.7.1.tar.gz",
    "platform": null,
    "description": "# Morango\n\n[![build](https://github.com/learningequality/morango/actions/workflows/tox.yml/badge.svg?branch=master)](https://github.com/learningequality/morango/actions)\n[![image](http://codecov.io/github/learningequality/morango/coverage.svg?branch=master)](http://codecov.io/github/learningequality/morango?branch=master)\n[![image](https://readthedocs.org/projects/morango/badge/?version=latest)](http://morango.readthedocs.org/en/latest/)\n\nMorango is a pure-Python database replication engine for Django that supports peer-to-peer syncing of data. It is structured as a Django app that can be included in projects to make specific application models syncable.\n\nDeveloped in support of the [Kolibri](https://github.com/learningequality/kolibri) product ecosystem, Morango includes some important features including:\n\n-   A certificate-based authentication system to protect privacy and integrity of data\n-   A change-tracking system to support calculation of differences between databases across low-bandwidth connections\n-   A set of constructs to support data partitioning\n\n## Developer documentation\n\nSee [morango.readthedocs.io](https://morango.readthedocs.io)\n\nTo build and edit the docs, run:\n\n```bash\n# install requirements\npip install -r requirements/docs.txt\npip install -e .\n\n# build docs\nmake docs\n\n# auto-build and refresh docs on edit\nmake docs-autobuild\n```\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Pure Python sqlite-based Django DB replication engine.",
    "version": "0.7.1",
    "project_urls": {
        "Homepage": "https://github.com/learningequality/morango"
    },
    "split_keywords": [
        "database",
        "syncing",
        "morango"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9060a4cef5cf859ac4a9294535ac4507a4fe9250e31c1f254886613ffae3d9df",
                "md5": "3d8c0b13ac858a66e501f2fc69982fbd",
                "sha256": "ca88218dfc74e74f99dd632f2e1312cf8846b4ecb08a38138f570653ec18c088"
            },
            "downloads": -1,
            "filename": "morango-0.7.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3d8c0b13ac858a66e501f2fc69982fbd",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 110506,
            "upload_time": "2023-12-13T15:42:16",
            "upload_time_iso_8601": "2023-12-13T15:42:16.853272Z",
            "url": "https://files.pythonhosted.org/packages/90/60/a4cef5cf859ac4a9294535ac4507a4fe9250e31c1f254886613ffae3d9df/morango-0.7.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f0e98354f80b1b275966dda3ed50777aa770b7c246671ff760af0821838e46a6",
                "md5": "1de49e094a115bc57a412488354766c5",
                "sha256": "07798e16ed46f5ab272c5d44dc14d05dca53fa8d2c562794e484f5a67ba478eb"
            },
            "downloads": -1,
            "filename": "morango-0.7.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1de49e094a115bc57a412488354766c5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 89396,
            "upload_time": "2023-12-13T15:42:18",
            "upload_time_iso_8601": "2023-12-13T15:42:18.929770Z",
            "url": "https://files.pythonhosted.org/packages/f0/e9/8354f80b1b275966dda3ed50777aa770b7c246671ff760af0821838e46a6/morango-0.7.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-13 15:42:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "learningequality",
    "github_project": "morango",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "morango"
}
        
Elapsed time: 0.17359s