A small unofficial AniList API wrapper made for python
Project description
Basic examples
Character
import nino
import asyncio
async def test():
async with nino.Client() as client:
paginator = await client.character_search("Nino")
print(paginator.characters)
asyncio.run(test())
Anime
import nino
import asyncio
async def test():
async with nino.Client() as client:
paginator = await client.anime_search("Overlord", per_page=4)
for _ in range(4):
print(await paginator.next())
asyncio.run(test())
Documentation
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
nino-0.2.4.tar.gz
(8.5 kB
view details)
Built Distribution
nino-0.2.4-py3-none-any.whl
(10.8 kB
view details)
File details
Details for the file nino-0.2.4.tar.gz
.
File metadata
- Download URL: nino-0.2.4.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.7 CPython/3.9.6 Linux/5.8.0-1036-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74e0fbf0f8cad5ebbec396e3f52debb965dcacb2e4324270437645585cb196af |
|
MD5 | 28485077ccd2effb73da7dbad87e828e |
|
BLAKE2b-256 | 31d94e155d0bd7c02f1cb925b4c30cdc3333389a35ef944f2079f4f7dd6aeb28 |
File details
Details for the file nino-0.2.4-py3-none-any.whl
.
File metadata
- Download URL: nino-0.2.4-py3-none-any.whl
- Upload date:
- Size: 10.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.7 CPython/3.9.6 Linux/5.8.0-1036-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45e3524c5498b4a3109334dc599e5d3ca82dc59d9beae5d958c53d032f0b21ac |
|
MD5 | efdd1d4c0fc262f28868f0cd049301be |
|
BLAKE2b-256 | 63072f3ec4dc8e59845007da7da926fa3abcfefd6afad170eb868ea0e83b5a6d |