Python binding for Lindera.
Project description
lindera-py
Python binding for Lindera, a Japanese morphological analysis engine.
Install project dependencies
- pyenv : https://github.com/pyenv/pyenv?tab=readme-ov-file#installation
- Poetry : https://python-poetry.org/docs/#installation
- Rust : https://www.rust-lang.org/tools/install
Install Python
# Install Python
% pyenv install 3.12.3
Setup repository and activate virtual environment
# Clone lindera-py project repository
% git clone git@github.com:lindera/lindera-py.git
% cd lindera-py
# Set Python version for this project
% pyenv local 3.12.3
# Make Python virtual environment
% python -m venv .venv
# Activate Python virtual environment
% source .venv/bin/activate
# Initialize lindera-py project
(.venv) % make init
nstall lindera-py as a library in the virtual environment
This command takes a long time because it builds a library that includes all the dictionaries.
(.venv) % make maturin-develop
Example code
from lindera import Segmenter, Tokenizer, load_dictionary
def main():
# load the dictionary
dictionary = load_dictionary("ipadic")
# create a segmenter
segmenter = Segmenter("normal", dictionary)
# create a tokenizer
tokenizer = Tokenizer(segmenter)
text = "関西国際空港限定トートバッグを東京スカイツリーの最寄り駅であるとうきょうスカイツリー駅で買う"
print(f"text: {text}\n")
# tokenize the text
tokens = tokenizer.tokenize(text)
for token in tokens:
print(token.text)
if __name__ == "__main__":
main()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file lindera_py-0.38.0.tar.gz
.
File metadata
- Download URL: lindera_py-0.38.0.tar.gz
- Upload date:
- Size: 141.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2f35a4cc4b5a33c2cc0e5a1c2d8f4dadf470713f585c07ed98120f8568e32d8 |
|
MD5 | 946d1b4781298d48d06b67718b1c913c |
|
BLAKE2b-256 | eb42a37a254d0c346e1264c09673b1746a1d78789de6e85574326426fd886520 |
File details
Details for the file lindera_py-0.38.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 42.4 MB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e1e7591734244115cdc9f4d111f670e435928b6cde3808158f844cda8840789b |
|
MD5 | 4c07008983343cbcb3a72b05e359024c |
|
BLAKE2b-256 | b7c59a547baf4f135926cdb8919a01250dc4a1f923536af1c19c5f24c9e5c756 |
File details
Details for the file lindera_py-0.38.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
.
File metadata
- Download URL: lindera_py-0.38.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 42.4 MB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e1035ea9d730b23887a866b6d9bdd30e7cc20fd304f69c053ee44d355d6a17f |
|
MD5 | a19064db2ee148ef18ce89db6dd0736b |
|
BLAKE2b-256 | 786aa096855a267a2f0caa87a5933fe3bee2921c623d38eec483ba2e4a060a2b |
File details
Details for the file lindera_py-0.38.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: lindera_py-0.38.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 42.4 MB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96ca6c8de2a8d09d485c1a3b462c18c2bdf119de8be4f195b1ca5a0960f26953 |
|
MD5 | aaa2306d26532191f348b36c28812404 |
|
BLAKE2b-256 | ca04050fcb922a416ccc9014533732aa2318d2912a0558c4cb8b39054c3325a6 |
File details
Details for the file lindera_py-0.38.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 42.4 MB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd72b80c0a638fd224465580655137dba7b3067bce21f87eb56eb204aad4cf15 |
|
MD5 | 5bfd91d2931245254be616c634ba3bbe |
|
BLAKE2b-256 | 4a62a5bb36e0d38ea6d2bc82051b437b751821a2f591421ac76654ed1e61472b |
File details
Details for the file lindera_py-0.38.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 42.3 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 312f3ae4afab60b3ff6c86203a0793bdc2e6888be520b22c29b9fc13616dc949 |
|
MD5 | 9663a174881e9dcd5e8ccdde133334cd |
|
BLAKE2b-256 | f21d73747c10c9547259b29fa3ff495ae1786e802750221be4f0c3060d3457d4 |
File details
Details for the file lindera_py-0.38.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: lindera_py-0.38.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 42.5 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a7ceaa4921a8f9282a0b11f79c52903a0e1867211ef970be2fcdaa602cd2f1c |
|
MD5 | ba53052d1b7c6c15ee36274cb6dda29d |
|
BLAKE2b-256 | 7240fb70243e900607d6427992e39156cd2175219946107142d82d274cd11680 |
File details
Details for the file lindera_py-0.38.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: lindera_py-0.38.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 42.4 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98501160665bde9bb3739ac2a22bb5abf65d4e4c690b52a9712df28d470fee0e |
|
MD5 | 6857ead650d7d4f91daef64b48e2bd9e |
|
BLAKE2b-256 | 3a1e437cebf3d6f0f2bbc9ac71e82fcfc99570d0918a90583a3b482c4f18bc57 |
File details
Details for the file lindera_py-0.38.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: lindera_py-0.38.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 42.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c6847383d156024cf88ddb850462319a2ae8ed92b030ed23b7f61b21bee4e56 |
|
MD5 | 63b289d6fecb716e23aa0039c1a73dc1 |
|
BLAKE2b-256 | 5bf12b57c8a8112bda73aea1bbf4df95b239d8f959f6d13cc466e41684bf88a5 |
File details
Details for the file lindera_py-0.38.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: lindera_py-0.38.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 42.3 MB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 372baf36f270ee979f028b5a353c724a2d6bc10c75aee9113d942c9e5f88435e |
|
MD5 | 750a1175903bd50a4bf177394a20ce14 |
|
BLAKE2b-256 | 22fc82fc17061c52a78db43ff35341cd4fc62adb3720e54d838d643f2dd10c10 |
File details
Details for the file lindera_py-0.38.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 42.4 MB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 53145bbd056a75e868d487cd538ff51a8c094023045cdaff936f60121d65d11b |
|
MD5 | f73396f811a158b1a2eeeabcc89b87c5 |
|
BLAKE2b-256 | 6c769d058fdcb47e7165c5bcb017c5b0128e627507d509eef140bcda10eda065 |
File details
Details for the file lindera_py-0.38.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
.
File metadata
- Download URL: lindera_py-0.38.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 42.4 MB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96ead8d9462da1751cce1adf52f52f670c4ba8b22198bca976e501f3e9d354f3 |
|
MD5 | 0182e7dca48b7c19f2dd31ee4b158ab9 |
|
BLAKE2b-256 | e560a69462589ab5da6c062c6b4974709c7259a2a8402a4f18c81c3b7bedbec1 |
File details
Details for the file lindera_py-0.38.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: lindera_py-0.38.0-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 42.5 MB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9bb40b9054550df8753048073989da69c19ab925306df9214c0391cdf07fc71d |
|
MD5 | b7dab5abfa7da1b27f7e0296f4941855 |
|
BLAKE2b-256 | 02bef14aeb7f02c42fed21e6d935cde29b3d5f4d3a1f5eefd793e48125cd677c |
File details
Details for the file lindera_py-0.38.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 42.4 MB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36e4a6f9e34a0cd59eb3b35fb6a7d534247ac286a75a229c588e4d25ac86f948 |
|
MD5 | 14f54a90546298cc835c718d009c8987 |
|
BLAKE2b-256 | 336121b7b1426fea175bb1450f7b83f9f4ad2b82e2a0ba001881fed96ca37cfc |
File details
Details for the file lindera_py-0.38.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: lindera_py-0.38.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 42.5 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77e3cb9702fe9166f6a196a92702f2ac2edc8941d6cd1b3f7ef7b188f5631935 |
|
MD5 | e62d4bb9571e0cba89e07895fa03145e |
|
BLAKE2b-256 | a179480990d33742a1b0587eabd4ebd2d608b79953794f911df6448212bcf203 |
File details
Details for the file lindera_py-0.38.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: lindera_py-0.38.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 42.4 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 25a9a680e6e5f709d8e3af0c6e5f279ae38e419b686fa9e684d4e8e76f3b5802 |
|
MD5 | 1cd759ca549435839b08bab8a77bb9cc |
|
BLAKE2b-256 | 69803ef07b89dbebc6d0c46156ea1ecdf5f99a4d6209cfb22e686b52dfd97656 |
File details
Details for the file lindera_py-0.38.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: lindera_py-0.38.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 42.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f5964c25481133ad2f16cfe641548c7e92a4acebab921d4e45bdaa05048ddda2 |
|
MD5 | 3f1b0fb598258dd792a20da4dfb19f2c |
|
BLAKE2b-256 | 7c503454eedbb7700662ea11350600072dd32b76e225597ea3717cb559b0a4e3 |
File details
Details for the file lindera_py-0.38.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 42.4 MB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c6077597956557354d383a3a6e82692aaaa1e3dd69a0830792e9f0383d8a6c3 |
|
MD5 | 961d3e8fe1f4f4286ef370571cad352b |
|
BLAKE2b-256 | 40246fb17fa669208042d13322140c58970fa3355d73e2bfbaea8e56614c0f07 |
File details
Details for the file lindera_py-0.38.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl
.
File metadata
- Download URL: lindera_py-0.38.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 42.4 MB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51505c636a70e0dff1c701e7cc34733382336e6bf0815ccec472d207e6344127 |
|
MD5 | 0a915061934c76094b847de326ca1c77 |
|
BLAKE2b-256 | e55208869b23afed03790d1203f9d41da92b409d2f3e3d51396d4220ba24f661 |
File details
Details for the file lindera_py-0.38.0-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: lindera_py-0.38.0-pp38-pypy38_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 42.5 MB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd42fbc57433ca6b9fb03279bb1b0f86af1310cb0144aa69c699980341a2c7ba |
|
MD5 | 3b8d23d5696fe405c50abb37f9048865 |
|
BLAKE2b-256 | d7e78426b7cf98ca212f88f6c78515997dc02a79657520f2fc8d383d80137ffd |
File details
Details for the file lindera_py-0.38.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 42.4 MB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd5331a5c9dd35d52fb23aa141577956fbec6331bcba117ef0e4e9be428517c3 |
|
MD5 | 1fcc122e72c451e074449d310fecade9 |
|
BLAKE2b-256 | ed38a43df693f9c695e404877d1c0009b3c4175c59be063de51bd3804f9788f0 |
File details
Details for the file lindera_py-0.38.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: lindera_py-0.38.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 42.5 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 09adadd4fc23897948cd37331562a60f1d438f83cae8cbca8525468ce051b41b |
|
MD5 | 5eafc5bedd512290cbbab0cdb3d676c6 |
|
BLAKE2b-256 | 1570064133d81078aadabc8253dfbffb5e2e9b1da29249d0c3d6bece0f9f4271 |
File details
Details for the file lindera_py-0.38.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: lindera_py-0.38.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 42.4 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de1f9717da40fab799ab38a95babef5721b13cc8f4cf3325b1630aba0dfc2860 |
|
MD5 | 06da749165f200a088b91f05e64639c1 |
|
BLAKE2b-256 | 89ec9c7ada8a18e53f435f35a1a43b806812eeee3c1a2a14edbfcadf14c46405 |
File details
Details for the file lindera_py-0.38.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: lindera_py-0.38.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 42.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a549efcfe3fefdce1c02319388685a5c8fb139673ae22adead1f1bfcd43b6e0a |
|
MD5 | 64d94bddd1bb695c06e052e289dde305 |
|
BLAKE2b-256 | f94728410a395aa66b6a227e60f5de65df680d256a0e7721670b370f81945702 |
File details
Details for the file lindera_py-0.38.0-pp37-pypy37_pp73-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-pp37-pypy37_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 42.5 MB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95ea53a2bda152aa9cafecc90cf23277b255a7fd953689c5679007782674d82b |
|
MD5 | 8f64a18fb4ef01d72a3aa82cd3033c74 |
|
BLAKE2b-256 | b46a323d6d368c47385f4fdfc44e12826d8ba9ff8e2db52ec4c43a91b3cbf30c |
File details
Details for the file lindera_py-0.38.0-pp37-pypy37_pp73-musllinux_1_2_i686.whl
.
File metadata
- Download URL: lindera_py-0.38.0-pp37-pypy37_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 42.4 MB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0676e157971024d518448e2101b30676ad8dec88261a8b88216f79347c27374 |
|
MD5 | 3bbede3452a2d7432dd26df42efc9eb4 |
|
BLAKE2b-256 | 569e2d1ef7f88af2cb7153b2a911a3e1c96bd22f5bde38d25c1d6dc2e6cee9e9 |
File details
Details for the file lindera_py-0.38.0-pp37-pypy37_pp73-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: lindera_py-0.38.0-pp37-pypy37_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 42.5 MB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e446b79f64ce1871423a3228fffaf20d67bd638cb82d7e0279a7b7905cd3c6c |
|
MD5 | 2bfb604e19a8a024b26476885b482244 |
|
BLAKE2b-256 | a59f7bb15db4cd9ea73d4ca0ef82b8a9422eec1e45356771e918b41fa3f09ea2 |
File details
Details for the file lindera_py-0.38.0-pp37-pypy37_pp73-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-pp37-pypy37_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 42.4 MB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac24dc54d204046af8c28f404907212c3a50304c4c46bc9fba8a04a760d17dcb |
|
MD5 | 766820f51df61b56cb015b7632416b59 |
|
BLAKE2b-256 | aa88df1a1c19f28014a7fffa02b0fffe0388b659414c0498bf0b6ce7f43ab088 |
File details
Details for the file lindera_py-0.38.0-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: lindera_py-0.38.0-pp37-pypy37_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 42.5 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5de4e0447e941616ead2f09fc7d024841020cb707e2304627281e1b0d8ecd677 |
|
MD5 | 3bf926cc6922be57a4261252260a3840 |
|
BLAKE2b-256 | 1ac3202db6cc7d8b0e188319f842b73a21df508afae1e93bb4f97667521a5b8c |
File details
Details for the file lindera_py-0.38.0-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: lindera_py-0.38.0-pp37-pypy37_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 42.4 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f56b474dfaafb3a2ff6e4cc90fcb6d0bf139f31e0cc5846a330115a780cd199f |
|
MD5 | 7bf79529f710fc5e4caa967fb97d4828 |
|
BLAKE2b-256 | 782d2a1db2a7f2c2c0203d42eddb8b46ad584a4b90ee7df7c454d306bd2350cf |
File details
Details for the file lindera_py-0.38.0-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: lindera_py-0.38.0-pp37-pypy37_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 42.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 773b96e89f54837b6146b614faa3688880e72cebef9e0eee3365ee4ada931b91 |
|
MD5 | 1850f3d068b2935ab56aa20a63efc8eb |
|
BLAKE2b-256 | 63b50e0de8d7ab56ff55e598ee1d8f1d17dde2a8735aadfcc3572432a3cbf3ef |
File details
Details for the file lindera_py-0.38.0-cp312-none-win_amd64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp312-none-win_amd64.whl
- Upload date:
- Size: 42.0 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f483b4b892d5fb3c0e7799991f5701cdde8b8a1f59f464a4fdf0c978cd3d83f3 |
|
MD5 | e5929ef31dc966aae36a7b2d018fd249 |
|
BLAKE2b-256 | 1ae900fc3735cf1ee35f72053676909a76ef7f6da1302812e2a1b402f073bbaf |
File details
Details for the file lindera_py-0.38.0-cp312-none-win32.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp312-none-win32.whl
- Upload date:
- Size: 41.9 MB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a153e6b2bf8ffafae7e970a2ae6054e08f5fa589ff1295a12dae9d5d72982402 |
|
MD5 | 0ad9a49f88de663bc305e9f941e5a066 |
|
BLAKE2b-256 | 93de369788c26f84be5bcc23bdaba1fa931c1789961e05b83d7cc4144f9f38bf |
File details
Details for the file lindera_py-0.38.0-cp312-cp312-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 42.4 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41f9dbdcc19f94a851b2eaadbcb193cae47ffcd3edb73cc191e32eb1449f8b67 |
|
MD5 | a4260a7fa9e2c9266ddf8c03f414e6f6 |
|
BLAKE2b-256 | b4256bba97d870920bf380959e39ec0817d60449ebb7166a614c1427c5ee3e73 |
File details
Details for the file lindera_py-0.38.0-cp312-cp312-musllinux_1_2_i686.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp312-cp312-musllinux_1_2_i686.whl
- Upload date:
- Size: 42.4 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b23269e4f9b7da7fc84c61a01b09f8d67235462392b8b622193d8921718e276 |
|
MD5 | 08730b40cd9509449c64731e5fea74a8 |
|
BLAKE2b-256 | 4a68e2cf5bcc64a201a6871fad70a5980e710d35c5e270c3580e9d3f1511e008 |
File details
Details for the file lindera_py-0.38.0-cp312-cp312-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp312-cp312-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 42.4 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49cebd0e313e170986de7b10d2ff6380468f1d9f3d69eb94dd9bf78de824aa06 |
|
MD5 | 7cd941388200d69c4b897756b50b6e80 |
|
BLAKE2b-256 | 1ce635147e81daadfd5a230945110e2d5bb647b412d3b59fa135db3331f9b0c1 |
File details
Details for the file lindera_py-0.38.0-cp312-cp312-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 42.4 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9cfb9fc3dcec83e05c7eaaf1539b112517421c33a8ac86c2e0eed5f48d232f4b |
|
MD5 | c57fa5482e0c3dc9e57af2627823227e |
|
BLAKE2b-256 | 0049dd765e48d4cd0716af33d1173b215efe42196cd327faf1a371e7d61e4282 |
File details
Details for the file lindera_py-0.38.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 42.3 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0f863a85d80e923d052d166d07022ba18a9952eede3db124f1797bf4ef6f51d |
|
MD5 | 1cb7c5dab727a5c04731a305033f40bf |
|
BLAKE2b-256 | 08ba37d2e7ab9704254a875e65600571aeebda2d3ad7c53084032fecb2420449 |
File details
Details for the file lindera_py-0.38.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 42.5 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52aed3151c64c631f9e5e584bccea7d6e2b3cdb99ef995ecd9111afb71bc4a29 |
|
MD5 | a06ab958ef47f528f2592098a176fd6c |
|
BLAKE2b-256 | ab776d2fc1ed2d2bc5924629b1d9d051739b97b92fdfff9c998cbec8af5d766d |
File details
Details for the file lindera_py-0.38.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 42.4 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e81f8b69e4a8bd91337d8bdf89583efb3703da42933813444331defec464bb01 |
|
MD5 | 8087e4b44e1c26d7464b5961f3239bfe |
|
BLAKE2b-256 | 36fa3b818191a93c0a0c51b4ba2d547abfa7956db3f660153ac4af6401f7adcf |
File details
Details for the file lindera_py-0.38.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 42.2 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa30c97029748dc03330bedee9e3eb4685c93584da9c83b110c215ce1879dc5c |
|
MD5 | 53942c08d9e1d4073248517bf7977770 |
|
BLAKE2b-256 | edf49a7cd0098461f8d4db2720eb193b9d2588914b4af0b17c10a9b5dfb57714 |
File details
Details for the file lindera_py-0.38.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 42.3 MB
- Tags: CPython 3.12, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff3f2734fbb973705d1129dafc3703b96b7d2011fec104181478ae445cd848aa |
|
MD5 | e32362e6e12409952ce1ab4867afbdb1 |
|
BLAKE2b-256 | 2c2b8af74e29e8311cd3bede308970ebb2da0d6f1d645df0ee0e9d3fc9e007fd |
File details
Details for the file lindera_py-0.38.0-cp312-cp312-macosx_11_0_arm64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 43.3 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c107e6bb72902c25f8444d1d417ff56759643635d6ef88ce48cd6edbebaa5f21 |
|
MD5 | 9c7c7cd7464141ea13b734aae1547dd4 |
|
BLAKE2b-256 | e65595ce2e9ff434b3d303671e2a1253af9629d23436615e35adaf360adfa08e |
File details
Details for the file lindera_py-0.38.0-cp312-cp312-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 42.1 MB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2e0b07399cceb8863b93131112a8d7f597ab75ca5f8f45e11adcd7d6b7815be |
|
MD5 | ddcbb5bb5941739737d041eb0c59d4ef |
|
BLAKE2b-256 | a47b96fab8b2cf7555198458f466344c39254688618a88638510f3e99612b04a |
File details
Details for the file lindera_py-0.38.0-cp311-none-win_amd64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp311-none-win_amd64.whl
- Upload date:
- Size: 42.0 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6700cd5373ed20b10927cfbcc5ef69b7691c8e4cc0a0a20e7eaf8e91358e4a51 |
|
MD5 | 8d3bbc0aa17748675bd7cae873d2f922 |
|
BLAKE2b-256 | c07d9e0fd1960b8527f3728ceb899e38b6781efffd6e6af480ac321f9c7f2902 |
File details
Details for the file lindera_py-0.38.0-cp311-none-win32.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp311-none-win32.whl
- Upload date:
- Size: 41.9 MB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f5e419de0d950f7c429ec0f595a9347f8cdd0a4a78079893e1e9d088d6052ee |
|
MD5 | a7d573a194540c3fa33a0ed1180d219e |
|
BLAKE2b-256 | 2bd132f948d7e094085034160dbe658a65e634c69d4507cd8619b57f09bd7e60 |
File details
Details for the file lindera_py-0.38.0-cp311-cp311-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 42.4 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e89039017cabe816a359127a7d23d1a8ea5e7a0b6fd7e80d2c03980ea07837b |
|
MD5 | ada2a38261ac58c5bbc825dfd1f7a0bd |
|
BLAKE2b-256 | ee5683e11d1377d62cd3d88827b5b48db3af6e4f521f520eb87c1bb7fab7cfbb |
File details
Details for the file lindera_py-0.38.0-cp311-cp311-musllinux_1_2_i686.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 42.4 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9be89b94dcf8fe971bb251051d29dae550d9e8f0137224900e4abaa0e9bc1acc |
|
MD5 | 8f42cac9489b676811e496a995e37adc |
|
BLAKE2b-256 | dfb3b7ee0393fcfde83e99c963abdacbc81b2e997cbb2c70022893f9679d42e3 |
File details
Details for the file lindera_py-0.38.0-cp311-cp311-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp311-cp311-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 42.4 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92958393cc9ac08c772c6fd001645bd964676743969f07d79651efbf64ebd935 |
|
MD5 | 29d65d6e027e1772b68d88963339360f |
|
BLAKE2b-256 | b99f344bd0ac3d7412fe3bf3e22fd55d6cf8b936da6cc19b942deb10f72790e8 |
File details
Details for the file lindera_py-0.38.0-cp311-cp311-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 42.4 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 797aa9d312b0cbf519f95f0e592066afd9762d656220169bfec066c7cf79a97e |
|
MD5 | e9624ee2c9938588be296a3d3b6e6eb6 |
|
BLAKE2b-256 | 1651008460b0817bbd2bb81c32ee5413c8ff5a8814fd7a67b56505404b46e2df |
File details
Details for the file lindera_py-0.38.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 42.3 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd1d7bf2e948b08b6b4d5b4ca142b5c00b98fe1faa5acb94d0aed99966cab3f4 |
|
MD5 | 521a39971f2d7e46b800423b5007a3bb |
|
BLAKE2b-256 | 5de88e1680ef45e534103632f135d7866f31f673fb20ff402578be32cd64c665 |
File details
Details for the file lindera_py-0.38.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 42.5 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f5489890596c161ac4a5d403714d860ac92e70f5b73410d8941a15d226569c8 |
|
MD5 | 9d0d817c986657cf247a561c723fa4e3 |
|
BLAKE2b-256 | e1f6190fe51d3dd6c00c24a3fd0a223bf0bec3f5e7347101b1889506f72666a7 |
File details
Details for the file lindera_py-0.38.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 42.4 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c26d7ee6b437a59a171c76196364ac7ee6cb2213b8f19021a68d06298c23f1c1 |
|
MD5 | c7f4529f3ad05cd569a0b0d18caea860 |
|
BLAKE2b-256 | 1bec3b6d052ae36c4324d6470756579abdeec2cf692be9b9aef9400e874e54ec |
File details
Details for the file lindera_py-0.38.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 42.2 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e010f9a9d599471bebf55ea844efdbd9f621bf1eb44f22173ba38a7ec0ef4a5a |
|
MD5 | 5a811dc21225e0f551065b65122f5e65 |
|
BLAKE2b-256 | f83c2a6e2408f42ace2f974a03ff06fb6d47d5609649f9da1a4cabbfecb1be1a |
File details
Details for the file lindera_py-0.38.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 42.3 MB
- Tags: CPython 3.11, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c00bec89eb119eec260658d97bae586c868f206492aba611aee24af27d95559 |
|
MD5 | 475aa0f7099e9789499a404c5356b578 |
|
BLAKE2b-256 | e5144775a29bb26d8962743be11f8509d2ff024eea3e7dca68a601c149c8a941 |
File details
Details for the file lindera_py-0.38.0-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 43.3 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 32d598f2e40edd707fe681ec15e477e560bfc3162765eda1a808382f632fc792 |
|
MD5 | 26d3ee6fd736b586783c33210c7d9eb6 |
|
BLAKE2b-256 | fa5d694d338148c97db6eb186bd721eed13fcef98833f0660e4f0ec5ec6015bc |
File details
Details for the file lindera_py-0.38.0-cp311-cp311-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 42.1 MB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6cfd8609fb905a0d42c7248b33dd02825da26aa0171d7db2350b9b427f2a3dda |
|
MD5 | e983e9acd69c80896b4c3f57058579c3 |
|
BLAKE2b-256 | 20da72728260aa3a5277c512fb2465b44786bb6e5918a7e0017776bdb4b9c2b9 |
File details
Details for the file lindera_py-0.38.0-cp310-none-win_amd64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp310-none-win_amd64.whl
- Upload date:
- Size: 42.0 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 827d3a23b8f120ded39e45953fb4248159aa43f8445cbbe9877b5a8ba66bfeba |
|
MD5 | c00a4d286c66d110087404fdafc972eb |
|
BLAKE2b-256 | 3e4d70fbfbe5217c5dea8fd51c563db1583074cc20388172bc264269a3bd8fc5 |
File details
Details for the file lindera_py-0.38.0-cp310-none-win32.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp310-none-win32.whl
- Upload date:
- Size: 41.9 MB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a2670d92ff2b3ad92b815913f390ad4222017345c39291aa21c580d1180c385 |
|
MD5 | a6bf9d65b709754b4398b0e8723607ca |
|
BLAKE2b-256 | 61f6c75d0459274ac28493c5bf275ba53e505e8ed36c4c41c3f0035a9c2a069e |
File details
Details for the file lindera_py-0.38.0-cp310-cp310-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 42.4 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ef5a2139f4699eee1b9217ef2b63e1e945ea99f9a1c1795d9dec6ad5a9c8b06 |
|
MD5 | 732acf60c24888067e231bb0f1ea5aa5 |
|
BLAKE2b-256 | 11e8d65be5a8211b1ba18a5c82877a2698a5f917eab4a9dc9e2ed198d423dd97 |
File details
Details for the file lindera_py-0.38.0-cp310-cp310-musllinux_1_2_i686.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp310-cp310-musllinux_1_2_i686.whl
- Upload date:
- Size: 42.4 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b48399886c2ecfb8ecf53e4878b356db80624a87b0f8c09d875cfce2a898f83 |
|
MD5 | 9484ac207907f76c467fe01c4bec54ee |
|
BLAKE2b-256 | 4fbc2502b9c5960feec9b79cf1ee1545142bfd73b8f76223c95f323486c910b8 |
File details
Details for the file lindera_py-0.38.0-cp310-cp310-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp310-cp310-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 42.4 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 776e7c2359a3b4d4366721ce9a64886b42951393cf7c3f5e6ce7699f0223b33f |
|
MD5 | 3a0aa2ec63125ab41762cbfc7bfeef67 |
|
BLAKE2b-256 | 434fb8be0e4e12fd6eb4e856302e765bd0a414346170117a44b2fa3f2cf7dff3 |
File details
Details for the file lindera_py-0.38.0-cp310-cp310-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 42.4 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71baf70a9174d0141b412cf1f8583c78bd7019caaab4b849a3d41b5fcdae0c2f |
|
MD5 | 661c0f0f948954b88d030696c866f5f7 |
|
BLAKE2b-256 | 3f6b381f3f231a0d126bb25a75be1e66fc50380a2dac90d77c02143f6baeb50e |
File details
Details for the file lindera_py-0.38.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 42.3 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d32a2623da9d1ba3c6a2928de95651160a7c0a6ea0186f52e70c599a2b0c0e3 |
|
MD5 | 7fb847b572b8be4f78aba7b8892b9ca8 |
|
BLAKE2b-256 | d733bcadbc7e44fce48b782039415e55d4b16724419bfbe2775ef6150e596df0 |
File details
Details for the file lindera_py-0.38.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 42.5 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ca5d913bdfeeb83679fa93d32d1dee57cd14ad3e5661f1f81a867e875a943e3 |
|
MD5 | 7bf68f2521333382a54535cf9de74576 |
|
BLAKE2b-256 | b048073054886667a3f5d2dcb3edc61a2cb9a7bf5266eb630dcd6647cf881e16 |
File details
Details for the file lindera_py-0.38.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 42.4 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1bf3d700a1f889edd296b8129bce0f8b473126abd64e2d37e9d117c17b5b6db |
|
MD5 | ee5f9bd88971820e435b0ed48f21657d |
|
BLAKE2b-256 | 6f09a6da69c54682cde637ae56ddf7eb19c0d94c84a38abb51beeaa254227da0 |
File details
Details for the file lindera_py-0.38.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 42.2 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ce9be656b75a2b4303a4d35ed772fee97d2b56be478884b65a2b476479cc59e |
|
MD5 | b8e556b112aafcbc79ffae5410521407 |
|
BLAKE2b-256 | 9146374dc2741480f56ca1acac44aeec90b06922321049e9cca4ca1350da202f |
File details
Details for the file lindera_py-0.38.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 42.3 MB
- Tags: CPython 3.10, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ce64c0115a137dc18a59e6d6bf405e3107c598abc66ca22fb324456b66bd359 |
|
MD5 | 66b55ee3d50347ba9aa697f5c375b22a |
|
BLAKE2b-256 | a36ced678aefebd23180ffd08aa92716013d1bda01da950482809890e60f9bb9 |
File details
Details for the file lindera_py-0.38.0-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 43.3 MB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b81dbd656731ecd749d7a8cf3a192189b0526edfe8f977ae0ee732f213315da |
|
MD5 | d92ef553c634be8c66bc428ff941ef1b |
|
BLAKE2b-256 | 2fd3f2514902f4824c130556ea8d709e25e8b6fdfc9378dd35d9b7f831f16226 |
File details
Details for the file lindera_py-0.38.0-cp39-none-win_amd64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp39-none-win_amd64.whl
- Upload date:
- Size: 42.0 MB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ed1c6023743eddfa09e172bca2e8241874ccf56caeee36a2177bbdab67f47cf |
|
MD5 | 337f522589c9b72d60c026ca80e24213 |
|
BLAKE2b-256 | 5a03cd5d4afddb487e393170c60743ca2bf3da009d16a1d20e41b31f11ee13c8 |
File details
Details for the file lindera_py-0.38.0-cp39-none-win32.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp39-none-win32.whl
- Upload date:
- Size: 41.9 MB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ba77d1580fc93c9e76f12ca0aca5d32e40815f9951b57b176b39c636012e889 |
|
MD5 | bdb52bf24e7b526e29e1863bd0ae2d10 |
|
BLAKE2b-256 | c13262cae3c914e691b10dbcebafbb89690f3c53a3c9aeb5b556286dd0eeb22b |
File details
Details for the file lindera_py-0.38.0-cp39-cp39-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 42.4 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62827a7b52924dd7e944aab106d8c70328bed680b6a789aed251bd538571028d |
|
MD5 | d284f798d5a3e9a9f9d3a4b17d6281f3 |
|
BLAKE2b-256 | aa7f3bce2cdbd200bd6e2cb16078e8d456386683d699523ee0cb822857d201e8 |
File details
Details for the file lindera_py-0.38.0-cp39-cp39-musllinux_1_2_i686.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp39-cp39-musllinux_1_2_i686.whl
- Upload date:
- Size: 42.4 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a2de1a17689f90bf402c0118009348dbe80c223154d3a64bf0e3ec25aa167f2 |
|
MD5 | b1f1739abb47ed621fb1cffce745e463 |
|
BLAKE2b-256 | 219d8df77f6eeef949230d3d270885a58b7547dc75dd7df82831b1d28356b805 |
File details
Details for the file lindera_py-0.38.0-cp39-cp39-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp39-cp39-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 42.4 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 908aff7478113c925d770813ef2c8a0935cc7e9aa10328af1af026285dee656c |
|
MD5 | d2593344a445a8603f384b6bdda19df1 |
|
BLAKE2b-256 | b0814dca880d152f72b23de3002ca588969a9ac22746fbe450fbfb8bcf642c7a |
File details
Details for the file lindera_py-0.38.0-cp39-cp39-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 42.4 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54c204197f988c62cff3fade48369d9a1af5daaeafcf4df351dc5f203e3abf80 |
|
MD5 | ea9ae17a5424def2f7c0b9c9ac639f6b |
|
BLAKE2b-256 | 76ea8543034de7faa84a786dc41969ca87961754ba8e0abbee8fc2624896a15c |
File details
Details for the file lindera_py-0.38.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 42.3 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dacca8d886d21153d37e97b345f9485d0c0bdcf0064e3191001fb88c834a42db |
|
MD5 | 0194f4a46efbfb1ac53ab4b121e6abd1 |
|
BLAKE2b-256 | 60136777b6ca1e0450a45ec89ab5c9d2cc1b3f1b27dfe7990830ec60d86ef75b |
File details
Details for the file lindera_py-0.38.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 42.5 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74fdedb08396e1fd5e90dd869dc1a55faf2f2ccc60c691fc282318827cd71dff |
|
MD5 | 7eceb9aadd506a5b438eeb192644c058 |
|
BLAKE2b-256 | 74d5ed04aa0a500f2870b9935923ae503308ba9c83c6d9f06c1a427b1d6cec26 |
File details
Details for the file lindera_py-0.38.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 42.4 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59812dd559b579be021acb8c84c3be5b1571f2eaa60cc3e5034786586653e9a8 |
|
MD5 | bd9a3ef3d48740a59067e59b22bd1cbc |
|
BLAKE2b-256 | 6fca1aca8465075c0f4aab954ea59d06f0fd844135632aa41b994deee4cda33d |
File details
Details for the file lindera_py-0.38.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 42.2 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf2435097b2ca9150a6eb8aa5dcdc82b7883f80c5c3fcbf1e178ddf808272939 |
|
MD5 | fdf65211c62b3c2bf38dc10b80289426 |
|
BLAKE2b-256 | 57ce5b0a286526f8d1b3100eef691eb880adabc8ac046930cb294c3552705328 |
File details
Details for the file lindera_py-0.38.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 42.3 MB
- Tags: CPython 3.9, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 775f7d3356adafe68436daa198aa981ee2728252cacb71bd99078a4b48e4ba8a |
|
MD5 | 56236943f8894acc6ca9fa9371dc8615 |
|
BLAKE2b-256 | 7fd12e53da6467100cb2f1c62e83184044fb421103211563161c2cfc54b211c8 |
File details
Details for the file lindera_py-0.38.0-cp39-cp39-macosx_11_0_arm64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 43.3 MB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4e81b4526024b706124da7452787920358bf65fbcabd80c66c0d7fb3024cad0 |
|
MD5 | 3ae99a3b8102e115d161be47883f95da |
|
BLAKE2b-256 | 50fd7788dacc32a842793e1a227a6b596157c79df30a53940d4d5e59a36578c8 |
File details
Details for the file lindera_py-0.38.0-cp38-none-win_amd64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp38-none-win_amd64.whl
- Upload date:
- Size: 42.0 MB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 891aa3859b6430ba5522e677231468c9b37f0e0ac14201d55f8d77388d57fb25 |
|
MD5 | 968b0774293b40e3b41ec341df87346e |
|
BLAKE2b-256 | a2957355f30d226f2bd2e892ee8d11e9de918aa1e1c23c7e7e63a020940b1770 |
File details
Details for the file lindera_py-0.38.0-cp38-none-win32.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp38-none-win32.whl
- Upload date:
- Size: 41.9 MB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b744d44df72c3874c2ccdfc9c84d90149713e1c2419464bcf459ccf08169accb |
|
MD5 | 8b7463ce5456a10b48bc0600fea3e8ff |
|
BLAKE2b-256 | 7a0f23d31bf7b60989598287794d4404cb4082410beac2dba967ea5a7eefa3d3 |
File details
Details for the file lindera_py-0.38.0-cp38-cp38-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp38-cp38-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 42.4 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ffb2b13bf5af2d5c152159a3dacaf7fad9932736751d99b27fa28a4e9548355 |
|
MD5 | f3d90738fe45cb3023f064ffd9a37e7f |
|
BLAKE2b-256 | 2db13f89c391a19ff04ba290d6cf916093cb5d0c581284117eea90f37f549af9 |
File details
Details for the file lindera_py-0.38.0-cp38-cp38-musllinux_1_2_i686.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp38-cp38-musllinux_1_2_i686.whl
- Upload date:
- Size: 42.4 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c0b085a2ecbd623a31b570bcfc5dd6feac755c607523aa1104960cca447854d |
|
MD5 | e36cbb0d82bec7b6ecbb700ca06d6323 |
|
BLAKE2b-256 | eee00f46649ecc0f0222e4437428bfcd8ad481200c2b1919b6a0fe0a91d11a6d |
File details
Details for the file lindera_py-0.38.0-cp38-cp38-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp38-cp38-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 42.4 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3ba405d269e43f34254044a920a00b366f2299218ba1ac835624b712cb57d75 |
|
MD5 | 98125a964a3bbf561b43b5a6d9f36518 |
|
BLAKE2b-256 | 1dacf2a566258e3262c2eca6bb42628ecd984e1151eb4b1a452751f7aa47404b |
File details
Details for the file lindera_py-0.38.0-cp38-cp38-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp38-cp38-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 42.4 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d3489cda9e893228189342ac6bdebdc1f52c75a74253dd4bbefb61089a15696 |
|
MD5 | d2dc35899efc775752ffe33a91101346 |
|
BLAKE2b-256 | 7272f99109d6a5b58c07e7a5bf5019bea7c323222ec20d43a22ae71584f7f64f |
File details
Details for the file lindera_py-0.38.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 42.3 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 380bf5c7bb5d5af2eb91813644100370bf04db54a4e6c7dcf20d76fe1e890c2b |
|
MD5 | 17d1745423106434b151e63a9a787415 |
|
BLAKE2b-256 | bef67ddb996e8850b4ea6baa5d4795db71a38df38058b39e12b76df3fc4afa02 |
File details
Details for the file lindera_py-0.38.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 42.5 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2810024fe018937d63bd6c964bfcb3f6d4588c46127252f30d91ee6a752e3f56 |
|
MD5 | aebe8ca48549e7c1af47979276b3235d |
|
BLAKE2b-256 | 93f5d9d2d9b544b18d9cfa2b43e789c8bc864319aae2a322d57b8098487272ca |
File details
Details for the file lindera_py-0.38.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 42.4 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b929a803ef43263aec1bc7ef6747f309ffe7f8d1a01870303cd833630a1f5a2 |
|
MD5 | 54b5c6adf5b3938e8c1d6303d63fe9f8 |
|
BLAKE2b-256 | 725cbb673e3960bf590be6a831ac3bd95bbff44477db9284c4845819b6c195a4 |
File details
Details for the file lindera_py-0.38.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 42.2 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88755740bc82336cc09a3c26313fc2402196995dbe0d36c8b5c469d15a25bb33 |
|
MD5 | 203fc73df6ad08bdd682f1d20162372b |
|
BLAKE2b-256 | dfa5aef773002a0d262e811a7817e4c95ae51e51a361f96b58d68a564e53586e |
File details
Details for the file lindera_py-0.38.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 42.3 MB
- Tags: CPython 3.8, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23b10c0afffe0469668563c6382415e86ccd7a4ab763469cdd92f9a970b1d4a5 |
|
MD5 | 31f8bd4361e64df006f21fde52bbb75c |
|
BLAKE2b-256 | 5924cf1baef8674f068c785e4b822559b27e60ee573fc1ddd5a0ebfeefae3fbb |
File details
Details for the file lindera_py-0.38.0-cp37-none-win_amd64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp37-none-win_amd64.whl
- Upload date:
- Size: 42.0 MB
- Tags: CPython 3.7, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89032571c17fe0c20bc79a90fe23d39bd2b1b33335669de6bc713f1b37dc6780 |
|
MD5 | 5c7a7e4bd95a0a9e4d09744c07aa43f7 |
|
BLAKE2b-256 | d2534eb2f24793f7d4a02ad54caf2cf1e2d6702cf92bcd41244ae7aa3dbf53c7 |
File details
Details for the file lindera_py-0.38.0-cp37-none-win32.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp37-none-win32.whl
- Upload date:
- Size: 41.9 MB
- Tags: CPython 3.7, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 64ce5c5a80d42cb8d35d1458bc75a5820193cc0e9184986debfc355d3ccd8783 |
|
MD5 | bbcec423a9a0900032fa370c1cb18f00 |
|
BLAKE2b-256 | f22c333aae8f75fcd429e69cad88f47869640517da1e6684e56d4b5f97814c0e |
File details
Details for the file lindera_py-0.38.0-cp37-cp37m-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp37-cp37m-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 42.4 MB
- Tags: CPython 3.7m, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 087c02d8260984be51cc456363f33b64f8437cf75e4b11c3465d138007ee6b71 |
|
MD5 | 0ffa02c3ba3aae5f341a30bb17c60fec |
|
BLAKE2b-256 | da4787a7991f444f09659fb21d8a8bb7702356c78be1bd94cc8202ff7b2f402c |
File details
Details for the file lindera_py-0.38.0-cp37-cp37m-musllinux_1_2_i686.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp37-cp37m-musllinux_1_2_i686.whl
- Upload date:
- Size: 42.4 MB
- Tags: CPython 3.7m, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac9cd9dd5524d8e62030789c30e0e063a88c2e3ac189965ef3935b547dec53b6 |
|
MD5 | 321a66c891fe6ae3091645f44d8be454 |
|
BLAKE2b-256 | 57d033fa1ab4994b5f8f91d24f1396c4cd615c51c52c01835808f0cb33851140 |
File details
Details for the file lindera_py-0.38.0-cp37-cp37m-musllinux_1_2_armv7l.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp37-cp37m-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 42.4 MB
- Tags: CPython 3.7m, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2fdb5325bd3025bf35eadf6874f3df676d5365026baf7779fa2f0dafb7705f03 |
|
MD5 | f058b65f9959f1ff9356e8debd609a04 |
|
BLAKE2b-256 | 54c1a9e9c1d6d97a548cc1ab34e85042b865b8cf6da31970db589e1200e6d7af |
File details
Details for the file lindera_py-0.38.0-cp37-cp37m-musllinux_1_2_aarch64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp37-cp37m-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 42.4 MB
- Tags: CPython 3.7m, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60f14f6c5a139b7fcf075279a540125834ee785eb74adef989c1f31b9339ac60 |
|
MD5 | e14c86a99f10b79ecf5aeb8cf07b18ac |
|
BLAKE2b-256 | deb36deeee06dd0ecb94d181d6a36789f68fe78dd71c28921e8b574e177b787c |
File details
Details for the file lindera_py-0.38.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 42.3 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 852e372be7da265402e34b681f15dea761074dbcfc1cab035fbb94d45e0bbe66 |
|
MD5 | 5bbf65f61bbd1f09c3b170c1baec6cff |
|
BLAKE2b-256 | b8c0e3af7b6e02a626779fc0a3ef51fe96f2c5c036649f3f22eb19f01e0f6cd6 |
File details
Details for the file lindera_py-0.38.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 42.5 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bfc2456f8bfefa4c6a7b1afffc3aef80d1700d178b71b24fbcaeb390d24c054d |
|
MD5 | a7c32072c30cc624f8a52f08d87d1e52 |
|
BLAKE2b-256 | 1d2b02656f3eb69b449c3856a6be51e221ac468dc9777a737896fd86afb72bdf |
File details
Details for the file lindera_py-0.38.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 42.4 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bcf4bcab874ba9c9ee8c12c9c755bbd4bfe9fde9c1873539bda18afe12d93119 |
|
MD5 | c2d49d284c53317d0a8de1611fec27e3 |
|
BLAKE2b-256 | d9e63d4e6ab26c90c65fe836035bd0b276d17bc949daa5bad3afb52d64725a4a |
File details
Details for the file lindera_py-0.38.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 42.2 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73d2928e1c95c2b6d287f5a67eef39a2a1a0f7e90fbee99daadceccba54702d5 |
|
MD5 | b66a0fff369a6bc942a28718b991fa55 |
|
BLAKE2b-256 | 7606f0821c4b2f33aabe7ede51176e1ddfd771922b63f2608fa472f8fc508526 |
File details
Details for the file lindera_py-0.38.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: lindera_py-0.38.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 42.3 MB
- Tags: CPython 3.7m, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d3622279b784fa8554aa09fc4332044e73e4964a33d3edfacbf35562fa30517 |
|
MD5 | 54fd37e21ded576efe3e1b0c1d53049b |
|
BLAKE2b-256 | 7be6f3050fed40956c0cd8b948a9059f075a7d8ef89e7c498b1749d698c18b11 |