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.
To execute schema matching task, the server for Serene needs to be started.
The nose unit tests module needs to be installed. To run the tests:
nosetests -v
To install the package 'serene-python-client', run
python setup.py install
Consult the example.py on how to use the library.
To use the schema matcher directly, an example can be found here:
doc/matcher.py