Metadata-Version: 2.1
Name: etos_client
Version: 6.7.2
Summary: Test suite execution client for ETOS.
Author-email: Tobias Persson <tobias.persson@axis.com>
License: Apache License, Version 2.0
Project-URL: Documentation, https://etos.readthedocs.io/
Project-URL: Homepage, https://github.com/eiffel-community/etos
Project-URL: Repository, https://github.com/eiffel-community/etos
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
Requires-Dist: etos_lib==4.0.0
Requires-Dist: docopt~=0.6
Requires-Dist: pydantic~=2.6
Provides-Extra: testing
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"

===========
ETOS Client
===========

.. image:: https://img.shields.io/badge/Stage-Sandbox-yellow.svg
  :target: https://github.com/eiffel-community/community/blob/master/PROJECT_LIFECYCLE.md#stage-sandbox

ETOS (Eiffel Test Orchestration System) Client


Description
===========

ETOS Client is the client tool for executing test suites within ETOS.


Features
========

- Easy to get started with.
- Powerful integration with ETOS.
- Interacts well with automation server.


Installation
============

Install the project by running:

   pip install etos_client


Examples
========

.. code-block::

   etos_client -i pkg:docker/etos/suite_runner@1.0.0 -s http://mytestsuite.json


Contribute
==========

- Issue Tracker: https://github.com/eiffel-community/etos/issues
- Source Code: https://github.com/eiffel-community/etos-client


Support
=======

If you are having issues, please let us know.
There is a mailing list at: etos-maintainers@googlegroups.com or just write an Issue.
