Skip to content

Python Client

The SeaTable Python Client encapsulates SeaTable Server Restful API. You can call it in your python programm.

External python programms and python scripts, executed in SeaTable, use the same python library and therefore share the same functions. For an overview of the available functions, read the chapter of script programming with Python in this documentation.

Installation

pip3 install seatable-api

The source code of the Python Client API is available at GitHub.