raft-pysync


Nameraft-pysync JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/manudiv16/raft-pysync
SummaryA library for replicating your python class between multiple servers, based on raft protocol
upload_time2024-10-13 13:19:16
maintainerNone
docs_urlNone
authorManudiv16
requires_pythonNone
licenseMIT
keywords network replication raft synchronization
VCS
bugtrack_url
requirements pytest cryptography setuptools pypandoc
Travis-CI No Travis.
coveralls test coverage No coveralls.
            A library for replicating your python class between multiple servers, based on raft protocol

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/manudiv16/raft-pysync",
    "name": "raft-pysync",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "network, replication, raft, synchronization",
    "author": "Manudiv16",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/c2/12/20d5fc3ab7c91e26c16056d486d8b803be081b6fe46e5061a7e0bfc8c236/raft_pysync-0.0.1.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.0.1",
    "project_urls": {
        "Homepage": "https://github.com/manudiv16/raft-pysync"
    },
    "split_keywords": [
        "network",
        " replication",
        " raft",
        " synchronization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e8a88849a55b8cdc6dfe33b64220a30657b8a5a0e1f9e060f2c04980aed5fc54",
                "md5": "494de684a0d4c089cfe29edc40ea759e",
                "sha256": "49496a0008edf65fcee5f6e7921f345860c01d7cba6b37159c95886ef6591fcc"
            },
            "downloads": -1,
            "filename": "raft_pysync-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "494de684a0d4c089cfe29edc40ea759e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 41127,
            "upload_time": "2024-10-13T13:19:15",
            "upload_time_iso_8601": "2024-10-13T13:19:15.354759Z",
            "url": "https://files.pythonhosted.org/packages/e8/a8/8849a55b8cdc6dfe33b64220a30657b8a5a0e1f9e060f2c04980aed5fc54/raft_pysync-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c21220d5fc3ab7c91e26c16056d486d8b803be081b6fe46e5061a7e0bfc8c236",
                "md5": "c8b3793ccad5c81fbf86f3cea89c88b3",
                "sha256": "79f10ad7490a09f9073986b2b002936cdfe9cd62e451c4740401350afe797e20"
            },
            "downloads": -1,
            "filename": "raft_pysync-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c8b3793ccad5c81fbf86f3cea89c88b3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 35750,
            "upload_time": "2024-10-13T13:19:16",
            "upload_time_iso_8601": "2024-10-13T13:19:16.787014Z",
            "url": "https://files.pythonhosted.org/packages/c2/12/20d5fc3ab7c91e26c16056d486d8b803be081b6fe46e5061a7e0bfc8c236/raft_pysync-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-13 13:19:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "manudiv16",
    "github_project": "raft-pysync",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "pytest",
            "specs": []
        },
        {
            "name": "cryptography",
            "specs": []
        },
        {
            "name": "setuptools",
            "specs": []
        },
        {
            "name": "pypandoc",
            "specs": []
        }
    ],
    "lcname": "raft-pysync"
}
        
Elapsed time: 0.67604s