Metadata-Version: 2.1
Name: waifuim
Version: 1.0.0.post1
Summary: A Python wrapper for the Waifu.im API
Author: Avimetry Development
Author-email: avizum <juliusrt@outlook.com>
License: MIT License
Project-URL: homepage, https://github.com/avimetry/waifuim
Project-URL: documentation, https://readthedocs.io
Project-URL: repository, https://github.com/avimetry/waifuim
Classifier: Programming Language :: Python :: 3.10
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
Provides-Extra: docs
License-File: LICENSE

waifuim
=============


.. image:: https://discord.com/api/guilds/751490725555994716/embed.png
   :target: https://discord.gg/muTVFgDvKf
   :alt: Support Server Invite

A Python wrapper for the Waifu.im API.

https://waifu.im/ is an API that provides a variety user-uploaded anime images.


Features
--------
- Async Support (sync support coming soon)
- Fully typed
- Easy to use
- Documentation

Installing
----------

To install, just run the following command:

.. code-block:: shell

    # MacOS/Linux
    python3 -m pip install -U waifuim

    # Windows
    py -3 -m pip install -U wafiuim


Requirements
~~~~~~~~~~~~
- Python ≥3.10

- ``aiohttp``


Documentation
-------------
Documention can be found `here. <https://waifuim.readthedocs.io/en/latest/>`_
