pyahocorasick v2.3.0
pypipyahocorasick 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.
Updated
View on PyPI →
Version
2.3.0
14d ago
License
BSD-3-Clause and Public-Domain
14d ago
Weekly Downloads
N/A
Dependencies
4
14d ago
Required Runtime
>=3.10
14d ago
Deprecated
No
14d ago
Weekly downloads
Release activity
1 release tracked. Last release: 14 days ago.
v2.3.0
current
v2.3.0
Mar 22, 2026
Last changed
| Field | Change | When |
|---|---|---|
| required_runtime | (none) → >=3.10 | 14d ago |
| deprecated | (none) → false | 14d ago |
| latest_version | (none) → 2.3.0 | 14d ago |
| dep_count | (none) → 4 | 14d ago |
| license | (none) → BSD-3-Clause and Public-Domain | 14d ago |
Use it
REST API
$ curl
https://api.grounded-api.dev/v1/pypi/pyahocorasick/latest_version
{ "value": "2.3.0" }
CLI
$ npx grounded-cli pyahocorasick
pyahocorasick@2.3.0 (pypi)