{ "info": { "author": "Nathan Zylbersztejn", "author_email": "human@mrbot.ai", "bugtrack_url": null, "classifiers": [], "description": "# Fuzzy Matcher\n\nA super simple MIT licensed fuzzy matching library to be used as an MIT alternative to Fuzzy Wuzzy which is GPL licensed.\nIt is much less featured as Fuzzy Wuzzy, so if GPL is not blocking you, you should probably use Fuzzy Wuzzy instead.\n\n## Usage\n\n```python\nfrom fuzzy_matcher import process\nquery = \"orange\"\nval = ['blue', 'orange', 'brown', 'ornage', 'range', 'angel', 'gang', 'ang']\nfuzzy = process.extract(query, val, limit=3, scorer='ratio')\n```\n\nshould output:\n```python\n[('orange', 100), ('range', 83), ('ornage', 66)]\n```\n\n### Supported scorers\n\nOnly `ratio` and `partial_ratio` are supported at this time.\nNote that scores will not be the same as FuzzyWuzzy's.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://mrbot.ai", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "fuzzy-matcher", "package_url": "https://pypi.org/project/fuzzy-matcher/", "platform": "", "project_url": "https://pypi.org/project/fuzzy-matcher/", "project_urls": { "Homepage": "https://mrbot.ai" }, "release_url": "https://pypi.org/project/fuzzy-matcher/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "A super simple MIT licensed fuzzy matching library", "version": "0.1.0" }, "last_serial": 5179478, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "7d20cac3ca6b4b5492cecd0970c9e40a", "sha256": "414b89e8e5a36f88c0f6a9237261b7c7275e0100fde9e9441d31f2573ecd2746" }, "downloads": -1, "filename": "fuzzy_matcher-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7d20cac3ca6b4b5492cecd0970c9e40a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1807, "upload_time": "2019-04-23T22:27:40", "url": "https://files.pythonhosted.org/packages/c9/83/ed267314b11f6e1bba34bd323da2b739ad43b3456f7df17228af3382e16b/fuzzy_matcher-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7d20cac3ca6b4b5492cecd0970c9e40a", "sha256": "414b89e8e5a36f88c0f6a9237261b7c7275e0100fde9e9441d31f2573ecd2746" }, "downloads": -1, "filename": "fuzzy_matcher-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7d20cac3ca6b4b5492cecd0970c9e40a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1807, "upload_time": "2019-04-23T22:27:40", "url": "https://files.pythonhosted.org/packages/c9/83/ed267314b11f6e1bba34bd323da2b739ad43b3456f7df17228af3382e16b/fuzzy_matcher-0.1.0.tar.gz" } ] }