Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 860 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 860 Bytes

Serene Python Client

The Serene Python Client project provides a Python client to execute various data integration tasks via defined APIs and to interpret responses. File example.py contains some example uses.

Prerequisites

To execute schema matching task, the server for Serene needs to be started.

How to test

The nose unit tests module needs to be installed. To run the tests:

nosetests -v

Run

To install the package 'serene-python-client', run

python setup.py install

Consult the example.py on how to use the library.

Schema Matcher

To use the schema matcher directly, an example can be found here:

doc/matcher.py