Metadata-Version: 2.1
Name: message-store
Version: 0.1
Summary: Message Store is an event sourcing implementation on top of NATS JetStream
Project-URL: Documentation, https://github.com/zencastr/message-store#readme
Project-URL: Issues, https://github.com/zencastr/message-store
Project-URL: Source, https://github.com/zencastr/message-store
Author-email: Rui Figueiredo <rui@zencastr.com>
License-Expression: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.10
Requires-Dist: nats-py
Description-Content-Type: text/markdown

# Zencastr Message Store for Python

Message store implementation in Python

This package implements an event sourcing model of storing application data. It is similar to [Eventide](http://docs.eventide-project.org/core-concepts/event-sourcing.html#pub-sub).

Authors:

- Rui Figueiredo (@ruidfigueiredo)
