receptive

Receptive integration for Python


License
MIT
Install
pip install receptive==1.3

Documentation

receptive-python

This is a library to help you integrate your Python SaaS app with Receptive.

Learn more about Receptive.

GitHub repo pull requests welcome.

How to install Receptive-Python

pip install receptive

Example code

python ./example.py

How to use Receptive-Python from your app

import receptive

unsigned = {"timestamp":"2015-03-16T11:14:24+00:00",
           "account":{"id":"a123456","is_paying":"true","monthly_value":"99.99"},
           "vendor":{"id":"vendor-12345"},
           "user":{"full_name":"Dan Test","email":"dan@example.com","id":"u123459"},
           "return_url":"http://example.com"}

signed = receptive.sign(unsigned, "secret-12345")

How to get help

Read how to integrate receptive with your app

Email support@receptive.io or tweet @receptiveio.