Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
[![Build](https://github.com/Cratis/Chronicle.Python/actions/workflows/build.yml/badge.svg)](https://github.com/Cratis/Chronicle.Python/actions/workflows/build.yml)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

This repository is the experimental Python client for [Cratis Chronicle](https://github.com/Cratis/Chronicle).
It is being established as an idiomatic, async-first layer over Chronicle's generated gRPC contracts.
This repository is the experimental Python client for [Cratis Chronicle](https://github.com/Cratis/Chronicle),
the open-source (MIT) event-sourcing database and processing runtime — an event store for building event-sourced
and CQRS applications. It is being established as an idiomatic, async-first layer over Chronicle's generated gRPC
contracts. Python joins the existing [.NET](https://github.com/Cratis/Chronicle),
[TypeScript](https://github.com/Cratis/Chronicle.TypeScript), [Kotlin/Java](https://github.com/Cratis/Chronicle.Kotlin),
and [Elixir](https://github.com/Cratis/Chronicle.Elixir) Chronicle clients.

> [!IMPORTANT]
> The client is in its initial implementation stage. No package has been published, and no compatibility,
Expand Down
12 changes: 11 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,17 @@ requires-python = ">=3.10"
license = "MIT"
license-files = ["LICENSE"]
authors = [{ name = "Cratis", email = "post@cratis.io" }]
keywords = ["chronicle", "event-sourcing", "grpc"]
keywords = [
"chronicle",
"cratis",
"event-sourcing",
"eventsourcing",
"event-store",
"cqrs",
"ddd",
"grpc",
"async",
]
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Developers",
Expand Down
Loading