Deform.io python client Documentation

Deform.io is a simple database as a service. This documentation contains all the information you need to get started using Deform with Python. You can find Deform's general documentation here.

Source repository on Github.

Start by installing python client from pip:

$ pip install python-deform

Let's use the client:

from pydeform import Client

client = Client('deform.io')