Metadata-Version: 2.4
Name: ebsclient
Version: 0.2.0
Summary: Ephemeral buffer and Microservices API client
Author-email: Benjamin De Zordo <benjamin.de-zordo@irisa.fr>
Project-URL: Documentation, https://pages-gitlab.aqmo.org/ebclientapi-docs-b62506/en/
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 :: Distributed Computing
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: ebcommon>=1.0.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"

# ebsclient

The Python client used to communicate with the servers (REST API), manipulate the returned objects (wrappers) and run jobs (runtime).

Documentation available **[here](https://pages-gitlab.aqmo.org/ebclientapi-docs-b62506/en/)**.
