Bailo Python Client Documentation

The documentation for a simple Python API Wrapper for Bailo


Table of Contents
  1. Documentation

Documentation

Documentation is rendered with Sphinx and served here.

Building locally

[!IMPORTANT] Python 3.11 or higher is required

Prerequisites

From within the backend/docs directory:

pip install bailo -r requirements.txt
apt install -y pandoc

Building

From the docs directory run either make html (Linux & Mac) or make.bat (Windows). This will build it in the backend directory by default.