Skip to content

Latest commit

 

History

History

python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Python Wrapper and Sample

This includes a python wrapper around the HyperVerge Documents REST API and a sample code using the wrapper.

Installing / Getting started

  • Clone this project
  • pip install requests or install from source Link
  • pip install simplejson

Prerequisites

  • python 2.7
  • libraries : requests, json

Usage

The wrapper is used in the sample code (test.py) file.

python test.py

Configuration

User should update the appId and appKey in the config.json file.

Api Reference

It uses the HyperVerge Documents API