Anime News Network API for Python

High-level API for Anime News Network. It improves the original structure and "pythonize". 100% OOP.

Original API: http://www.animenewsnetwork.com/encyclopedia/api.php

Features:

  • Add a delay between queries (this is mandatory for the ANN API. At least 1 second between requests). Thread safe!
  • The results are cached in files.
  • Python OOP structure.
  • The result can be returned as JSON-compatible.
  • The values are converted to native types (int, float, dates...).