LICENSE
README.md
pyproject.toml
anmoku/__init__.py
anmoku/errors.py
anmoku/logger.py
anmoku.egg-info/PKG-INFO
anmoku.egg-info/SOURCES.txt
anmoku.egg-info/dependency_links.txt
anmoku.egg-info/requires.txt
anmoku.egg-info/top_level.txt
anmoku/clients/__init__.py
anmoku/clients/async_.py
anmoku/clients/base.py
anmoku/clients/sync.py
anmoku/resources/__init__.py
anmoku/resources/base.py
anmoku/resources/anime/__init__.py
anmoku/resources/anime/anime.py
anmoku/resources/anime/characters.py
anmoku/resources/anime/episodes.py
anmoku/resources/anime/external.py
anmoku/resources/anime/forum.py
anmoku/resources/anime/genre.py
anmoku/resources/anime/news.py
anmoku/resources/anime/pictures.py
anmoku/resources/anime/recommendations.py
anmoku/resources/anime/relations.py
anmoku/resources/anime/reviews.py
anmoku/resources/anime/staff.py
anmoku/resources/character/__init__.py
anmoku/resources/character/character.py
anmoku/resources/helpers/__init__.py
anmoku/resources/helpers/author.py
anmoku/resources/helpers/datetime.py
anmoku/resources/helpers/external.py
anmoku/resources/helpers/forum.py
anmoku/resources/helpers/genre.py
anmoku/resources/helpers/image.py
anmoku/resources/helpers/name.py
anmoku/resources/helpers/news.py
anmoku/resources/helpers/recommendations.py
anmoku/resources/helpers/relations.py
anmoku/resources/helpers/review.py
anmoku/resources/helpers/search_result.py
anmoku/resources/helpers/title.py
anmoku/resources/helpers/user.py
anmoku/resources/manga/__init__.py
anmoku/resources/manga/character.py
anmoku/resources/manga/external.py
anmoku/resources/manga/forum.py
anmoku/resources/manga/genre.py
anmoku/resources/manga/manga.py
anmoku/resources/manga/news.py
anmoku/resources/manga/pictures.py
anmoku/resources/manga/recommendations.py
anmoku/resources/manga/relations.py
anmoku/resources/manga/reviews.py
anmoku/resources/manga/statistics.py
anmoku/resources/manga/user_updates.py
anmoku/typing/__init__.py
anmoku/typing/anmoku.py
anmoku/typing/jikan/__init__.py
anmoku/typing/jikan/api.py
anmoku/typing/jikan/character.py
anmoku/typing/jikan/datetime.py
anmoku/typing/jikan/entry.py
anmoku/typing/jikan/external.py
anmoku/typing/jikan/forum.py
anmoku/typing/jikan/genre.py
anmoku/typing/jikan/image.py
anmoku/typing/jikan/more_info.py
anmoku/typing/jikan/name.py
anmoku/typing/jikan/news.py
anmoku/typing/jikan/person.py
anmoku/typing/jikan/producer.py
anmoku/typing/jikan/recommendations.py
anmoku/typing/jikan/review.py
anmoku/typing/jikan/search_result.py
anmoku/typing/jikan/title.py
anmoku/typing/jikan/user.py
anmoku/typing/jikan/anime/__init__.py
anmoku/typing/jikan/anime/anime.py
anmoku/typing/jikan/anime/characters.py
anmoku/typing/jikan/anime/episode.py
anmoku/typing/jikan/anime/staff.py
anmoku/typing/jikan/manga/__init__.py
anmoku/typing/jikan/manga/characters.py
anmoku/typing/jikan/manga/manga.py
anmoku/typing/jikan/manga/statistics.py
anmoku/typing/jikan/manga/user_updates.py
anmoku/typing/mal/__init__.py
anmoku/typing/mal/age_ratings.py
tests/test_client.py