PySpect

Home

lists

Frequently asked questions

© 2025 PySpect

Package profile

pyahocorasick

  • Summary: pyahocorasick 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.
  • Author: Wojciech Muła
  • Homepage: http://github.com/WojciechMula/pyahocorasick
  • Number of releases: 30
  • First release: 1.0.0 on 2014-11-25
  • Latest release: 2.2.0 on 2025-06-19

Releases

Dates and sizes of releases20162018202020222024Release Date0.050.100.150.200.250.300.35Size in MB

PyPI Downloads

Weekly downloads over the last 3 monthsFebruaryMarchAprilMayJuneDate050100150200250300350400450 thousand downloads per week

Dependencies

Pyahocorasick has 4 dependencies, 4 of which optional.
Dependencies of pyahocorasick (4).
DependencyOptional
pytesttrue
setuptoolstrue
twinetrue
wheeltrue

Details