pyahocorasick@2.3.1

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.

2026-04-27 Python >=3.10 wheel sdist
安装 (2.3.1)
pip install pyahocorasick==2.3.1
poetry add pyahocorasick==2.3.1
pipenv install pyahocorasick==2.3.1
conda install pyahocorasick=2.3.1
下载文件
文件名类型Python 版本大小
pyahocorasick-2.3.1-cp310-cp310-macosx_10_9_universal2.whl bdist_wheel cp310 59719 bytes
pyahocorasick-2.3.1-cp310-cp310-macosx_11_0_arm64.whl bdist_wheel cp310 33993 bytes
pyahocorasick-2.3.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl bdist_wheel cp310 109744 bytes
pyahocorasick-2.3.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl bdist_wheel cp310 110375 bytes
pyahocorasick-2.3.1-cp310-cp310-musllinux_1_2_aarch64.whl bdist_wheel cp310 113107 bytes
pyahocorasick-2.3.1-cp310-cp310-musllinux_1_2_x86_64.whl bdist_wheel cp310 113489 bytes
pyahocorasick-2.3.1-cp310-cp310-win_amd64.whl bdist_wheel cp310 35166 bytes
pyahocorasick-2.3.1-cp311-cp311-macosx_10_9_universal2.whl bdist_wheel cp311 59714 bytes
pyahocorasick-2.3.1-cp311-cp311-macosx_11_0_arm64.whl bdist_wheel cp311 33988 bytes
pyahocorasick-2.3.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl bdist_wheel cp311 113162 bytes
pyahocorasick-2.3.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl bdist_wheel cp311 113939 bytes
pyahocorasick-2.3.1-cp311-cp311-musllinux_1_2_aarch64.whl bdist_wheel cp311 116159 bytes
pyahocorasick-2.3.1-cp311-cp311-musllinux_1_2_x86_64.whl bdist_wheel cp311 116390 bytes
pyahocorasick-2.3.1-cp311-cp311-win_amd64.whl bdist_wheel cp311 35152 bytes
pyahocorasick-2.3.1-cp312-cp312-macosx_10_13_universal2.whl bdist_wheel cp312 60112 bytes
pyahocorasick-2.3.1-cp312-cp312-macosx_11_0_arm64.whl bdist_wheel cp312 34154 bytes
pyahocorasick-2.3.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl bdist_wheel cp312 113543 bytes
pyahocorasick-2.3.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl bdist_wheel cp312 114873 bytes
pyahocorasick-2.3.1-cp312-cp312-musllinux_1_2_aarch64.whl bdist_wheel cp312 116455 bytes
pyahocorasick-2.3.1-cp312-cp312-musllinux_1_2_x86_64.whl bdist_wheel cp312 117863 bytes
pyahocorasick-2.3.1-cp312-cp312-win_amd64.whl bdist_wheel cp312 35258 bytes
pyahocorasick-2.3.1-cp313-cp313-macosx_10_13_universal2.whl bdist_wheel cp313 60118 bytes
pyahocorasick-2.3.1-cp313-cp313-macosx_11_0_arm64.whl bdist_wheel cp313 34160 bytes
pyahocorasick-2.3.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl bdist_wheel cp313 113498 bytes
pyahocorasick-2.3.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl bdist_wheel cp313 114814 bytes
pyahocorasick-2.3.1-cp313-cp313-musllinux_1_2_aarch64.whl bdist_wheel cp313 116447 bytes
pyahocorasick-2.3.1-cp313-cp313-musllinux_1_2_x86_64.whl bdist_wheel cp313 117863 bytes
pyahocorasick-2.3.1-cp313-cp313-win_amd64.whl bdist_wheel cp313 35244 bytes
pyahocorasick-2.3.1-cp314-cp314-macosx_10_15_universal2.whl bdist_wheel cp314 60047 bytes
pyahocorasick-2.3.1-cp314-cp314-macosx_11_0_arm64.whl bdist_wheel cp314 34114 bytes
pyahocorasick-2.3.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl bdist_wheel cp314 113504 bytes
pyahocorasick-2.3.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl bdist_wheel cp314 114564 bytes
pyahocorasick-2.3.1-cp314-cp314-musllinux_1_2_aarch64.whl bdist_wheel cp314 116371 bytes
pyahocorasick-2.3.1-cp314-cp314-musllinux_1_2_x86_64.whl bdist_wheel cp314 117877 bytes
pyahocorasick-2.3.1-cp314-cp314-win_amd64.whl bdist_wheel cp314 35987 bytes
pyahocorasick-2.3.1.tar.gz sdist source 105024 bytes
版本列表
2.3.1 2026-04-27
2.3.0 2025-12-17
2.2.0 2025-06-19
2.1.0 2024-03-21
2.0.0 2023-01-14
2.0.0b1 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 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
1.0