Metadata-Version: 2.1
Name: aiozaneapi
Version: 1.3
Summary: An async wrapper made in Python for Zane API.
Home-page: http://github.com/kal-byte/aiozaneapi
Author: kal-byte
Author-email: UNKNOWN
License: MIT
Platform: UNKNOWN

# aiozaneapi - An async wrapper made in Python for Zane API.

Example:
```py
client = aiozaneapi.Client('Token Here') # Instantiate the Client.
image = await client.magik('Image URL Here') # This will return a BytesIO object.
```

