Package python3-module-pyahocorasick: Information

  • Default inline alert: Version in the repository: 2.3.0-alt3

Source package: python3-module-pyahocorasick
Version: 2.3.0-alt1
Latest version according to Repology
Build time:  Apr 7, 2026, 10:46 PM in the task #414485
Report package bug
License: BSD-3-Clause and Public-Domain
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.
Description: 
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.

**pyahocorasick** is a fast and memory efficient library for exact or
approximate multi-pattern string search meaning that you can find
multiple key strings occurrences at once in some input text. The strings
"index" can be built ahead of time and saved (as a pickle) to disk to
reload and reuse later. The library provides an `ahocorasick` Python
module that you can use as a plain dict-like Trie or convert a Trie to
an automaton for efficient Aho-Corasick search.

List of RPM packages built from this SRPM:
python3-module-pyahocorasick (x86_64, i586, aarch64)
python3-module-pyahocorasick-debuginfo (x86_64, i586, aarch64)

Maintainer: Anton Farygin

List of contributors:
Anton Farygin

ACL:
Anton Farygin
@everybody

    1. python3-module-pyproject-installer >= 0.4.0
    2. python3-module-pytest
    3. python3-module-setuptools
    4. rpm-build-pyproject

Last changed


April 7, 2026 Anton Farygin 2.3.0-alt1
- initial build for ALT Linux