Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.54 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.54 KB

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.

DocumentationChangelogProject PageDiscord

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