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
- Host: GitHub
- URL: https://github.com/zackproser/wealthengine-python-sdk
- Owner: zackproser
- License: mit
- Created: 2015-07-05T20:33:10.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-05T20:41:55.000Z (almost 11 years ago)
- Last Synced: 2025-01-15T01:07:50.248Z (over 1 year ago)
- Language: Python
- Size: 129 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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