Metadata-Version: 2.0
Name: flexmatcher
Version: 1.0.2
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/biggorilla-gh/flexmatcher
Author: BigGorilla Team
Author-email: thebiggorilla.team@gmail.com
License: Apache Software License 2.0
Description-Content-Type: UNKNOWN
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: numpy
Requires-Dist: pandas
Requires-Dist: python-Levenshtein (==0.12.0)
Requires-Dist: scikit-learn (>=0.18)
Requires-Dist: scipy

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


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

.. image:: https://img.shields.io/travis/biggorilla-gh/flexmatcher.svg
        :target: https://travis-ci.org/biggorilla-gh/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/biggorilla-gh/flexmatcher/shield.svg
     :target: https://pyup.io/repos/github/biggorilla-gh/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.

*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.


