Metadata-Version: 2.1
Name: async-wiiload
Version: 1.0.2
Summary: "library for sending executables to Wii's Homebrew Channel"
Home-page: https://github.com/henriquegemignani/async-wiiload
Author: Henrique Gemignani Passos Lima
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE

# async-wiiload

This package implements the Wiiload client side, using asyncio sockets.

See Wiibrew's [Wiiload](http://wiibrew.org/wiki/Wiiload) for more details.



## Usage

```python

import wiiload
await wiiload.upload_file("homebrew.dol", [], "192.168.1.2")

```
