A library for event sourcing in Python.
Use pip to install the stable distribution from the Python Package Index.
pip install eventsourcing
If you want to use SQLAlchemy, then please install with 'sqlalchemy'.
pip install eventsourcing[sqlalchemy]
Similarly, if you want to use Cassandra, then please install with 'cassandra'.
pip install eventsourcing[cassandra]
Please refer to the documentation for installation and usage guides.
This project is hosted on GitHub. Please register your questions, requests and any other issues.