.. pyamiibo documentation master file, created by sphinx-quickstart on Sat Dec 26 02:56:15 2020. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to amiibo.py's documentation! ==================================== amiibo.py is a powerfull, rich API wrapper for amiiboapi.com **Features:** - 100% API Coverage - Optimized speed - Both Sync/Async versions available **Installation** To install pip version: .. code-block:: # if your os is macOS > python3 -m pip install -U amiibo.py # If your os is Windows > py -3 -m pip install -U amiibo.py To install development version: .. code-block:: > git clone https://github.com/XiehCanCode/amiibo.py > cd amiibo.py > python3 -m pip install . Manuals ------- .. toctree:: :maxdepth: 1 api quickstart Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`