Skip to main content

No project description provided

Reason this release was yanked:

不完整

Project description

kwmatcher

多模式字符串匹配工具,带有简单的逻辑匹配。

[!important] 本项目大小写敏感,请确保关键词规则与待检测文本大小写一致或进行预处理。

本项目不支持分词,请确保关键词规则与待检测文本已经过适当的预处理。

安装

pip install kwmatcher

使用方法

默认情况下启用逻辑表达式解析:

from kwmatcher import AhoMatcher

matcher = AhoMatcher()

如需禁用,请传入False:

from kwmatcher import AhoMatcher

matcher = AhoMatcher(use_logic=False)

build方法需要传入一个包含关键词的集合,find方法需要传入一个字符串,输出为一个包含匹配到的关键词的集合。

patterns = {"A&B~C&D&E", "X&Y&Z~M&N"}
matcher.build(patterns)
result = matcher.find("AB")
print(result)  # 输出:{"A&B~C&D&E"}

当启用逻辑表达式解析时,使用&表示要求多个关键词同时出现,使用~表示排除包含特定关键词。排除条件组内部可用&连接,要求组内的所有关键词必须同时存在。

假设有如下关键词规则:

A&B~C&D&E~F&G&H&I&J

将被解析为两个组:

包含组:

  • {"A","B"}

排除组:

  • {"C","D","E"}
  • {"F","G","H","I","J"}

如果文本缺少"A"或"B"中的任意一个,匹配失败。

如果文本同时包含"C"、"D"、"E"全部三个,匹配失败。

如果文本同时包含"F"、"G"、"H"、"I"、"J" 全部五个,匹配失败。

在包含组都出现的情况下,只要任一排除组全部出现就匹配失败。

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

