Skip to content
This repository was archived by the owner on May 11, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (17 loc) · 684 Bytes

File metadata and controls

28 lines (17 loc) · 684 Bytes

Official Kuzzle Python SDK - ALPHA VERSION

About Kuzzle

A backend software, self-hostable and ready to use to power modern apps.

You can access the Kuzzle repository on Github

SDK Documentation

The complete SDK documentation is available here

Protocol used

The Python SDK implements the websocket protocol.

Build

Execute the following snippet to clone the GIT repository, and build the SDK. It will then be available in the "build/" directory

git clone --recursive git@github.com:kuzzleio/sdk-python3.git
git submodule update --init --recursive
cd sdk-python3
make