Unofficial MeCab Binding for Python
This module is a Python binding for unofficial fork of MeCab. The Japanese document is here: https://shogo82148.github.io/mecab
Installation
pip install mecab
or
python -m pip install mecab
Usage
>>> import MeCab
>>> t = MeCab.Tagger()
>>> sentence = "太郎はこの本を女性に渡した。"
>>> print(t.parse(sentence))
太郎 名詞,固有名詞,人名,名,*,*,太郎,タロウ,タロー
は 助詞,係助詞,*,*,*,*,は,ハ,ワ
この 連体詞,*,*,*,*,*,この,コノ,コノ
本 名詞,一般,*,*,*,*,本,ホン,ホン
を 助詞,格助詞,一般,*,*,*,を,ヲ,ヲ
女性 名詞,一般,*,*,*,*,女性,ジョセイ,ジョセイ
に 助詞,格助詞,一般,*,*,*,に,ニ,ニ
渡し 動詞,自立,*,*,五段・サ行,連用形,渡す,ワタシ,ワタシ
た 助動詞,*,*,*,特殊・タ,基本形,た,タ,タ
。 記号,句点,*,*,*,*,。,。,。
EOS
>>> n = t.parseToNode(sentence)
>>> while n:
>>> print(n.surface, "\t", n.feature)
>>> n = n.next
BOS/EOS,*,*,*,*,*,*,*,*
太郎 名詞,固有名詞,人名,名,*,*,太郎,タロウ,タロー
は 助詞,係助詞,*,*,*,*,は,ハ,ワ
この 連体詞,*,*,*,*,*,この,コノ,コノ
本 名詞,一般,*,*,*,*,本,ホン,ホン
を 助詞,格助詞,一般,*,*,*,を,ヲ,ヲ
女性 名詞,一般,*,*,*,*,女性,ジョセイ,ジョセイ
に 助詞,格助詞,一般,*,*,*,に,ニ,ニ
渡し 動詞,自立,*,*,五段・サ行,連用形,渡す,ワタシ,ワタシ
た 助動詞,*,*,*,特殊・タ,基本形,た,タ,タ
。 記号,句点,*,*,*,*,。,。,。
BOS/EOS,*,*,*,*,*,*,*,*
License
MeCab is copyrighted free software by Taku Kudo taku@chasen.org and Nippon Telegraph and Telephone Corporation, and is released under any of the GPL (see the file GPL), the LGPL (see the file LGPL), or the BSD License (see the file BSD).
Also, this Python binding is under any of the GPL, the LGPL, or the BSD License.
Release files for mecab 0.996.13
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distributions (wheels)
Total release size: 164.7 MB
Release files / mecab-0.996.13-cp314-cp314-win_amd64.whl
| Download URL | mecab-0.996.13-cp314-cp314-win_amd64.whl |
|---|---|
| Size | 518.4 kB |
| Tags | CPython 3.14 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
f30ead7e35985b8c0f82899a46c5643de55b77d05f23454d62f00ca96ae222aa
|
|
BLAKE2b-256 checksum How to use checksums |
12ec6f7f0bf9068b5b262469e27f7003d9ea801088c33f2fe3944dff63f5c7df
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp314-cp314-musllinux_1_2_x86_64.whl
| Download URL | mecab-0.996.13-cp314-cp314-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 5.6 MB |
| Tags | CPython 3.14 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
8b40092347493cfd2b788d6cfd51ce24aeff52223145a7282d29b061823a1aee
|
|
BLAKE2b-256 checksum How to use checksums |
58d5e5baf5af1759bf5f21ba83debd5a82c429d5100672804b1deeb2ddf7e920
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp314-cp314-musllinux_1_2_aarch64.whl
| Download URL | mecab-0.996.13-cp314-cp314-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 5.4 MB |
| Tags | CPython 3.14 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
014dfda3e72b1a5bc7668f43bd05a731a18f2a6d7363453026a860d208ea6b2c
|
|
BLAKE2b-256 checksum How to use checksums |
0e3b110d9bde765f41eb4c30647e2428dd947d6034a0d0b32f4a97847532d434
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
| Download URL | mecab-0.996.13-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl |
|---|---|
| Size | 5.2 MB |
| Tags | CPython 3.14 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
a17eb2c5d061f601b16bfa5aa4ed9e7eac8d3183960c1e805cd4d1d743651901
|
|
BLAKE2b-256 checksum How to use checksums |
8fbea9f966eaa2dea8ad28cd3eb60022ab14036a090e763cd095f922585f699f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
| Download URL | mecab-0.996.13-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl |
|---|---|
| Size | 5.2 MB |
| Tags | CPython 3.14 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
6b0f39346b1baebe80440b45878ee49472d627fea6f75ef93feebd328f6f14fa
|
|
BLAKE2b-256 checksum How to use checksums |
5b5fe4573d864e450c0741aaf0cbbe4b858b3a4138405f2ad9e727bd092b1c6c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp313-cp313-win_amd64.whl
| Download URL | mecab-0.996.13-cp313-cp313-win_amd64.whl |
|---|---|
| Size | 506.2 kB |
| Tags | CPython 3.13 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
c33b052ef1c525051d922fd73ccd8d1f4aae6f70fd008df9bad80c196ede38ae
|
|
BLAKE2b-256 checksum How to use checksums |
8481ea1d7df172bee37623dfb629bc5b2449a73e3f9bd5b25be01049fe7616a1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp313-cp313-win32.whl
| Download URL | mecab-0.996.13-cp313-cp313-win32.whl |
|---|---|
| Size | 456.3 kB |
| Tags | CPython 3.13 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
b87b15adc64568462edbd9d007d511ecab99d149ebbfae3be9343aeb5563ee2c
|
|
BLAKE2b-256 checksum How to use checksums |
9c989ba496fbb0fed0cc47fbe726991d6e21ad3d63f02cd805b49ed23a343d96
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp313-cp313-musllinux_1_2_x86_64.whl
| Download URL | mecab-0.996.13-cp313-cp313-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 5.6 MB |
| Tags | CPython 3.13 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
4512602cb37af62c48e3d6e4b917ba701040b42918ff256e32b5793babc7d871
|
|
BLAKE2b-256 checksum How to use checksums |
54c3e59dbf0b446e46b6991872439aec331e468e52eda94f744316b9a1ed5ce7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp313-cp313-musllinux_1_2_aarch64.whl
| Download URL | mecab-0.996.13-cp313-cp313-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 5.4 MB |
| Tags | CPython 3.13 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
372aa59cfd7c121520048085172260be68890ee4a532c16b94bf2262e6383c21
|
|
BLAKE2b-256 checksum How to use checksums |
ff7914eae222cc25e805e34cedfbebf67cb702e85c1852d42737927e644d7177
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
| Download URL | mecab-0.996.13-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl |
|---|---|
| Size | 5.2 MB |
| Tags | CPython 3.13 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
0d2371341ba38c6311c66727d2861671956cce77b1f6fd57baefd6d22c9cb69c
|
|
BLAKE2b-256 checksum How to use checksums |
91ef45b5b493d2dba25319ded2c5ff7e67b254bf15bbce6bf644d08bbe12ff50
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
| Download URL | mecab-0.996.13-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl |
|---|---|
| Size | 5.2 MB |
| Tags | CPython 3.13 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
fa9cbfaff3392de93daa3125c22c2c95efcbbaa3aeead9f83af51e9ccfc7f1da
|
|
BLAKE2b-256 checksum How to use checksums |
07013972a8a7205943fbf21ae59a66c60823cd3fd45f237e1bc002f110d4a51d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp313-cp313-macosx_11_0_arm64.whl
| Download URL | mecab-0.996.13-cp313-cp313-macosx_11_0_arm64.whl |
|---|---|
| Size | 468.8 kB |
| Tags | CPython 3.13 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
3eadaea643ebad1ba20f679f56842346e310a4b7dcbc3afb98444de2e4be125b
|
|
BLAKE2b-256 checksum How to use checksums |
133c8ce7a655a9a835d2359d6d788609eda6121c35a71ffb115bd35a8ec4d5e6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp313-cp313-macosx_10_13_x86_64.whl
| Download URL | mecab-0.996.13-cp313-cp313-macosx_10_13_x86_64.whl |
|---|---|
| Size | 471.9 kB |
| Tags | CPython 3.13 macOS 10.13+ x86-64 |
|
SHA-256 checksum How to use checksums |
4b47eb85eb3e69407b52f2724dbb82bf6f93138df903880f9c077e6400037d87
|
|
BLAKE2b-256 checksum How to use checksums |
5de425ea5049e0d61c43e4b9c2e63e2ec466e722af42defbaf3d3c1f275f4852
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp313-cp313-macosx_10_13_universal2.whl
| Download URL | mecab-0.996.13-cp313-cp313-macosx_10_13_universal2.whl |
|---|---|
| Size | 508.4 kB |
| Tags | CPython 3.13 macOS 10.13+ universal2 (ARM64, x86-64) |
|
SHA-256 checksum How to use checksums |
6d3b3c21136af70a71244a3f35293c07029178acc463901b1df6b8093e791bfd
|
|
BLAKE2b-256 checksum How to use checksums |
b4a3393b627242054817fb8e85d883f5d6dcc3fd943e5041fbbb7fec2487248b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp312-cp312-win_amd64.whl
| Download URL | mecab-0.996.13-cp312-cp312-win_amd64.whl |
|---|---|
| Size | 506.3 kB |
| Tags | CPython 3.12 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
e66b029743ff1f5d633feaeecae00386f211c4e32457b632bd1be054f5a08fd5
|
|
BLAKE2b-256 checksum How to use checksums |
722d36714775c803ff9a47e1bbda154e4ae6d519ef645b31706ec3d7c80f8956
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp312-cp312-win32.whl
| Download URL | mecab-0.996.13-cp312-cp312-win32.whl |
|---|---|
| Size | 456.5 kB |
| Tags | CPython 3.12 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
039ade0df7c3935cb1b62b83aa87546b3a7e6eb77ff17e06b5c090844eb5dc14
|
|
BLAKE2b-256 checksum How to use checksums |
462f0bb3263d58be34de47534d937df80ddc803aff2312f413a3c36fe07c5e05
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp312-cp312-musllinux_1_2_x86_64.whl
| Download URL | mecab-0.996.13-cp312-cp312-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 5.6 MB |
| Tags | CPython 3.12 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
bbbb74533a5982ea6b3b578b797ae0cc022df7ab395b2ba1f34a97217fac7984
|
|
BLAKE2b-256 checksum How to use checksums |
97125e1426f118bdadb7c6b04c58613dd51f69daed66670ea81c851e767aea9c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp312-cp312-musllinux_1_2_aarch64.whl
| Download URL | mecab-0.996.13-cp312-cp312-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 5.4 MB |
| Tags | CPython 3.12 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
c5d7fe52a2c833d4f602777325f02827e264359beab51e2f58bb880906f0fb02
|
|
BLAKE2b-256 checksum How to use checksums |
c31d370622ff9417878246b8d65af86b76c96ad181f7c91004316eeadc194795
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
| Download URL | mecab-0.996.13-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl |
|---|---|
| Size | 5.2 MB |
| Tags | CPython 3.12 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
e56133aeaa3c502acd9bb0f1c5223ccb4372f08586de6b55049dd8326545154a
|
|
BLAKE2b-256 checksum How to use checksums |
2e5ac78921c4b70ae56875893119a969c1f6537f3211681e9ba416997eb8f99c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
| Download URL | mecab-0.996.13-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl |
|---|---|
| Size | 5.2 MB |
| Tags | CPython 3.12 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
ee31dd76f83a296729ea52d084ef4bd970fc4edbf0cca302edd9a30bc729aa6e
|
|
BLAKE2b-256 checksum How to use checksums |
b6b7669ffae2fa65dd8d0905610fbb148787603e9df3a65e50e05a7609f7c615
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp312-cp312-macosx_11_0_arm64.whl
| Download URL | mecab-0.996.13-cp312-cp312-macosx_11_0_arm64.whl |
|---|---|
| Size | 469.1 kB |
| Tags | CPython 3.12 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
56dfde21af0be5c01daea335cb3b11236980652841c6a2af72f89acd3b295faa
|
|
BLAKE2b-256 checksum How to use checksums |
7f732b5850f0ff2670cf3318323706f9c44e7c762b5162f02b28292a4e2b6a64
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp312-cp312-macosx_10_13_x86_64.whl
| Download URL | mecab-0.996.13-cp312-cp312-macosx_10_13_x86_64.whl |
|---|---|
| Size | 472.1 kB |
| Tags | CPython 3.12 macOS 10.13+ x86-64 |
|
SHA-256 checksum How to use checksums |
5204c051cc486a7fe76bdc9010b54f9459b7c6376eaa4ffe62995b2dac3f1c97
|
|
BLAKE2b-256 checksum How to use checksums |
13c54194f3ca7ce51f6566081f20256348bc2ffa119ff1087b94fcca04aa0c96
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp312-cp312-macosx_10_13_universal2.whl
| Download URL | mecab-0.996.13-cp312-cp312-macosx_10_13_universal2.whl |
|---|---|
| Size | 508.8 kB |
| Tags | CPython 3.12 macOS 10.13+ universal2 (ARM64, x86-64) |
|
SHA-256 checksum How to use checksums |
38d8ee8d9db9909b2d35703d6df16fb6beb2fcf99cf63ea6487aa3b550db5ddf
|
|
BLAKE2b-256 checksum How to use checksums |
86daf74b9e6c95e8bd805ba2b22624fe651e0efae5d572b482b418adbf41c7ee
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp311-cp311-win_amd64.whl
| Download URL | mecab-0.996.13-cp311-cp311-win_amd64.whl |
|---|---|
| Size | 505.9 kB |
| Tags | CPython 3.11 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
15128427cf30bc4d8f56dfc3713d29eb2571ced373ff37bcfcf9829d39b09130
|
|
BLAKE2b-256 checksum How to use checksums |
1ee5a898d3fb2e4014564780be50221a8af97593183047ac5088b5a7abe5a498
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp311-cp311-win32.whl
| Download URL | mecab-0.996.13-cp311-cp311-win32.whl |
|---|---|
| Size | 456.2 kB |
| Tags | CPython 3.11 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
5f4fc8456455edf413390ddd5e3d8e624fc8920388cdcefd8cdc17855f283ff9
|
|
BLAKE2b-256 checksum How to use checksums |
a4c48fa5372f07973b6893a1dea9072fd3fe9e11de1b468b562f952bd6724b29
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp311-cp311-musllinux_1_2_x86_64.whl
| Download URL | mecab-0.996.13-cp311-cp311-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 5.6 MB |
| Tags | CPython 3.11 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
70830746a2707a163d6a0e9cc2b2aa043d98b27b109fd88607f783d0ccd464c4
|
|
BLAKE2b-256 checksum How to use checksums |
058065d1df8c2c044b177783dc6c4ca2a4010c4bcea64e2c49a47a5b8dc58144
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp311-cp311-musllinux_1_2_aarch64.whl
| Download URL | mecab-0.996.13-cp311-cp311-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 5.4 MB |
| Tags | CPython 3.11 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
eb9d20f0921347a84bc02012d2a0017397fce59c48878815a01ef54f1300a62a
|
|
BLAKE2b-256 checksum How to use checksums |
aae158f19e80d15b516fbde68ba3abd54c842b605820c04a341310f207cfe2a0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
| Download URL | mecab-0.996.13-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl |
|---|---|
| Size | 5.2 MB |
| Tags | CPython 3.11 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
92694ec8cef6bd31c171939c02b104df4ea6de032f3c2f7b41d290eb56c5ca53
|
|
BLAKE2b-256 checksum How to use checksums |
2292c441285c032fe7713d8836c981ac33848ee363e46070cb4356bcd754c0c1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
| Download URL | mecab-0.996.13-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl |
|---|---|
| Size | 5.2 MB |
| Tags | CPython 3.11 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
f342fe33fe288464fa4f86747217c006e10212ca311f9636de682bb40aff9fed
|
|
BLAKE2b-256 checksum How to use checksums |
f238a5a091e726abe20ca1d33733efbed19c0759872816efdf4cb21fd6fc6e94
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp311-cp311-macosx_11_0_arm64.whl
| Download URL | mecab-0.996.13-cp311-cp311-macosx_11_0_arm64.whl |
|---|---|
| Size | 468.9 kB |
| Tags | CPython 3.11 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
dd04ca5a258fee418e1e194edb7140518afa503c527cbac4728221a207af8746
|
|
BLAKE2b-256 checksum How to use checksums |
59f694d4516458a5764eb275a255f16dab3ec1442ac9019fe2653aada7f95123
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp311-cp311-macosx_10_9_x86_64.whl
| Download URL | mecab-0.996.13-cp311-cp311-macosx_10_9_x86_64.whl |
|---|---|
| Size | 472.6 kB |
| Tags | CPython 3.11 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
3854088b364770765470940b0d6d5664b6b847978f8a10fd1236ef128e4d49a0
|
|
BLAKE2b-256 checksum How to use checksums |
ad8be4933e5feafa2302e8a74da1eed3a6dd662ae277722dcf8334cd7d01e36f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp311-cp311-macosx_10_9_universal2.whl
| Download URL | mecab-0.996.13-cp311-cp311-macosx_10_9_universal2.whl |
|---|---|
| Size | 509.9 kB |
| Tags | CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64) |
|
SHA-256 checksum How to use checksums |
55b1e75475cfc4b1d94b64c7467f808777388dcdaa4d74befb6a894ad95dccde
|
|
BLAKE2b-256 checksum How to use checksums |
75f80e12023667f85308f650c58edcf16665ceeacc22fa317714f6ffaf4342cd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp310-cp310-win_amd64.whl
| Download URL | mecab-0.996.13-cp310-cp310-win_amd64.whl |
|---|---|
| Size | 505.9 kB |
| Tags | CPython 3.10 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
bd32a4a24dbce13bcf30a0b59e1d9ff66a93a703a92c828b6fb25b733f4c8050
|
|
BLAKE2b-256 checksum How to use checksums |
19e0e7889ba0b87785744589ecfaf5b9f1ae1fedcc2be4412bd41104a575f000
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp310-cp310-win32.whl
| Download URL | mecab-0.996.13-cp310-cp310-win32.whl |
|---|---|
| Size | 456.2 kB |
| Tags | CPython 3.10 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
2085be00643e1d893339e6d3f3f5779a778264a01ce6b61453d4ebf1756e6720
|
|
BLAKE2b-256 checksum How to use checksums |
2472cb57b05a88c19f5f25ff3a33a11cbcade1e8b319b0100cd86aa6e9116f44
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp310-cp310-musllinux_1_2_x86_64.whl
| Download URL | mecab-0.996.13-cp310-cp310-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 5.6 MB |
| Tags | CPython 3.10 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
345e9f0c2c0f6801e5b61c6f06add1d261d7d6ee516ffeb0eec5fbdb72e46f9e
|
|
BLAKE2b-256 checksum How to use checksums |
b63318bd47908b8305d117bbfde9b7fc6c40d25ea22294adf2b4532609f1459c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp310-cp310-musllinux_1_2_aarch64.whl
| Download URL | mecab-0.996.13-cp310-cp310-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 5.4 MB |
| Tags | CPython 3.10 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
6188c58db0810b720db2bf0af0bd8101f52ea5bab6278bed6d8524e4277f4155
|
|
BLAKE2b-256 checksum How to use checksums |
ae948fa6eb685b4316b2f60bb00ab84704320e06e0ba36e3100c73cd3b44e18c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
| Download URL | mecab-0.996.13-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl |
|---|---|
| Size | 5.2 MB |
| Tags | CPython 3.10 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
02ee6da66c8b490d77ba24a31610238052c53f1e436a0a23af60e38c59569763
|
|
BLAKE2b-256 checksum How to use checksums |
e25e8f2334db2427f1cae642f5bb5252a72bf0ab5b8180e7fc1aa6735308a2a8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
| Download URL | mecab-0.996.13-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl |
|---|---|
| Size | 5.2 MB |
| Tags | CPython 3.10 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
b265e6544f8c03a76b0f9922229618b7e607640d110af5a65cf0f5b2ed7f6c86
|
|
BLAKE2b-256 checksum How to use checksums |
fb89cb9099f1e639883ed4f8d3c4327a9e7e036612e91066dc37a5ced048cee1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp310-cp310-macosx_11_0_arm64.whl
| Download URL | mecab-0.996.13-cp310-cp310-macosx_11_0_arm64.whl |
|---|---|
| Size | 468.9 kB |
| Tags | CPython 3.10 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
5e205ada750a2baf2ac6df1462ebe90362760606f9565110051cd5bd0df2c3d4
|
|
BLAKE2b-256 checksum How to use checksums |
d247212c5590c5f6d8cff74a665497809d47dbf3af513c4544970667197793ba
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp310-cp310-macosx_10_9_x86_64.whl
| Download URL | mecab-0.996.13-cp310-cp310-macosx_10_9_x86_64.whl |
|---|---|
| Size | 472.6 kB |
| Tags | CPython 3.10 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
de9d32466740196e66782e1aff8b2d9b65417ebbdfee258ca2b5994e32c1e49a
|
|
BLAKE2b-256 checksum How to use checksums |
506127aa21e56d1c79bcb28ebe70b25ae47731738c51662a90b26a023e72dc8e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp310-cp310-macosx_10_9_universal2.whl
| Download URL | mecab-0.996.13-cp310-cp310-macosx_10_9_universal2.whl |
|---|---|
| Size | 509.9 kB |
| Tags | CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64) |
|
SHA-256 checksum How to use checksums |
b35794ba1da78928c377bcc1b48b914eba48b33d0caf37b12a7360703627ab95
|
|
BLAKE2b-256 checksum How to use checksums |
5bea219b23a6182fca29571512fda2c4853506ab67d303421161a400802cde05
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp39-cp39-win_amd64.whl
| Download URL | mecab-0.996.13-cp39-cp39-win_amd64.whl |
|---|---|
| Size | 505.9 kB |
| Tags | CPython 3.9 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
ea86fb8da762fd155a60814969737c96a5e89277731255da4f4781e9a833db3c
|
|
BLAKE2b-256 checksum How to use checksums |
416f9b0a473809dbf5f9d0593b9384075b2b7a7e516ab18319f4e7fee4d2e097
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp39-cp39-win32.whl
| Download URL | mecab-0.996.13-cp39-cp39-win32.whl |
|---|---|
| Size | 456.1 kB |
| Tags | CPython 3.9 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
19efe2e488c469f0da65d6e94f7eb5249f2a33e3e4716b2cf7de04996a8040bc
|
|
BLAKE2b-256 checksum How to use checksums |
940d625551085b1322947b03f046b0859bbbc2d9a6de208657ce30c0b96f1780
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp39-cp39-musllinux_1_2_x86_64.whl
| Download URL | mecab-0.996.13-cp39-cp39-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 5.6 MB |
| Tags | CPython 3.9 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
a025192165da2dc4a51e78aadd6cdfc71710c24fd3d22dbf84cfb811eeaa4c0e
|
|
BLAKE2b-256 checksum How to use checksums |
de2204caea6fface3285fca754522dd193271ee7bd60ea0ca86882372f609444
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp39-cp39-musllinux_1_2_aarch64.whl
| Download URL | mecab-0.996.13-cp39-cp39-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 5.4 MB |
| Tags | CPython 3.9 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
0dc095d59d18464654c23a32fe58c75f92cad98d2847366d0939cb752e8208e4
|
|
BLAKE2b-256 checksum How to use checksums |
691dab465aaaf53f3c981f051fc295377e77fa9dd210e31c93b94bcbce05c891
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
| Download URL | mecab-0.996.13-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl |
|---|---|
| Size | 5.2 MB |
| Tags | CPython 3.9 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
12699d8e447ebd77f65d5e5eab8231c25f06351aa59fc7aded2bb9bfcb0b732a
|
|
BLAKE2b-256 checksum How to use checksums |
6c76a7d23526225de52f43244d4a51456179b89974340965c7feb370fb8b9842
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
| Download URL | mecab-0.996.13-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl |
|---|---|
| Size | 5.2 MB |
| Tags | CPython 3.9 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
a914ef2eb257976cd4fdbf283746c43af5b2bc9ad5e781b5b50424f80b534dc9
|
|
BLAKE2b-256 checksum How to use checksums |
3e826269de349f3c9fb0a5092958b779fbcc2af2c7a997b799dd1456ec7ea224
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp39-cp39-macosx_11_0_arm64.whl
| Download URL | mecab-0.996.13-cp39-cp39-macosx_11_0_arm64.whl |
|---|---|
| Size | 468.9 kB |
| Tags | CPython 3.9 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
99e0a0ad6163c62cda8521eaea67f3a3c7560130f77ab32ea39c797e2274903e
|
|
BLAKE2b-256 checksum How to use checksums |
2e626debf01c9a1f12406620d8e59556170a835c0048ee7df979068cc6eb6636
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp39-cp39-macosx_10_9_x86_64.whl
| Download URL | mecab-0.996.13-cp39-cp39-macosx_10_9_x86_64.whl |
|---|---|
| Size | 472.6 kB |
| Tags | CPython 3.9 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
3df4f3f7bd0475ff5c37898f7a72f3a5b5c7155da3a3fd79e3a1e39396a1575b
|
|
BLAKE2b-256 checksum How to use checksums |
4bd2d281fa11d6471fa33809ad2b1b71a83478830fabd4f0364d3dc250c1b218
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp39-cp39-macosx_10_9_universal2.whl
| Download URL | mecab-0.996.13-cp39-cp39-macosx_10_9_universal2.whl |
|---|---|
| Size | 509.9 kB |
| Tags | CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64) |
|
SHA-256 checksum How to use checksums |
3eb920b2930fbdff8f516ea5ef464fc945ee1b1524519528be06afa5487c34a0
|
|
BLAKE2b-256 checksum How to use checksums |
97d1cabd8753430dd1e66336b8d1a9e139a0cefb257c854d634e646ea91304d0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp38-cp38-musllinux_1_2_x86_64.whl
| Download URL | mecab-0.996.13-cp38-cp38-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 5.6 MB |
| Tags | CPython 3.8 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
9b03fb7650d9acd0eaf32fdc8d98ccb8d3dcd4618cbf1791de4bb0df24795c39
|
|
BLAKE2b-256 checksum How to use checksums |
2be1bd93a7d03c9ad326d02c1d05e0784f5b6b533ee6b5768f8c66ad157004c4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp38-cp38-musllinux_1_2_aarch64.whl
| Download URL | mecab-0.996.13-cp38-cp38-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 5.4 MB |
| Tags | CPython 3.8 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
9116687d7a9c02309fae175ac1589d94ce3b7fddb767653af20fb4510a17a487
|
|
BLAKE2b-256 checksum How to use checksums |
028f3c949cbf27b5d377f42cc4440395a50dfa3887b74b0d7475043433647a3d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
| Download URL | mecab-0.996.13-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl |
|---|---|
| Size | 5.2 MB |
| Tags | CPython 3.8 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
db39da3a9bcd4171965f87cea035cf4832652e5bb0a1c0456693d5f17064bd34
|
|
BLAKE2b-256 checksum How to use checksums |
f8d97b076307f85adc5bcfc06ab2737fdc3e9bc8e823b9ace07e7f2080e472de
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
| Download URL | mecab-0.996.13-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl |
|---|---|
| Size | 5.2 MB |
| Tags | CPython 3.8 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
b06d2187f86d393abcba739bf61720b5b9e6dd59ee8351b67f81589758acbb50
|
|
BLAKE2b-256 checksum How to use checksums |
b4b884c6ea6407339e33b57afca417fc743b1511c23f6c720de1d7a54cf3ec81
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp38-cp38-macosx_11_0_arm64.whl
| Download URL | mecab-0.996.13-cp38-cp38-macosx_11_0_arm64.whl |
|---|---|
| Size | 468.7 kB |
| Tags | CPython 3.8 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
e532dfc14747dd81acb4d9827e4f9da0cc6113e84afd881aa29d6a6c39dc658d
|
|
BLAKE2b-256 checksum How to use checksums |
e234bb423ac73c79747a51f2ddc63dfc2f9c2d82fee2498329b3277f05c2ed50
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp38-cp38-macosx_10_9_x86_64.whl
| Download URL | mecab-0.996.13-cp38-cp38-macosx_10_9_x86_64.whl |
|---|---|
| Size | 472.4 kB |
| Tags | CPython 3.8 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
2a4318caef6e000f2840e9751570cb15b24dd2d2c9c9705f72ab730f9c2bee17
|
|
BLAKE2b-256 checksum How to use checksums |
d2101cabc85aa070634b07a11363c0b4e78f3967099608e3ef5a35236a96f751
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency logRelease files / mecab-0.996.13-cp38-cp38-macosx_10_9_universal2.whl
| Download URL | mecab-0.996.13-cp38-cp38-macosx_10_9_universal2.whl |
|---|---|
| Size | 509.7 kB |
| Tags | CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64) |
|
SHA-256 checksum How to use checksums |
b20e5b9ff9cec883fba9fa9006881b25a234fc1f4b036130069d17282aeb42bb
|
|
BLAKE2b-256 checksum How to use checksums |
250b04d3e12abee999fbab9f9afd8cabc80968fee76f587bc11556d1d3ee908a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Dec 14, 2025.
Transparency log