pyahocorasick@1.4.4

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.

2022-02-20 Python >=3.10 wheel sdist
安装 (1.4.4)
pip install pyahocorasick==1.4.4
poetry add pyahocorasick==1.4.4
pipenv install pyahocorasick==1.4.4
conda install pyahocorasick=1.4.4
下载文件
文件名类型Python 版本大小
pyahocorasick-1.4.4-cp310-cp310-macosx_10_9_x86_64.whl bdist_wheel cp310 32807 bytes
pyahocorasick-1.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl bdist_wheel cp310 109844 bytes
pyahocorasick-1.4.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl bdist_wheel cp310 100620 bytes
pyahocorasick-1.4.4-cp310-cp310-musllinux_1_1_i686.whl bdist_wheel cp310 98239 bytes
pyahocorasick-1.4.4-cp310-cp310-musllinux_1_1_x86_64.whl bdist_wheel cp310 104586 bytes
pyahocorasick-1.4.4-cp310-cp310-win32.whl bdist_wheel cp310 32348 bytes
pyahocorasick-1.4.4-cp310-cp310-win_amd64.whl bdist_wheel cp310 39356 bytes
pyahocorasick-1.4.4-cp36-cp36m-macosx_10_9_x86_64.whl bdist_wheel cp36 32648 bytes
pyahocorasick-1.4.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl bdist_wheel cp36 106542 bytes
pyahocorasick-1.4.4-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl bdist_wheel cp36 97187 bytes
pyahocorasick-1.4.4-cp36-cp36m-musllinux_1_1_i686.whl bdist_wheel cp36 94998 bytes
pyahocorasick-1.4.4-cp36-cp36m-musllinux_1_1_x86_64.whl bdist_wheel cp36 101710 bytes
pyahocorasick-1.4.4-cp36-cp36m-win32.whl bdist_wheel cp36 32222 bytes
pyahocorasick-1.4.4-cp36-cp36m-win_amd64.whl bdist_wheel cp36 39256 bytes
pyahocorasick-1.4.4-cp37-cp37m-macosx_10_9_x86_64.whl bdist_wheel cp37 32647 bytes
pyahocorasick-1.4.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl bdist_wheel cp37 106531 bytes
pyahocorasick-1.4.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl bdist_wheel cp37 97183 bytes
pyahocorasick-1.4.4-cp37-cp37m-musllinux_1_1_i686.whl bdist_wheel cp37 95941 bytes
pyahocorasick-1.4.4-cp37-cp37m-musllinux_1_1_x86_64.whl bdist_wheel cp37 102634 bytes
pyahocorasick-1.4.4-cp37-cp37m-win32.whl bdist_wheel cp37 32224 bytes
pyahocorasick-1.4.4-cp37-cp37m-win_amd64.whl bdist_wheel cp37 39252 bytes
pyahocorasick-1.4.4-cp38-cp38-macosx_10_9_x86_64.whl bdist_wheel cp38 32814 bytes
pyahocorasick-1.4.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl bdist_wheel cp38 110123 bytes
pyahocorasick-1.4.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl bdist_wheel cp38 100914 bytes
pyahocorasick-1.4.4-cp38-cp38-musllinux_1_1_i686.whl bdist_wheel cp38 98561 bytes
pyahocorasick-1.4.4-cp38-cp38-musllinux_1_1_x86_64.whl bdist_wheel cp38 104974 bytes
pyahocorasick-1.4.4-cp38-cp38-win32.whl bdist_wheel cp38 32374 bytes
pyahocorasick-1.4.4-cp38-cp38-win_amd64.whl bdist_wheel cp38 39387 bytes
pyahocorasick-1.4.4-cp39-cp39-macosx_10_9_x86_64.whl bdist_wheel cp39 32812 bytes
pyahocorasick-1.4.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl bdist_wheel cp39 109390 bytes
pyahocorasick-1.4.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl bdist_wheel cp39 100149 bytes
pyahocorasick-1.4.4-cp39-cp39-musllinux_1_1_i686.whl bdist_wheel cp39 97696 bytes
pyahocorasick-1.4.4-cp39-cp39-musllinux_1_1_x86_64.whl bdist_wheel cp39 104022 bytes
pyahocorasick-1.4.4-cp39-cp39-win32.whl bdist_wheel cp39 32383 bytes
pyahocorasick-1.4.4-cp39-cp39-win_amd64.whl bdist_wheel cp39 39414 bytes
pyahocorasick-1.4.4.tar.gz sdist source 95127 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