pysyncobj


Namepysyncobj JSON
Version 0.3.13 PyPI version JSON
download
home_pagehttps://github.com/bakwc/PySyncObj
SummaryA library for replicating your python class between multiple servers, based on raft protocol
upload_time2024-10-31 15:59:59
maintainerNone
docs_urlNone
authorFilipp Ozinov
requires_pythonNone
licenseMIT
keywords network replication raft synchronization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            A library for replicating your python class between multiple servers, based on raft protocol

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/bakwc/PySyncObj",
    "name": "pysyncobj",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "network, replication, raft, synchronization",
    "author": "Filipp Ozinov",
    "author_email": "fippo@mail.ru",
    "download_url": "https://files.pythonhosted.org/packages/fe/fe/0a6caf4e64a7c5494928a381c178f012e694dbe2fce83c0451c9750f83eb/pysyncobj-0.3.13.tar.gz",
    "platform": null,
    "description": "A library for replicating your python class between multiple servers, based on raft protocol\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A library for replicating your python class between multiple servers, based on raft protocol",
    "version": "0.3.13",
    "project_urls": {
        "Download": "https://github.com/bakwc/PySyncObj/tarball/0.3.13",
        "Homepage": "https://github.com/bakwc/PySyncObj"
    },
    "split_keywords": [
        "network",
        " replication",
        " raft",
        " synchronization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fefe0a6caf4e64a7c5494928a381c178f012e694dbe2fce83c0451c9750f83eb",
                "md5": "aeae7fe4ff2f5f78e099eab5ce55d4c1",
                "sha256": "1785930b738fa21af298ebb04c213af25c31af148faa32f53af337ed1492d5a2"
            },
            "downloads": -1,
            "filename": "pysyncobj-0.3.13.tar.gz",
            "has_sig": false,
            "md5_digest": "aeae7fe4ff2f5f78e099eab5ce55d4c1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 41525,
            "upload_time": "2024-10-31T15:59:59",
            "upload_time_iso_8601": "2024-10-31T15:59:59.149231Z",
            "url": "https://files.pythonhosted.org/packages/fe/fe/0a6caf4e64a7c5494928a381c178f012e694dbe2fce83c0451c9750f83eb/pysyncobj-0.3.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-31 15:59:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bakwc",
    "github_project": "PySyncObj",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "appveyor": true,
    "lcname": "pysyncobj"
}
        
Elapsed time: 0.56805s