An open API service indexing awesome lists of open source software.

https://github.com/zackproser/wealthengine-python-sdk

A python SDK for interacting with the WealthEngine API
https://github.com/zackproser/wealthengine-python-sdk

Last synced: 9 months ago
JSON representation

A python SDK for interacting with the WealthEngine API

Awesome Lists containing this project

README

          

# README #

A Python module that abstracts interaction with the [WealthEngine API](http://dev.wealthengine.com/api) and validates POST parameters before making API calls.

### What is WealthEngine? ###

[WealthEngine](www.wealthengine.com) allows you to look up nearly anyone's wealth in real-time. Get your API Key from [dev.wealthengine.com.](dev.wealthengine.com)

### Getting started ###

* Clone this repo into your project
* Import the SDK in your Python app / script
* See example.py for usage

### Features ###

* Validates POST parameters before making API calls
* Makes it easy to quickly begin making calls - all you need is an APIKey
* Allows you to specify either the sandbox or prod API environments