{ "info": { "author": "Danny Yoo", "author_email": "dyoo@hkn.eecs.berkeley.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Topic :: Text Editors :: Text Processing" ], "description": "The Aho-Corasick automaton is a data structure that can quickly do a multiple-keyword search across text. It's described in the classic paper 'Efficient string matching: an aid to bibliographic search': http://portal.acm.org/citation.cfm?id=360855&dl=ACM&coll=GUIDE. The majority of the code here is adapted from source code from the Fairly Fast Packet Filter (FFPF) project: http://ffpf.sourceforge.net/general/overview.php.", "description_content_type": null, "docs_url": null, "download_url": "http://hkn.eecs.berkeley.edu/~dyoo/python/ahocorasick/ahocorasick-0.9.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://hkn.eecs.berkeley.edu/~dyoo/python/ahocorasick/", "keywords": null, "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "ahocorasick", "package_url": "https://pypi.org/project/ahocorasick/", "platform": "any", "project_url": "https://pypi.org/project/ahocorasick/", "project_urls": { "Download": "http://hkn.eecs.berkeley.edu/~dyoo/python/ahocorasick/ahocorasick-0.9.tar.gz", "Homepage": "http://hkn.eecs.berkeley.edu/~dyoo/python/ahocorasick/" }, "release_url": "https://pypi.org/project/ahocorasick/0.9/", "requires_dist": null, "requires_python": null, "summary": "Aho-Corasick automaton implementation", "version": "0.9" }, "last_serial": 5120, "releases": { "0.8": [], "0.9": [] }, "urls": [] }