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
Release files for nino 0.2.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| nino-0.2.4.tar.gz | 8.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| nino-0.2.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 19.3 kB
Release files / nino-0.2.4.tar.gz
| Download URL | nino-0.2.4.tar.gz |
|---|---|
| Size | 8.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
74e0fbf0f8cad5ebbec396e3f52debb965dcacb2e4324270437645585cb196af
|
|
BLAKE2b-256 checksum How to use checksums |
31d94e155d0bd7c02f1cb925b4c30cdc3333389a35ef944f2079f4f7dd6aeb28
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.7 CPython/3.9.6 Linux/5.8.0-1036-azure
|
Release files / nino-0.2.4-py3-none-any.whl
| Download URL | nino-0.2.4-py3-none-any.whl |
|---|---|
| Size | 10.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
45e3524c5498b4a3109334dc599e5d3ca82dc59d9beae5d958c53d032f0b21ac
|
|
BLAKE2b-256 checksum How to use checksums |
63072f3ec4dc8e59845007da7da926fa3abcfefd6afad170eb868ea0e83b5a6d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.7 CPython/3.9.6 Linux/5.8.0-1036-azure
|