Metadata-Version: 2.1
Name: AsyncDex
Version: 0.5.1
Summary: Async MangaDex library
Home-page: https://github.com/PythonCoderAS/AsyncDex
Author: PythonCoderAS
Author-email: pokestarfan@yahoo.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Requires-Dist: aiohttp
Requires-Dist: natsort
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: asynctest ; extra == 'tests'
Requires-Dist: pytest-asyncio ; extra == 'tests'
Requires-Dist: pytest-recording ; extra == 'tests'
Requires-Dist: vcrpy ; extra == 'tests'
Requires-Dist: pytest-mypy ; extra == 'tests'

AsyncDex: Async MangaDex API Wrapper
====================================

.. image:: https://readthedocs.org/projects/asyncdex/badge/?version=latest
    :target: https://asyncdex.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

A wrapper over the Mangadex API that supports authentication and ratelimits.

View full documentation here: https://asyncdex.readthedocs.io/


