Metadata-Version: 2.1
Name: xoa-utils
Version: 2.3.2
Summary: Xena OpenAutomation ANLT Utility provides a shell-like command-line interface for users to do ANLT tests interactively.
Home-page: https://github.com/xenanetworks/open-automation-utilities
Author: Ron Ding, Leonard Yu
Author-email: leonard.yu@teledyne.com
Maintainer: Teledyne LeCroy Xena
Maintainer-email: support@xenanetworks.com
License: Apache 2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typing-extensions >=4.4.0
Requires-Dist: cffi >=1.15.1
Requires-Dist: cryptography >=39.0.0
Requires-Dist: pycparser >=2.21
Requires-Dist: colorama >=0.4.6
Requires-Dist: idna >=3.4
Requires-Dist: asyncssh >=2.13.0
Requires-Dist: asyncclick >=8.1.3.4
Requires-Dist: anyio >=3.6.2
Requires-Dist: loguru >=0.6.0
Requires-Dist: pdoc >=12.3.1
Requires-Dist: pytest >=7.2.1
Requires-Dist: psutil >=5.9.4
Requires-Dist: xoa-driver >=2.7.0
Requires-Dist: pydantic >=2.6.4

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/xoa-utils) [![PyPI](https://img.shields.io/pypi/v/xoa-utils)](https://pypi.python.org/pypi/xoa-utils) ![GitHub](https://img.shields.io/github/license/xenanetworks/open-automation-utilities) [![Documentation Status](https://readthedocs.com/projects/xena-networks-open-automation-utilities/badge/?version=latest)](https://docs.xenanetworks.com/projects/xoa-utilities/en/latest/?badge=latest)

# ANLT Utilities

ANLT Utility provides an **interactive shell** for users to control Xena testers via **command-line interface** (CLI) commands to performance operations such as ANLT testing and resource management in an interactive fashion.

## Installation
See [installation guide](https://docs.xenanetworks.com/projects/xoa-utilities/en/stable/getting_started/installation.html)

## Step-by-Step Guide

See [step-by-step guide](https://docs.xenanetworks.com/projects/xoa-utilities/en/stable/getting_started/step_by_step.html)
