Skip to content

MrArkon/Kitsu.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kitsu.py

GitHub PyPI - Downloads PyPI Read the Docs

Kitsu.py is a simple and lightweight Pythonic wrapper around Kitsu's manga and anime API, Featuring a fully asynchronous API that is intuitive and easy to use with advanced filtering options.

Documentation • Changelog • Project Page • Discord

Features

  • Simple and Modern — simple and modern Pythonic API using async/await.
  • Typed — Fully typed to provide a smooth experience while programming.
  • API Coverage — Covers most of Kitsu's primary endpoints: animes, episodes, mangas, chapters, characters, etc.
  • Filtering — Find any anime/manga you want with the robust filtering options.

Installing

Kitsu.py requires a minimum of Python 3.8, You can download the latest version of Python here.

Kitsu.py is distributed on PyPI, To install the latest stable version run the following command:

# Linux/MacOS
python3 -m pip install -U kitsu.py

# Windows
py -3 -m pip install -U kitsu.py