======================== Event Sourcing in Python ======================== This project is a comprehensive Python library for implementing event sourcing, a design pattern where all changes to application state are stored as a sequence of events. This library provides a solid foundation for building event-sourced applications in Python, with a focus on reliability, performance, and developer experience. This project is `hosted on GitHub `_. Contents ======== .. toctree:: :maxdepth: 3 topics/installing topics/support topics/introduction topics/tutorial topics/modules topics/examples topics/release_notes Modules Reference ================= * :ref:`genindex` * :ref:`modindex`