Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

kuzzleio/sdk-python2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-python2.git
git submodule update --init --recursive
cd sdk-python2
make