Metadata-Version: 2.0
Name: flexmatcher
Version: 0.9.3
Summary: FlexMatcher is a schema matching package in Python which handles the problem of matching multiple schemas to a single mediated schema.
Home-page: https://github.com/behzadg/flexmatcher
Author: BigGorilla Team
Author-email: thebiggorilla.team@gmail.com
License: Apache Software License 2.0
Keywords: flexmatcher
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: sklearn (>=0.18)

===========
FlexMatcher
===========


.. image:: https://img.shields.io/pypi/v/flexmatcher.svg
        :target: https://pypi.python.org/pypi/flexmatcher

.. image:: https://img.shields.io/travis/behzadg/flexmatcher.svg
        :target: https://travis-ci.org/behzadg/flexmatcher

.. image:: https://readthedocs.org/projects/flexmatcher/badge/?version=latest
        :target: https://flexmatcher.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/behzadg/flexmatcher/shield.svg
     :target: https://pyup.io/repos/github/behzadg/flexmatcher/
     :alt: Updates


FlexMatcher is a schema matching package in Python which handles the problem of matching multiple schemas to a single mediated schema.


* Free software: Apache Software License 2.0
* Documentation: https://flexmatcher.readthedocs.io.


Features
--------

* TODO

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage



=======
History
=======

0.9.0 (2017-05-12)
------------------

* First release on PyPI.


