Metadata-Version: 2.1
Name: blessql
Version: 0.1.0
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.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: SQLAlchemy (>=1.4.26,<2.0.0)
Requires-Dist: bles (>=0.1.0,<0.2.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.