kwmatcher-0.1.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (418.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

kwmatcher-0.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (435.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

kwmatcher-0.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (368.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

kwmatcher-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (380.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

kwmatcher-0.1.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (392.5 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

kwmatcher-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (418.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

kwmatcher-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (418.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

kwmatcher-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (435.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

kwmatcher-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (368.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

kwmatcher-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (379.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

kwmatcher-0.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (392.2 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

kwmatcher-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (417.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

kwmatcher-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (434.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

kwmatcher-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (368.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

kwmatcher-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (380.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

kwmatcher-0.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (415.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

kwmatcher-0.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (433.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

kwmatcher-0.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (366.4 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

kwmatcher-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (377.8 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

kwmatcher-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (417.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

kwmatcher-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (414.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

kwmatcher-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (433.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

kwmatcher-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (367.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

kwmatcher-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (378.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

kwmatcher-0.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (390.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

kwmatcher-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (417.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

kwmatcher-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (415.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

kwmatcher-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (433.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

kwmatcher-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (369.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

kwmatcher-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (378.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

kwmatcher-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (392.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

kwmatcher-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (418.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

kwmatcher-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (416.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

kwmatcher-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (434.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

kwmatcher-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (367.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

kwmatcher-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (379.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

kwmatcher-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (391.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

kwmatcher-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (418.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

kwmatcher-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (417.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

kwmatcher-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (434.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

kwmatcher-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (367.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

kwmatcher-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (379.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

kwmatcher-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (391.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

kwmatcher-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (418.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

kwmatcher-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (417.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

kwmatcher-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (434.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

kwmatcher-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (368.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

kwmatcher-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (380.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

kwmatcher-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (392.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

kwmatcher-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (418.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

kwmatcher-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (417.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

kwmatcher-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (435.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

kwmatcher-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (368.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

kwmatcher-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (379.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

kwmatcher-0.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (392.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

Details for the file kwmatcher-0.1.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0f934d85d52244e37e7e92f8fc2ee42ac58c3d6f4f8e4bb06303f92d6b7913b6
MD5 a08c94c2b231bad12f1fb73acccbdda4
BLAKE2b-256 29cf907c14ba0f37f216e4a97ee708ee087737b80157cfaa733eff3a83071af8

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e04090e53e7ba387902989477f15a8fce6b56b118ec055a8301bd9524be3fac6
MD5 181aad559b826576beb2680959d51468
BLAKE2b-256 60324a6ee4f97e67019e31e66d4f77e7fe7625a2bbea515b0afe77a52714343e

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4b95dea92ba774b68d39dc89ef71ddfbe36ad0293ce3181bcb75c8b9de151a8e
MD5 c2b79b53df46a534abb85f3202f99162
BLAKE2b-256 6e84b1f3adb7d317fe32fc59b0fa446b590f914104faa0459ad71e4143b5425c

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f8760f272d821e818110cdbe041a25f6fafa0969a9eb26853138e3cb706560e8
MD5 629b72f28bc60a4901aad50b4b34fa6f
BLAKE2b-256 f985055d4090cd01a16ea0bfaaf85a5939cfa993963cbabee1d8eface323422f

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ecb0b86d63205b601a7b8b8d4121c162574a0139b1b6706f50e5a961e628ffcd
MD5 fdfcbf763e1349e4a6be931c904fbf26
BLAKE2b-256 f6d1f9e45d07c1258ad8ee72980a2b58728b9d1e435613e33fdc2a2af0535d4b

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a6fea036da5f6296f244cd37c1a0f0d18b2805ebc0e82bfbb05867ea101c8606
MD5 b4e0a6d55c99d73ed82cd823d5dc7c79
BLAKE2b-256 399a5df429a7c2160dd38bacece2c656d84c7c88bda923086eeb478b4aab18a5

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 95ab9f3bad794e19918bcc13000a70c9df97305dfecfe8719a5bd16461824d8c
MD5 4c4f205b6186215e392e395c05082ecc
BLAKE2b-256 95d03db5eeeb8eb392ffc446513cf043f796179beee1a9f1496f0d1ba394f1ac

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3b861c7b41d686e17e833cc054ad76e3bad24ce8c53cb9828ef219ed256a2a58
MD5 9b896e31b48666a19725cc2a49b0b364
BLAKE2b-256 0293753fb73a834e35084ccf599f65647c06fd2ed26ff593b5989a9d830ef408

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 98e41b17dfd2e4b3ce977ae045fa03aac08cfa6e0e860dcc4e626e72beb44d69
MD5 2a13c6efb1f8af70d796e6b20ba1104a
BLAKE2b-256 cf7fb54a5b568bd2cf7c3ec758580ebdeda23b104e3143da3a6584bab6378375

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1eab7d3f92dfecb9095aca9dfc3472fc573d5660d3dcc7031191f83d62fdef7a
MD5 3dc303f21dd2ceb25f06bd9390d05b9e
BLAKE2b-256 f7f5fb9e7f8e38dbbbf6069bc91805fd7f67d01774be21e1674f3afe6e392069

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4382e1046bbb593c3848d024c24093c19cc3fb83ffba87db4790d527d8cbc751
MD5 12d4c328ca5b2ec0a93683d12e39a812
BLAKE2b-256 4a0aab148f0bee03d4599d8895e7e669255be323b0be7f88b1dce5ebb84e6d4e

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a12657f7aa81f6624d4370b95e4215521ea97356745c9eef27d40a2241ef461b
MD5 6a7743fbdd820c0005634cbfcd05e570
BLAKE2b-256 1545ae69afe4029fee9777da8f01808a6beaef10f42a49c3c37084672925eb6b

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fb8c4fc82f13a81aaed73ec88e036dd29d1953fcc1109358c031afba1a3b5a96
MD5 a18aa6a53177c277f8444fb616fe2385
BLAKE2b-256 31aae896da4f920e6482c0b669e1a4182160f8d60c919f2a35d5ceefe313c839

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2164e30bc0be98b2aa926f9a9e55a687ca2ffd3f8b9fcce29780234e680c4c5a
MD5 5fefbe90986e701154d4d521d5454e65
BLAKE2b-256 dfc33855abc091594a409a42e7a62fbd61ea6fd9d3c2d3bfd44c411e83118765

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ec374873691deee879900fc1b9a7953c952a457aafcbe9bb3b5570cb6a09850c
MD5 28800cca3ce60787d8372d4adfd388cd
BLAKE2b-256 a316be4f726621f8b1ba563bfba5c08ef08dab4819bdae673c8373b794b4c95a

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 074fcd041a102ea77a756c4c543831504696342cc3574701cfaea774e40cb2f4
MD5 3ecf76f4034f6c554eaac6942f5373d9
BLAKE2b-256 0b0994ac34c7eaff29456983d0ca08badeba64e458e64f626b697a6647dde013

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d7d003ba9160025e4782a05bc108ef00aa35d3109db9cee6ef04d22ca6cd2753
MD5 aa1e2dc81e41e2986f5f67d321f7a437
BLAKE2b-256 9e4999da292533fe5847e07765b7766016be9f7dae5600cbb491d1729b2239d0

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 258204b2b52354141ec64f08c31b3708a3934ea8db9abcf354524b1449ca8666
MD5 faf0d879ac4c9ebdd71bed906b367325
BLAKE2b-256 e3f18e6dfb34322f8edff7e83b1f61a64022e1a6fe19376a53e0cb0a3725850e

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 89748596a0700fe76488f0c8cec6a6e613a3cf913c51e6b792b5ec349400f160
MD5 0c923e12bdf8e61abda993cb2a2b986a
BLAKE2b-256 4974b3f7817fb4ebb8efb01e307cb1ec07516486c6960029677625b355d67cf8

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 775e2c3966a8295d8b05a6a0a3572296cce45c899460573dececf1f66eddefa0
MD5 aeb5e56c059c1ac33ff8285d86ef04d6
BLAKE2b-256 104be879848a9fe634494a82281c7ebb76f90db1d1d4d7452c52a3fab8a5afb6

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e7d65e0e3f9e049de17ac00919a24697756b99d327ea19570ffaa210d75a23dd
MD5 63ae7dfa0ea92e794b8d60671f33d1cc
BLAKE2b-256 06dfaf86930f261c0f68ffd0ab4f0ffd9508c6528b7d3bf50d4118203578cf8d

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 037e9bc76a75068f72d93f2759bf819136207edbbabd9fc1d26e3393f5a2c106
MD5 8c4e60d4a37ed482374f97b0ed93625f
BLAKE2b-256 d617d5c185c326239e49ae0fb326174549189d4bca3e568110f04f9da59007b6

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1c05a43550177a1fc14956da592b38d3cf3f0551c80af0620fc09c587d9ceac0
MD5 e1413d70c01bbdacf72aa63f07184544
BLAKE2b-256 0dd0f4a5f2fe148e77925c13121887e4c5cc4f041a8f3314550933125e0bf8d1

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ab9fcc1b0b4676281d7024d1934ecaa0c8aeee0288b2f1a7246a80121ffcc90e
MD5 2c774a1166518e758601f57bd5ea852a
BLAKE2b-256 d7b259aa2fd074903f5e359d8d57a4e92e592d5a2900605a7f3d290bf272825b

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a09255ae3af6f55c1bf7c2c2b2c7667f39a61fe6c846581c9edc6358e1bebccd
MD5 c0b4747aaf4958149bdb567550d37053
BLAKE2b-256 ace6df01b459f4bca86e069f5311ad485a262fa36e5e5b62ba3cbbf47e78f1d1

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4a077628bf141857b7f8aae46ebf4e112c1e9e9a3de9d11fd0cc55ae0ad287d3
MD5 41a4a4a5de2383510e31cb11b79760af
BLAKE2b-256 46a8cc9c4f956eb39119a60d05848928db49fbe33dbb3a4b656237fb942adebe

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e3d208a12688c6e31cb71f459fa0d56f4cb81647e7da3fc709f9be25f39b4b27
MD5 6e970a405e2df7922c88f558c8caefd2
BLAKE2b-256 387bf3d4102f021ee1949cd67de1fd27c2c70bfc006335b05ab155403f871aa6

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5dfd675a126dfec5da8f0f2a11bf57bf484e7f09b01f5cdc70010785de681354
MD5 d2daac9d86a84532b5a6565799108c71
BLAKE2b-256 897cfcd8cb9755561b20d77627c6eb16ea301fb5ef56c6b7ca9bb17f78b7898c

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f89fde3ba863ce535b8cea0a950d93309d264c1822c982cb7752612af1b835f0
MD5 74b66a591ec455a03e9166815d0c8c98
BLAKE2b-256 811e78e41bb6bf1ec5a3dd594c92335fba35b2d0b05f9eac2ca58938a51a67b2

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 05606953d58ff08f52f490eb0943cacf091d833e780f643f26a8326db65f1211
MD5 f94b2d7605fbf90908a53270dad05b99
BLAKE2b-256 00e654635c8bfc0cdc846df8a698384cb8489a773d3612656f191bc45825c797

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b8b4ef8e1839734562e8df4df6e490578c93dcb506e3bf876d4b454143deed5d
MD5 9df4ef278f4ad05d034b7ec7adc881d2
BLAKE2b-256 a3d608724e4ff639ea4359aa41b0965a39731baae5b0354dbc8118fa41e8a99f

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a030bc74862a32db3aed3b8ac451285e8ff6187472845d0e41cd819a05ae1782
MD5 296eb40137690317d88742de9744ed9f
BLAKE2b-256 000dcc51959233d9b44d907820db9242037565e121d43105c03c3789589fd7e8

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 545025cce2494e594acf72e0f30c8bcc2b67266ae646fd96dad26322c8028c89
MD5 b05f0ebae1fd63cd765ef78965578ec8
BLAKE2b-256 54f694c60878e29396c5b77ae34d32a9d9e633a6ddc17ba36ed331aa001ac9a4

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 df05020b527ce11d08d17f975d98b307e2cd835c07530eed27b84440c2714874
MD5 0e5f9133c3ec94a4842b9c96b3855cd5
BLAKE2b-256 7149c80b9e15e775fda8793ee00130518db54fd211761f154ad6d43c2dee85a8

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b50751ba1fadef688012570a9d381c6a2cf69c7d909f1daf31b03f917a735274
MD5 93dc24cc8afba858fd186c6b4987e3b5
BLAKE2b-256 a667070d376473d9a15ad440e02571440557383ddd134d5c16a233c85f207fd7

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b1bbb74340b9d3b4be980462362ff09babb8b0e1d8e43171b5c50281047516b5
MD5 670c89486319d0f26e2054f048855691
BLAKE2b-256 57a25d509cacd95986bc560a4438f5ac0f72fe702ba2c14bb9fa8a5115601549

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7c955ac253c5a325b08ea612a28b86ece8962c300a53d1dd63a48e70f9078f43
MD5 a3458c061d20de9d6fda4490f05903c4
BLAKE2b-256 bc9388fd9618995f003d81cfd810d372a8878b3df39a32fb9d44fbc4c8d7adca

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 70dafa2c84408d322ff379c21048b22945f808dcf1ae6d050d16c3fb5977c27f
MD5 44cb43524cb873685148966c0cfa7f90
BLAKE2b-256 056ec0409630dca7911d7589c1b15693abe20240fe0e9676d3395345077f19bd

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fb679397a4ac7a664a0d3f3cff864e99bd517336bfc269f3f6e60407993ddc9e
MD5 9565b5e230c2c3c61548850548d077cc
BLAKE2b-256 fd5ff16ae0428ffc6f05bbf073509880b857a3073a394624de41057dfa001d66

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fcce3862300d2e27dc649ca4d4b5f9907d732aad07332b93244fc61390fd3dc5
MD5 1fbe3c4652e5c48a72e4691670f6e553
BLAKE2b-256 789e86d077ed2ebdc992e7543a519da29c28cf8adcf62d3574df810f4057361e

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fbbc4d7ee97b32bbb743acc788f47f2e6cd841525e03cc02e470b47cdc5a6d95
MD5 b9d1010f4687479282fdc9671f0c80e9
BLAKE2b-256 199f95efaa591d4db21b37ff31248282e3b4add9a0d996780b25453f73c8a587

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5b6a4f250f1d542d460636f6a527c23d031e1e82f2606725a5d239b828f440bb
MD5 64d2de2ce9b9889693afc0ce8e9650b5
BLAKE2b-256 13feef5e314f53be3b605c84e0d947b633f3399b1ac3144e16c0c5d19ea8d14a

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0642ec490cbc146f7c8fa143865b94138d32002eac4cc43613a6577018763321
MD5 c45650b2dc1ffc2099956a5000c3550e
BLAKE2b-256 a9355f663c8d68bbd84d24711ab5596a4f1ed1014d7cad84f1f7fc72a3bd5d70

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 54c177323ab148ae72f4cc547d80cb14d8e4b36f58a276b4d4405e8d6bdcf223
MD5 9c9085c2c7b7b1345f0d69aec4840c9f
BLAKE2b-256 ba839c202636fca045003bcdec7f2ef683472b4fa904067a131c53b61888ee21

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 638691e61a50aa4a9490be2b7cc7ba406c82101c9efdc3c5183bc075f7e5b5c5
MD5 6f0a6865bf8410c5a63ac297ccf14c2f
BLAKE2b-256 63da44f8ffcd9854ec6d9d8cde5da31dc6a8e70b12382376c2fa0498ddf79656

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 48f17b0de205ea11c1789c3e95cecbba2c8e9bbe51bb147381d9dde4ee9819a0
MD5 de97a50c9d3a84199c2d7e29dd23217c
BLAKE2b-256 2d816aa07535c479466c93b0152f1909a1840757f765cd5dc19154ac342508dd

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 56e51731e83d47ba9abc0b1e178378c67e1889bc11b365dd3a9257513aac1674
MD5 5e34ef7043dfee4a1223f55c871af7c9
BLAKE2b-256 71d833ad47bc5fc1e0b10f3288b8f4d5d24f3ba69fbe1e4b82b95d9d9008ba1a

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cf74a1c2fcffa290ac220b469c11e3f0fc38f82e72e3936a4ce6cf150daf08e3
MD5 fe109a7aa34f79e25d7cb73b30ba930c
BLAKE2b-256 570476852150deba4d4485c5b167e7efbf2a52163d750f4ee92c86806f9ef66c

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ed145374a50750257f40b79732a6ddccc7e9448dc901fce4ae95fea7f443954a
MD5 a4011e8def43ebcf8a099d5cbe3b1d1a
BLAKE2b-256 28480e0d44758ca73b69602fb3a6e0d8621be6035bb3687b3f4e6b5704b0d5f7

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e49346a5dcece6b86568e0c59745d29707d3ca8cff54a890f2572398dcae91ba
MD5 977ebea1ae4852b1cf41da2dd6c1d92f
BLAKE2b-256 a0b98eedcb550a0927e14bae4a525dfb3fb6e03251533da850e66379f80b6d0d

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 54bd69dd44721f8d4f2a080578bb804cbd378f7cc17d9302e6a6097339422c70
MD5 4a0c7b27e58a20e639ccd35927e4c369
BLAKE2b-256 e21f8c11d4a959b2fb7eddb0fc7eba737bc4b4d50c7029d7b1116ecdb16af4d3

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 80f4824f0997ed68d10f8d8900e38578adee2d6ad0b4607741fa46831da80044
MD5 07240016821df945ce811595add17b06
BLAKE2b-256 1731faca38147245523ea99b13501dcdf0b98ab716ea09fe3e7cd96df04f35a9

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 939cfa608e14b0b15f2e485c2b4647cc7e9ff14b07357baad685caf2fd436554
MD5 d1aa1556f1194fbad6a4b63d493fe9cd
BLAKE2b-256 c9b8b3da496037c9d12d73c1c873f81ca51150ba3698cf7a45d0e325caf2b2ff

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5471c0ddda1e284e56e2eb36f2953fa5ba9888979fff7c275850e5f9e46ccd5b
MD5 69e62c50159ff0e7db74fdbc40eb8c09
BLAKE2b-256 0a3e77340c6797e55f9b4f1ca581d37f62e4cddf7879e6e6c9e2af19a74c2f59

See more details on using hashes here.

File details

Details for the file kwmatcher-0.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for kwmatcher-0.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 012a0fb62f489c76455daf694a040662d5d92f8e2f7caca630c702dc6d462058
MD5 97edc4c67b7eb8e886a9ca90c1c4c947
BLAKE2b-256 808350dd9481c18b7e86a0352a79a3b3c6c63e2fd52e38c97bc48c02fcccd11b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page