.. Jexia-SDK documentation master file, created by sphinx-quickstart on Wed Jan 15 19:31:17 2020. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to Jexia-SDK's documentation! ===================================== This is the official Python SDK for interacting with Jexia projects. Compatibility ============= Jexia-SDK requires Python 2.7.15+. Installation ============ You can install jexia-sdk with pip: .. code-block:: console $ pip install jexia-sdk or with easy_install: .. code-block:: console $ easy_install jexia-sdk Documentation ============= This part of the documentation will show you how to get started in using Jexia SDK. .. toctree:: :maxdepth: 2 installation quickstart API Reference ------------- If you are looking for information on a specific function, class or method, this part of the documentation is for you. .. toctree:: :maxdepth: 2 api Additional Notes ---------------- .. toctree:: :maxdepth: 2 contributing changelog Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`