Metadata-Version: 2.4
Name: ebcommon
Version: 1.2.0a1
Summary: Ephemeral buffer service Common model
Author-email: Laurent Morin <Laurent.Morin@irisa.fr>
Project-URL: Homepage, https://ebuffer.aqmo.org/api/documentation
Project-URL: Documentation, https://ebuffer.aqmo.org/api/documentation
Project-URL: Repository, https://ebuffer.aqmo.org/api/documentation
Project-URL: Issues, https://ebuffer.aqmo.org/api/documentation
Project-URL: Changelog, https://ebuffer.aqmo.org/api/documentation
Keywords: HPC,buffers,workflow,distributed
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: System :: Benchmark
Classifier: Topic :: System :: Distributed Computing
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic>=2.10.6
Requires-Dist: Requests>=2.32.3
Provides-Extra: all
Provides-Extra: docs
Provides-Extra: dev
Dynamic: license-file

# Ephemeral Buffer Common model

## Overview
This project is part of a the reference implementation of **Ephemeral buffer** concept.
A full description of the concept will be available soon available in a published paper.

The work is very preliminary, consider it as an alpha release to be used for evaluation purpose only.

### Package content

The *ebcommon* package share the pydantic data structures used by the *ephemeral buffer* set of tools, among them :

 * The [*ephemeral buffer* web service](https://ebuffer.aqmo.org/).
 * The [*application services* web service](https://ebservice.aqmo.org/).
 
 The documentation of alpha versions of these services are available online:
 
* [https://ebuffer.aqmo.org/docs/ui](https://ebuffer.aqmo.org/docs/ui).
* [https://ebservice.aqmo.org/](https://ebservice.aqmo.org/).

