/PaxosAlgorithm

Implementation of the Paxos Algorithm

Primary LanguagePythonApache License 2.0Apache-2.0

PaxosAlgorithm

Python version License Workflow GitHub All Releases

Implementation of the Paxos Algorithm in Python

Flake8 configuration

    flake8 . --ignore=D210,D100,D104,D401,D202,E202,E201,I100,I201 --show-source --enable-extension=G --max-line-length=140 --count