Metadata-Version: 2.4
Name: revyl
Version: 0.1.67
Summary: Revyl CLI - AI-powered mobile app testing
Project-URL: Homepage, https://revyl.com
Project-URL: Documentation, https://docs.revyl.ai
Project-URL: Repository, https://github.com/RevylAI/revyl-cli
Author-email: Revyl <support@revyl.ai>
License-Expression: MIT
Keywords: android,automation,e2e,ios,mobile,revyl,testing
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Revyl CLI

AI-powered mobile app testing from the command line. The PyPI package contains
the native Revyl CLI for the target platform and performs no runtime download.

## Install

```bash
uv tool install revyl
```

You can also use `pipx install revyl` or `pip install revyl`. Each package
manager selects the wheel containing the native binary for your operating
system and architecture.

## Authenticate

```bash
revyl auth login
# Or:
export REVYL_API_KEY="rev_..."
```

## Documentation

- [CLI Command Reference](https://docs.revyl.ai/cli)
- [CI/CD Pipeline Guide](https://docs.revyl.ai/ci-cd/pipeline-guide)
