Skip to main content

A Python wrapper for the Jikan API

Project description

jikan4

A Python wrapper for the Jikan API V4

Installation

pip install jikan4

Usage

Basic Usage

from jikan4.jikan import Jikan

jikan = Jikan()

anime = jikan.get_anime(1)
search = jikan.search_anime("tv", "naruto")

Async Usage

import asyncio
from jikan4.aiojikan import AioJikan


async def main():
    jikan = AioJikan()

    anime = await jikan.get_anime(1)
    search = await jikan.search_anime('tv', 'naruto')

    jikan.close()


if __name__ == '__main__':
    asyncio.run(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

jikan4-0.2.1.tar.gz (7.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jikan4-0.2.1-py2.py3-none-any.whl (10.7 kB view details)

Uploaded Python 2Python 3

File details

Details for the file jikan4-0.2.1.tar.gz.

File metadata

  • Download URL: jikan4-0.2.1.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for jikan4-0.2.1.tar.gz
Algorithm Hash digest
SHA256 c995d9124faf3b43fb3043dfd6076167165bc7dc167f3827dbe27b186a99e866
MD5 00688bfc12fe9d54ac811fc62b13158c
BLAKE2b-256 be7e95a92d9e31ff756601ba9c7d7d5dabcda7c24b2d4ceb812e28978e3a8680

See more details on using hashes here.

File details

Details for the file jikan4-0.2.1-py2.py3-none-any.whl.

File metadata

  • Download URL: jikan4-0.2.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 10.7 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for jikan4-0.2.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 c77aa6987eda825467c3f0349ff555e214a0e06793b64ce48561d610f7f5dd98
MD5 0dcd209eb1c83040bcc01d37ad1083ba
BLAKE2b-256 1ac34143b7e45167595e17639480b8fec54a164d6015508c69c88e65dad8c8fa

See more details on using hashes here.

Supported by

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