| Name: | python-pyahocorasick-doc |
|---|---|
| Version: | 2.2.0 |
| Release: | 1.el10_1 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 335091 |
| License: | BSD-3-Clause AND BSD-2-Clause AND MIT |
| RPM: | python-pyahocorasick-doc-2.2.0-1.el10_1.noarch.rpm |
| Source RPM: | python-pyahocorasick-2.2.0-1.el10_1.src.rpm |
| Build Date: | Tue Sep 23 2025 |
| Build Host: | build-ol10-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/WojciechMula/pyahocorasick |
| Summary: | Documentation for python-pyahocorasick |
| Description: | 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. pyahocorasick is implemented in C and tested on Python 3.8 and up. It works on 64 bits Linux, macOS and Windows. This package is providing the documentation for pyahocorasick. |
- update to 2.2.0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
- Rebuilt for Python 3.14
- Fix FTBFS (rhbz#2341183).
- Fix tests on big-endian machines
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
- Rebuilt for Python 3.13
- Rebuild
- Update to 2.1.0