..
    PlayStation Network API Wrapper Python (PSNAWP) documentation master file, created by
    sphinx^quickstart on Thu Sep 15 20:04:05 2022.
    You can adapt this file completely to your liking, but it should at least
    contain the root `toctree` directive.

PSNAWP: PlayStation Network API Wrapper Python
==============================================

Retrieve User Information, Trophies, Game and Store data from the PlayStation Network.

PSNAWP documentation is organized into the following sections:

- :ref:`index:the psnawp class`
- :ref:`index:psnawp modules overview`
- :ref:`index:additional resources`

The PSNAWP Class
^^^^^^^^^^^^^^^^
If you're new to psnawp_api, start by exploring the :py:class:`~psnawp_api.psnawp.PSNAWP` class. This class is the primary gateway into the API wrapper, offering you a unified interface to all its functionality.

.. toctree::
    :maxdepth: 1
    :caption: The PSNAWP class

    generated/psnawp_api.psnawp

PSNAWP Modules Overview
^^^^^^^^^^^^^^^^^^^^^^^
For a deeper dive, check out the various modules that make up psnawp_api:

.. toctree::
   :caption: PSNAWP Modules
   :maxdepth: 4

   generated/psnawp_api

Additional Resources
^^^^^^^^^^^^^^^^^^^^

.. toctree::
    :maxdepth: 1
    :caption: Additional Resources:

    additional_resources/README.rst
    additional_resources/AUTHORS.rst
    additional_resources/LICENSE.rst
