PackageTrack Sign in Track my project

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 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.

2.3.1 6.0M downloads/mo #1997 most downloaded on PyPI WojciechMula/pyahocorasick

What this package is like to depend on

Last release 3 months ago

27 Apr 2026

Release timing varies

gaps range from 9 days to 2.0 years

No release notes found

nothing matched a version

Nothing withdrawn

no release was ever pulled

12 years old

32 releases · first in 2014

2 releases in the last 12 months

see the full history below

Release timeline

31 releases · Nov 2014 to Apr 2026
2015 2017 2019 2021 2023 2025
Release Pre-release

Releases

latest 32
  1. 2.3.1 27 Apr 2026

    Nothing published for this version

  2. 2.3.0 17 Dec 2025

    Nothing published for this version

  3. 2.2.0 19 Jun 2025

    Nothing published for this version

  4. 2.1.0 21 Mar 2024

    Nothing published for this version

  5. 2.0.0 14 Jan 2023

    Nothing published for this version

  6. 2.0.0b1 04 May 2022 pre-release

    Nothing published for this version

  7. 1.4.4 20 Feb 2022

    Nothing published for this version

  8. 1.4.3 20 Feb 2022

    Nothing published for this version

  9. 1.4.2 27 Mar 2021

    Nothing published for this version

  10. 1.4.1 26 Jan 2021

    Nothing published for this version

  11. 1.4.0 14 Jan 2019

    Nothing published for this version

  12. 1.3.0 20 Dec 2018

    Nothing published for this version

  13. 1.1.13.1 11 Dec 2018

    Nothing published for this version

  14. 1.1.12 03 Dec 2018

    Nothing published for this version

  15. 1.1.11 02 Dec 2018

    Nothing published for this version

  16. 1.1.10 06 Nov 2018

    Nothing published for this version

  17. 1.1.9 25 Oct 2018

    Nothing published for this version

  18. 1.1.8 25 Apr 2018

    Nothing published for this version

  19. 1.1.7 23 Feb 2018

    Nothing published for this version

  20. 1.1.7.dev1 23 Feb 2018 pre-release

    Nothing published for this version

  21. 1.1.6 27 Nov 2017

    Nothing published for this version

  22. 1.1.5 22 Nov 2017

    Nothing published for this version

  23. 1.1.4 08 Aug 2016

    Nothing published for this version

  24. 1.1.3 08 Aug 2016

    Nothing published for this version

  25. 1.1.2 06 Aug 2016

    Nothing published for this version

  26. 1.1.1 29 Jul 2016

    Nothing published for this version

  27. 1.1.0 26 Apr 2016

    Nothing published for this version

  28. 1.0.3 24 Apr 2016

    Nothing published for this version

  29. 1.0.2 23 Apr 2016

    Nothing published for this version

  30. 1.0.1 19 Apr 2016

    Nothing published for this version

  31. 1.0.0 25 Nov 2014

    Nothing published for this version

  32. 1.0 no date

    Nothing published for this version

Stop reading changelogs one package at a time.

Point PackageTrack at your project and get told which of your dependencies moved, which of those matter, and what to do about it.

Track my project