rootsdk

A python SDK for the Root insurance API


Keywords
root, sdk
Licenses
GPL-3.0/GPL-3.0+
Install
pip install rootsdk==0.1.3

Documentation

Getting Started

Install

pip install rootsdk

or

git clone git@github.com:BrendanBall/root-insurance-python.git
pip install -e root-insurance-python

Environment Variables

ROOT_APP_ID
ROOT_APP_SECRET

Code

from root import insurance

client = insurance.Client()
phone_brands = client.gadgets.list_phone_brands()

Upload to pip

python setup.py bdist_wheel upload -r pypi