Metadata-Version: 2.2
Name: py_ios
Version: 0.1.2
Summary: A brief description of your project
Home-page: https://github.com/yourusername/yourproject
Author: Your Name
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# py-ios: A Wrapper for iOS Device Interaction Tools Based on the go - ios Project

-   [English](#Installation)
-   [中文版](#安装)

# py-ios

`py-ios` is a simple wrapper based on the [https://github.com/danielpaulus/go-ios](https://github.com/danielpaulus/go-ios) project. In a Windows environment, there's no need to download `wintun.dll` additionally, and you don't have to start `tunnel start` with administrative privileges.

## Installation
The specific steps to install `py-ios` depend on your environment. Generally, you can install it via a package manager like `pip`:

```bash
pip install py-ios
```

## Usage
`py-ios` maintains consistency with `go-ios` in terms of usage. You can refer to the official documentation of `go-ios` for detailed operations and commands, and use them in a similar way in `py-ios`. 


`py-ios` 基于 [https://github.com/danielpaulus/go-ios](https://github.com/danielpaulus/go-ios) 项目进行简单封装, window环境不需要额外下载wintun.dll，也无需在管理员权限下启动 tunnel start

## 安装
安装 `py-ios` 的具体步骤取决于你的环境。通常，你可以通过包管理器（如 `pip`）进行安装：
```bash
pip install py-ios
```

## 用法
`py-ios` 与go-ios保持一致

