Metadata-Version: 2.1
Name: xapy
Version: 0.0.1
Summary: A Python wrapper around the xapi.us Xbox API
Home-page: https://github.com/jasperbok/xapy
Author: Jasper Bok
Author-email: hello@jasperbok.nl
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/x-rst
Requires-Dist: requests

xapy
====

A simple Python wrapper around the `xapi.us`_ Xbox API service.

.. _xapi.us: https://xapi.us

Setup
-----

::

    pip install xapy

Usage
-----

Import the library and initialize a `Client`:

.. code-block::

    from xapy import Client

    client = Client("my api token")

