raft-cluster

View on PyPIReverse Dependencies (0)

0.1.0 raft_cluster-0.1.0-py3-none-any.whl

Wheel Details

Project: raft-cluster
Version: 0.1.0
Filename: raft_cluster-0.1.0-py3-none-any.whl
Download: [link]
Size: 19677
MD5: d8aa6297236b86317223f4d1d0f93134
SHA256: 54548711d1226de3f62db95ceab87d3b403542dc93c46bea0140779be6e98544
Uploaded: 2024-02-12 14:32:23 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: raft-cluster
Version: 0.1.0
Summary: A Raft library.
Author: Muti-Kara
Author-Email: muti.kara[at]ug.bilkent.edu.tr
Home-Page: https://github.com/Muti-Kara/Raft
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: pydantic
Requires-Dist: fastapi
Requires-Dist: uvicorn
Requires-Dist: rpyc
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 7499 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.42.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
raft/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
raft/cluster.py sha256=pifNpPZ5FaG6p5_Q5RDUBemmY7sgGg1HfDgGkYW__ow 3357
raft/main.py sha256=T3CIaAgErGcWFb3O2bv2FxKSODoIuBrOB51LaEjWCNs 2089
raft/node.py sha256=Fa_Nhi16zFWJaHVt5yolclIhIoz-rFdxTyzn4wthItE 8177
raft/states/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
raft/states/candidate.py sha256=sd1-NZVOQa9wUtGXJFcGKgDHZiR64FsAR-shPRPHSJM 4422
raft/states/follower.py sha256=6UiOwQXa4RRWqYp4pkRtYx2X5K4oxNYTGtmbuRg01gc 4568
raft/states/idle.py sha256=ZeWdZD9IDPJ47tzLS_TxDzYB9zs5_3tWDpE4GB2qkCg 1177
raft/states/leader.py sha256=yBjb7Y_trBG7Cs5W7Xh07BC9SnQSnedH0f33rjfRJQM 5601
raft/states/state.py sha256=ZapbxnzcEU1Zl-w4BScqxHw6uoYkCin5kM7-z66Y8vs 4325
raft/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
raft/utils/database.py sha256=t3f08gAAQm7VmOQcPrfqhww_VotSHnAik-GiKByxv3g 2702
raft/utils/machine.py sha256=fwiqZTre7htnJZ65RMAPuRxj9ua6Getg_N1pjpV61KY 1440
raft/utils/models.py sha256=5jplxd_DLamPxwjlP_jpQqS2R2ZreqtfvqaYnVkBp3Y 5972
raft/utils/timer.py sha256=HHbwcRG6md8KI09_ja6tEIPU7hi1qMlwf3vUOHSGcSA 1322
raft_cluster-0.1.0.dist-info/LICENSE sha256=qFFg8UqPCxsRAvIugMCJkEr3ubdzPsHd5G9ghWPaB_M 1066
raft_cluster-0.1.0.dist-info/METADATA sha256=XZbs-qXLgm4VxWkQFZsW7shwDV6bVbAhnppfG0kA6Uw 7984
raft_cluster-0.1.0.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
raft_cluster-0.1.0.dist-info/entry_points.txt sha256=tRUpOTUpcFXTq9Urd4itjQkqKWMcLQLAhVV8oav-50U 55
raft_cluster-0.1.0.dist-info/top_level.txt sha256=RFDtHpiPXWMvI1XTY9eyLdayTCHl_TRzd24v0VeBE1A 5
raft_cluster-0.1.0.dist-info/RECORD

top_level.txt

raft

entry_points.txt

run-cluster-manager = raft.main:main