Metadata-Version: 2.1
Name: stated
Version: 0.1.1a5
Summary: Distributed State in memory
License: MIT
Author: Abbas Jafari
Author-email: abbas.jafari@powercoders.org
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: aiohttp (>=3.8.4,<4.0.0)
Requires-Dist: cryptography (>=39.0.1,<40.0.0)
Description-Content-Type: text/markdown

# stated

Stated aims to provide distributed state in memory(and persistant) purely in python, example usecases can be syncronising state among pods in a set of kubernets pods.

