Metadata-Version: 2.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
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
Requires-Dist: Click (<8.0,>=7.0)
Requires-Dist: pylev (<1.4.0,>=1.3.0)

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.


