Metadata-Version: 2.4
Name: idevice
Version: 0.1.0
Summary: Cross-platform device automation for end-to-end test workflows
Requires-Python: >=3.14
Requires-Dist: uiautomator2>=3.5.2
Provides-Extra: dev
Requires-Dist: pytest-mock>=3.14; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff>=0.9; extra == 'dev'
Description-Content-Type: text/markdown

# idevice

Cross-platform device automation for end-to-end test workflows: install and manage apps on physical devices, and drive UI interactions through a small, platform-agnostic API.

**Status:** iOS is implemented (go-ios for package management, WebDriverAgent for UI). Android, Windows, macOS, and HarmonyOS are planned.