pyahocorasick
2.3.1pyahocorasick is a fast and memory efficient library for exact or approximate multi-pattern string search. With the ``ahocorasick.Automaton`` class, you can find multiple key string occurrences at once in some input text. You can use it as a plain dict-like Trie or convert a Trie to an automaton for efficient Aho-Corasick search. And pickle to disk for easy reuse of large automatons. Implemented in C and tested on Python 3.6+. Works on Linux, macOS and Windows. BSD-3-Cause license.
Published
April 27, 2026
83d ago
Package Registry
README badge Customize →
License Sources Mismatch
The Python registry reports BSD-3-Clause and Public-Domain, but the LICENSE file in the package source reads BSD-3-Clause (as of April 27, 2026) — review both before relying on either.
| Source | License | Class |
|---|---|---|
Licensie (detected) | BSD-3-Clause | Permissive |
PyPI (reported) | BSD-3-Clause and Public-Domain | Unknown |
Loading dependencies…
License File
Added Removed Expected
Versions
1 version| Version | License | Published | Status |
|---|---|---|---|
| 2.3.1 Latest Viewing | BSD-3-Clause | Apr 27, 2026 | Scanned |