pysyncobj


Namepysyncobj JSON
Version 0.3.12 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_time2023-01-31 21:39:34
maintainer
docs_urlNone
authorFilipp Ozinov
requires_python
licenseMIT
keywords network replication raft synchronization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
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": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "network,replication,raft,synchronization",
    "author": "Filipp Ozinov",
    "author_email": "fippo@mail.ru",
    "download_url": "https://files.pythonhosted.org/packages/03/23/ec8103d112edac2038254f4416e644ff04eb297b8baafd2dbfbb1bed0cb4/pysyncobj-0.3.12.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.12",
    "split_keywords": [
        "network",
        "replication",
        "raft",
        "synchronization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0323ec8103d112edac2038254f4416e644ff04eb297b8baafd2dbfbb1bed0cb4",
                "md5": "8ecb94ea14b5cf46c4a23e7c18c44dc6",
                "sha256": "a4c82f080d3dcbf4a4fd627a6a0c466a60169297d3b7797acff9ff40cc44daf6"
            },
            "downloads": -1,
            "filename": "pysyncobj-0.3.12.tar.gz",
            "has_sig": false,
            "md5_digest": "8ecb94ea14b5cf46c4a23e7c18c44dc6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 41352,
            "upload_time": "2023-01-31T21:39:34",
            "upload_time_iso_8601": "2023-01-31T21:39:34.638187Z",
            "url": "https://files.pythonhosted.org/packages/03/23/ec8103d112edac2038254f4416e644ff04eb297b8baafd2dbfbb1bed0cb4/pysyncobj-0.3.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-31 21:39:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "bakwc",
    "github_project": "PySyncObj",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": false,
    "appveyor": true,
    "lcname": "pysyncobj"
}
        
Elapsed time: 0.03543s