Metadata-Version: 2.1
Name: blessql
Version: 1.0.0a0
Summary: Event Sourcing implemented with SQLAlchemy
Home-page: https://git.easter-eggs.org/bioneland/blessql
License: GPL-3.0-or-later
Author: Tanguy Le Carrour
Author-email: tanguy@bioneland.org
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: bles (>=1.0.0a1,<2.0.0)
Requires-Dist: sqlalchemy (>=2.0.23,<3.0.0)
Project-URL: Repository, https://git.easter-eggs.org/bioneland/blessql
Description-Content-Type: text/markdown

# blessql — Event Sourcing implemented with SQLAlchemy 

Bioneland's Event Sourcing (ES) library implemented with SQLAlchemy
(blessql, pronounced */'bleskju:el/*) is a collection of classes to write software
using an event sourcing architecture and the SQLAlchemy library.

