Skip to content

Releases: MrArkon/Kitsu.py

v1.1.2

29 Oct 04:18
Compare
Choose a tag to compare

Removed

  • raw keyword argument completely

Changed

  • search_anime and search_manga will always return a list of Anime or Manga instances

Full Changelog: v1.1.1...v1.1.2

v1.1.1

11 Jun 10:41
Compare
Choose a tag to compare

Fixed

  • Category's title attribute
  • Resolved a few typecheck issues

v1.1.0

03 Jun 12:45
ee46416
Compare
Choose a tag to compare

Added

  • Added trending_manga function
  • Added categories (Replaced Genres) to Anime & Manga
  • Added streaming_links to Anime
  • Added episodes to Anime

Changed

  • Changed the title property in Anime & Manga

    Now you can get different types of titles, such as anime.title.ja_jp will now return the japanese name of the resource. anime.title still works as it did before.

Notes

I have added documentation for the library now!

v1.0.0

15 May 17:13
7aaab9d
Compare
Choose a tag to compare
  • Remove ServerTimeout Exception
  • Fix title bug in Anime
  • Changed _id parameter to anime_id in get_anime and search_anime
  • Added NotFound & BadRequest Exceptions
  • Added get_manga & search_manga methods
  • Added Manga model
  • Added filter functionality

Install →

v0.1.1

17 Sep 13:11
Compare
Choose a tag to compare
  • Add trending_anime method
  • Improve ServerTimeout

v0.1.0

06 Sep 18:12
Compare
Choose a tag to compare
  • Implement method 'get_anime'
  • Implement method 'search_anime'
  • Error handling

Released to PyPi