{ "info": { "author": "Tom Cocagne", "author_email": "tom.cocagne@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: System :: Distributed Computing", "Topic :: System :: Networking" ], "description": "Essential Paxos provides basic implementations of the Paxos algorithm. The\ndistinguishing characteristic of this implementation, as compared to other\nfreely available and open-source implementations, is that this library is\nindependent of application domains and networking infrastructures. Whereas most\nPaxos implementations are deeply and inextricably embedded within\napplication-specific logic, this implementation focuses on encapsulating the\nPaxos algorithm within opaque and easily re-usable classes.\n\nThis library provides an algorithmically correct Paxos implementation that may\nbe used for educational purposes in addition to direct use in networked\napplications. This implementation is specifically designed to facilitate\nunderstanding of both the essential Paxos algorithm as well as the practical\nconsiderations that must be taken into account for real-world use.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cocagne/paxos", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "essential-paxos", "package_url": "https://pypi.org/project/essential-paxos/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/essential-paxos/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/cocagne/paxos" }, "release_url": "https://pypi.org/project/essential-paxos/2.0/", "requires_dist": null, "requires_python": null, "summary": "Paxos algorithm implementation suitable for practical and educational use", "version": "2.0" }, "last_serial": 778967, "releases": { "2.0": [ { "comment_text": "", "digests": { "md5": "58f7184e529245cf7820cdfd355f18d0", "sha256": "bb6fcea8ea8698deb31e4e739a5d4ec5413c446a4bc157fc622d72213ac6b197" }, "downloads": -1, "filename": "essential-paxos-2.0.tar.gz", "has_sig": false, "md5_digest": "58f7184e529245cf7820cdfd355f18d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14685, "upload_time": "2013-06-25T03:16:20", "url": "https://files.pythonhosted.org/packages/84/af/f51bcd763805d48289d00590a7fe94df78204526a657ed7df76a9eee57f0/essential-paxos-2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "58f7184e529245cf7820cdfd355f18d0", "sha256": "bb6fcea8ea8698deb31e4e739a5d4ec5413c446a4bc157fc622d72213ac6b197" }, "downloads": -1, "filename": "essential-paxos-2.0.tar.gz", "has_sig": false, "md5_digest": "58f7184e529245cf7820cdfd355f18d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14685, "upload_time": "2013-06-25T03:16:20", "url": "https://files.pythonhosted.org/packages/84/af/f51bcd763805d48289d00590a7fe94df78204526a657ed7df76a9eee57f0/essential-paxos-2.0.tar.gz" } ] }