Skip to content

Commit 128778b

Browse files
committed
Added longer project description.
1 parent 61ab9c9 commit 128778b

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,19 @@
88

99
# Event Sourcing in Python
1010

11-
A library for event sourcing in Python.
11+
This project is a comprehensive Python library for implementing event sourcing, a design pattern where all
12+
changes to application state are stored as a sequence of events. This library provides a solid foundation
13+
for building event-sourced applications in Python, with a focus on reliability, performance, and developer
14+
experience. Please [read the docs](https://eventsourcing.readthedocs.io/). See also [extension projects](https://github.com/pyeventsourcing).
15+
16+
1217

1318
*"totally amazing and a pleasure to use"*
1419

1520
*"very clean and intuitive"*
1621

1722
*"a huge help and time saver"*
1823

19-
Please [read the docs](https://eventsourcing.readthedocs.io/). See also [extension projects](https://github.com/pyeventsourcing).
2024

2125

2226
## Installation

docs/index.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
Event Sourcing in Python
33
========================
44

5-
A library for event sourcing in Python.
6-
This project is `hosted on GitHub <https://github.com/pyeventsourcing/eventsourcing>`_.
5+
This project is a comprehensive Python library for implementing event sourcing, a design pattern where all
6+
changes to application state are stored as a sequence of events. This library provides a solid foundation
7+
for building event-sourced applications in Python, with a focus on reliability, performance, and developer
8+
experience. This project is `hosted on GitHub <https://github.com/pyeventsourcing/eventsourcing>`_.
79

810
Contents
911
========

0 commit comments

Comments
 (0)