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
Release history Release notifications | RSS feed
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file amiibo.py-0.1.0.tar.gz.
File metadata
- Download URL: amiibo.py-0.1.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.24.0 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c43a65311867ab9bd74335384f877586bad2146664ff84513feb496b2ddc2a22
|
|
| MD5 |
4e8f28e20bc1288ceff8ee11ce1d5233
|
|
| BLAKE2b-256 |
2596bd23cc2a9c4997ad95ba21e899bc087bb6aac180bc328759d5218fb1b9fe
|
File details
Details for the file amiibo.py-0.1.0-py3-none-any.whl.
File metadata
- Download URL: amiibo.py-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.24.0 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cdbb962fd861722f4f667430685b1ed1b885171a198338236ae21f05594e8dc7
|
|
| MD5 |
8c8e444c6d7178143774ea84ac572fbd
|
|
| BLAKE2b-256 |
0168d428cb7d704b8ca9a719217e39e6c8cc069cfe4e2054ba03e8c681b4d30e
|