Metadata-Version: 1.1
Name: fuzzyjoin
Version: 0.1.2
Summary: Join two tables by a fuzzy comparison of text columns.
Home-page: https://github.com/chancyk/fuzzyjoin
Author: Chancy Kennedy
Author-email: kennedychancy+fuzzyjoin@gmail.com
License: MIT license
Description: fuzzyjoin
        =========
        
        Join two tables by a fuzzy comparison of text columns.
        
        * Free software: MIT license
        
        
        TODO
        ----
        - [ ] Test transformation and exclude functions.
        - [ ] Implement left join and full join.
        - [ ] Optionally use python-Levenshtein for speed.
        - [ ] Check that the ID is actually unique.
        - [ ] Add documentation.
        
        
        History
        =======
        
        0.1.0 (2019-04-09)
        ------------------
        
        * First release on PyPI.
        
Keywords: fuzzyjoin
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
