Metadata-Version: 2.4
Name: autosana
Version: 0.2.0
Summary: Manage local Appium sessions for Autosana mobile test automation
Project-URL: Homepage, https://autosana.ai
License: Proprietary
Requires-Python: >=3.9
Requires-Dist: filelock>=3.0
Requires-Dist: typer>=0.9.0
Description-Content-Type: text/markdown

# Autosana CLI

Start local Appium infrastructure for [Autosana](https://autosana.ai) mobile test automation.

## Install

```
pipx install autosana
```

Or with uv:

```
uv tool install autosana
```

## Quick Start

```bash
# Check prerequisites
autosana doctor

# Auto-install Node.js + Appium + cloudflared
autosana doctor --fix

# Start local session (iOS)
autosana up --platform ios

# Check running sessions
autosana status

# Stop all sessions
autosana down --all
```

## Requirements

- macOS (iOS testing) or macOS/Linux (Android testing)
- A booted iOS Simulator or Android Emulator
- An [Autosana](https://autosana.ai) account
