From 1d94f11462e4f719d729b20f76e61402c48eb85a Mon Sep 17 00:00:00 2001 From: PythonCoderAS <13932583+PythonCoderAS@users.noreply.github.com> Date: Sat, 8 Jan 2022 18:47:30 -0500 Subject: [PATCH] Raise deprecation notice. --- README.rst | 6 ++++++ docs/index.rst | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README.rst b/README.rst index c645d6a..80bbfa1 100644 --- a/README.rst +++ b/README.rst @@ -7,4 +7,10 @@ AsyncDex: Async MangaDex API Wrapper A wrapper over the Mangadex API that supports authentication and ratelimits. +.. danger:: + AsyncDex is deprecated and not in development. Many of the methods and + models already do not work anymore, and many more are expected to break. + If you want another async MangaDex API, please use + `Hondana `_. + View full documentation here: https://asyncdex.readthedocs.io/ diff --git a/docs/index.rst b/docs/index.rst index 34677ea..364da4b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,6 +3,12 @@ AsyncDex: MangaDex API Using AioHTTP AsyncDex is an aiohttp-based async client for the MangaDex API. It respects all ratelimit rules set by MangaDex. Support for authentication is included as well as for running in anonymous mode. +.. danger:: + AsyncDex is deprecated and not in development. Many of the methods and + models already do not work anymore, and many more are expected to break. + If you want another async MangaDex API, please use + `Hondana `_. + Getting Started ...............