Metadata-Version: 2.1
Name: tes-lib
Version: 1.1.0
Summary: Test Event Store LIBrary (tes-lib)
Home-page: https://gitlab.com/LCaraccio/tes-lib
Author: Laurence Caraccio
Author-email: laurencecaraccio@hotmail.co.uk
License: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

[![build status](https://gitlab.com/LCaraccio/tes-lib/badges/main/pipeline.svg)](https://gitlab.com/LCaraccio/tes-lib/commits/main)
![pylint](https://lcaraccio.gitlab.io/tes-lib/pylint.svg)
![flake8](https://lcaraccio.gitlab.io/tes-lib/flake8.svg)

# tes-lib

The Test Event Store Library assists in performing asynchronous testing of
complex systems by providing an ordered store of events which can then be queried.

It aims to resolve timing issues and ordering issues that commonly occur in complex systems and
provide a single store to query when asserting the state of the system.

The public docs are available at https://lcaraccio.gitlab.io/tes-lib

To raise issues or to contribute see https://gitlab.com/LCaraccio/tes-lib
