Skip to main content

An API Wrapper for amiiboapi.com written in Python

Project description

amiibo.py

A powerfull, rich API Wrapper for amiiboapi.com

Features

  • 100% API Coverage
  • Async/Sync versions
  • Optimized speed

Installation

Note: Python 3.5.3 or higher is requires

Install stable version:

# if your os is macOS
> python3 -m pip install -U amiibo.py
# If your os is Windows
> py -3 -m pip install -U amiibo.py

Install development version:

> git clone https://github.com/XiehCanCode/amiibo.py
> cd amiibo.py
> python3 -m pip install .

Usage

A Quick example in Sync version:

import amiibo

client = amiibo.Client()
print(client.get_amiibos())

A Quick example in Async version:

import asyncio
import amiibo

def main():
    client = amiibo.AsyncClient()
    print(await client.get_amiibos())

loop = asyncio.get_event_loop()
loop.run_until_complete(main())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

amiibo.py-0.1.0.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

amiibo.py-0.1.0-py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page