pyahocorasick

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 o…

Installation

In a virtualenv (see these instructions if you need to create one):

pip3 install pyahocorasick

Dependencies

  • None

Releases

Version Released Bullseye
Python 3.9
Bookworm
Python 3.11
Trixie
Python 3.13
Files
2.2.0 2025-06-19  
2.1.0 2024-03-21    
2.0.0 2023-01-14      
2.0.0b1 pre-release 2022-05-04      
1.4.4 2022-02-20      
1.4.3 2022-02-20      
1.4.2 2021-03-27      
1.4.1 2021-01-26      
1.4.0 2019-01-14      
1.3.0 2018-12-20      
1.1.13.1 2018-12-11      
1.1.12 2018-12-03      
1.1.11 2018-12-02      
1.1.10 2018-11-06      
1.1.9 2018-10-25      
1.1.8 2018-04-25      
1.1.7 2018-02-23      
1.1.7.dev1 pre-release 2018-02-23      
1.1.6 2017-11-27      
1.1.5 2017-11-22      
1.1.4 2016-08-08      
1.1.3 2016-08-08      
1.1.2 2016-08-06      
1.1.1 2016-07-29      
1.1.0 2016-04-26      
1.0.3 2016-04-24      
1.0.2 2016-04-23      
1.0.1 2016-04-19      
1.0.0 2014-11-25      

Issues with this package?

Page last updated 2025-09-11 20:38:11 UTC