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
- 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.
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