Metadata-Version: 2.4
Name: m1n1-proxyclient
Version: 0.4.0
Summary: M1N1 proxy client for interacting with Apple Silicon devices
License-Expression: MIT
License-File: LICENSE
Author: The Asahi Linux Contributors
Requires-Python: >=3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Provides-Extra: dev
Requires-Dist: construct (>=2.10.70,<3.0.0)
Requires-Dist: pyserial (>=3.5,<4.0)
Requires-Dist: pytest (>=8.0) ; extra == "dev"
Project-URL: Homepage, https://github.com/AsahiLinux/m1n1
Project-URL: Issues, https://github.com/AsahiLinux/m1n1/issues
Description-Content-Type: text/markdown

# M1N1 Proxy Client

A Python package for interacting with Apple Silicon devices using the M1N1 proxy.

## Installation

Install from PyPI:

```bash
pip install m1n1-proxyclient
```

Or from source:

```bash
poetry install
```

## Usage

[Add usage examples here]

## License

This project is licensed under the MIT License - see the LICENSE file for details.

Copyright The Asahi Linux Contributors
