~docbibi/pyeventsourcing-contrib

f3d4690b0ade1de9baa7be6c0371be4ad2e3029f — Borjan Tchakaloff 1 year, 7 months ago ea7b85e
Add a README
2 files changed, 19 insertions(+), 1 deletions(-)

A README.md
M pyproject.toml
A README.md => README.md +18 -0
@@ 0,0 1,18 @@
# eventsourcing-contrib

A collection of contributions to the [eventsourcing](https://github.com/pyeventsourcing/eventsourcing) library, version 9.

# Requirements

Broadly speaking, we follow the `eventsourcing` library's own requirements:

- Python 3.7+
- `eventsourcing` >= 9.2

# Contributing

TODO: pinning rationale is latest, tox handles lowest version

## Setting up the Python environment

**Note:** the Makefile is self-documented, give `make help` a shot.

M pyproject.toml => pyproject.toml +1 -1
@@ 2,7 2,7 @@
name = "eventsourcing-contrib"
dynamic = ["version"]
requires-python = ">=3.7"
description = "Contributions to the eventsourcing library"
description = "Contributions to the Python eventsourcing library"
authors = [
    {name = "Borjan Tchakaloff", email = "borjan@steadymonkey.eu"},
]