morango


Namemorango JSON
Version 0.8.2 PyPI version JSON
download
home_pagehttps://github.com/learningequality/morango
SummaryPure Python sqlite-based Django DB replication engine.
upload_time2024-10-24 19:35:38
maintainerNone
docs_urlNone
authorLearning Equality
requires_python<3.14,>=3.6
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": null,
    "docs_url": null,
    "requires_python": "<3.14,>=3.6",
    "maintainer_email": null,
    "keywords": "database, syncing, morango",
    "author": "Learning Equality",
    "author_email": "dev@learningequality.org",
    "download_url": "https://files.pythonhosted.org/packages/9a/17/bc8ff23bdd220a3b44d97b752e32e2a8a3343e826b96d47eaeb2a32e3dc4/morango-0.8.2.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.8.2",
    "project_urls": {
        "Homepage": "https://github.com/learningequality/morango"
    },
    "split_keywords": [
        "database",
        " syncing",
        " morango"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "74108597efdb72a951792a3edb5b4cd0845c5176b93be828160e262e24de55f9",
                "md5": "5ee5c1d695ef32ec7c780c9ffec9e2ed",
                "sha256": "73957e9b0475b0766af636988af49621939e91abdf17ce62169c0f6cb99ab041"
            },
            "downloads": -1,
            "filename": "morango-0.8.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5ee5c1d695ef32ec7c780c9ffec9e2ed",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": "<3.14,>=3.6",
            "size": 112728,
            "upload_time": "2024-10-24T19:35:36",
            "upload_time_iso_8601": "2024-10-24T19:35:36.969067Z",
            "url": "https://files.pythonhosted.org/packages/74/10/8597efdb72a951792a3edb5b4cd0845c5176b93be828160e262e24de55f9/morango-0.8.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a17bc8ff23bdd220a3b44d97b752e32e2a8a3343e826b96d47eaeb2a32e3dc4",
                "md5": "c5de094410690007e59cb8292690eb71",
                "sha256": "fe25e6d36609845ffa239fa7237ecc9b7bc98ad93b149be9e4d995cc2abadb83"
            },
            "downloads": -1,
            "filename": "morango-0.8.2.tar.gz",
            "has_sig": false,
            "md5_digest": "c5de094410690007e59cb8292690eb71",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.14,>=3.6",
            "size": 90590,
            "upload_time": "2024-10-24T19:35:38",
            "upload_time_iso_8601": "2024-10-24T19:35:38.129972Z",
            "url": "https://files.pythonhosted.org/packages/9a/17/bc8ff23bdd220a3b44d97b752e32e2a8a3343e826b96d47eaeb2a32e3dc4/morango-0.8.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-24 19:35:38",
    "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.63481s