Metadata-Version: 2.1
Name: amari.py
Version: 1.1.7
Summary: An asynchronous API wrapper for the Amari API.
Home-page: https://github.com/TheF1ng3r/amari.py
Author: TheF1ng3r
License: MIT
Project-URL: Documentation, https://amaripy.readthedocs.io/en/latest/
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.8
Description-Content-Type: text/x-rst; charset=UTF-8; variant=GFM
License-File: LICENSE

Amari.py
========

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

.. image:: https://img.shields.io/pypi/v/amari.py.svg
   :target: https://pypi.org/project/amari.py/
   :alt: PyPi Library version

.. image:: https://img.shields.io/pypi/pyversions/amari.py.svg
   :target: https://pypi.org/project/amari.py/
   :alt: PyPi library Python versions

Amari.py is an async, easy to use API wrapper for the AmariBot.

Installation
------------

Enter any of these commands to install the library:

.. code:: sh

  pip install amari.py

  python -m pip install amari.py

Key features
------------

- Utilizes the whole Amari API
- Asynchronous built
- Anti 429s (rate limiting)

Support
-------

If you have any questions or require support with the API wrapper, visit the `AmariBot Support Server <https://discord.gg/qKkSUSwU2G>`_ and ask in `#amari.py <https://discord.com/channels/346474194394939393/882370112710123570>`_.

Bugs
----

If you find any bugs with the library, you can report it by creating a bug issue at `Amari.py's Github repo <https://github.com/TheF1ng3r/amari.py>`_.

Docs
----

Visit the `Amari.py docs <https://amaripy.readthedocs.io/en/latest/>`_ for usage of the library.


