Metadata-Version: 1.1
Name: py-stringmatching
Version: 0.1.0
Summary: Python library for string matching.
Home-page: https://sites.google.com/site/anhaidgroup/projects/py_stringmatching
Author: UW Magellan Team
Author-email: uwmagellan@gmail.com
License: BSD
Description: py_stringmatching
        =================
        
        py_stringmatching is a software package in Python that consists of a comprehensive set of tokenizers and string similarity measures (
        such as edit distance, Jaccard, and TF/IDF). It is free, open-source, and BSD-licensed.
        
        Important links
        ===============
        
         * Repository: https://github.com/anhaidgroup/py_stringmatching
         * Documentation: http://anhaidgroup.github.io/py_stringmatching/v0.1.x/index.html 
         * Tutorial: http://anhaidgroup.github.io/py_stringmatching/v0.1.x/Tutorial.html
         * Issue Tracker: https://github.com/anhaidgroup/py_stringmatching/issues
         * Mailing List: https://groups.google.com/forum/#!forum/py_stringmatching
         
        Dependencies
        ============
        
        py_stringmatching is tested to work under Python 2.7, Python 3.3, Python 3.4 and Python 3.5.
        
        The required dependencies to build the package are NumPy >= 1.7.0,
        Six and a working C/C++ compiler. For the development version, you will also require Cython.
        
        Platforms
        =========
        
        py_stringmatching has been tested on Linux, OSX and Windows.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries
