Skip to main content

Japanese text preprocessor for Text-to-Speech application (OpenJTalk rewrite in rust language).

Project description

jpreprocess (python binding)

Japanese text preprocessor for Text-to-Speech application.

This is a python binding of jpreprocess, which is written in Rust. The rust library is published in crates.io.

The rust library part is a rewrite of OpenJTalk.

Usage

Unlike pyopenjtalk, this package does not include support of marine and TTS.

Currently, this package is for text processing only.

Run text processing frontend

import jpreprocess

j = jpreprocess.jpreprocess()
njd_features = j.run_frontend("本日は晴天なり")

assert njd_features[0].get("string") == "本日"
assert njd_features[0].get("pos") == "名詞"

Extract full-context label

import jpreprocess

j = jpreprocess.jpreprocess()
fullcontext = j.extract_fullcontext("本日は晴天なり")

assert len(fullcontext) == 21
assert fullcontext[0] == r"xx^xx-sil+h=o/A:xx+xx+xx/B:xx-xx_xx/C:xx_xx+xx/D:xx+xx_xx/E:xx_xx!xx_xx-xx/F:xx_xx#xx_xx@xx_xx|xx_xx/G:5_1%0_xx_xx/H:xx_xx/I:xx-xx@xx+xx&xx-xx|xx+xx/J:2_11/K:1+2-11"

Grapheme-to-phoeneme (G2P)

import jpreprocess

j = jpreprocess.jpreprocess()

assert j.g2p("おはようございます") == "o h a y o o g o z a i m a s U"
assert j.g2p("おはようございます", kana=True) == "オハヨーゴザイマス"

Copyrights

Please see README.md.

License

BSD-3-Clause

Project details


Download files

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

Source Distribution

jpreprocess-0.1.7.tar.gz (108.5 kB view details)

Uploaded Source

Built Distributions

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

jpreprocess-0.1.7-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

jpreprocess-0.1.7-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

jpreprocess-0.1.7-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

jpreprocess-0.1.7-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

jpreprocess-0.1.7-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

jpreprocess-0.1.7-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

jpreprocess-0.1.7-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

jpreprocess-0.1.7-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

jpreprocess-0.1.7-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

jpreprocess-0.1.7-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

jpreprocess-0.1.7-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

jpreprocess-0.1.7-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl (1.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.5+ i686

jpreprocess-0.1.7-cp314-cp314-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.14Windows x86-64

jpreprocess-0.1.7-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

jpreprocess-0.1.7-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

jpreprocess-0.1.7-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

jpreprocess-0.1.7-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

jpreprocess-0.1.7-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

jpreprocess-0.1.7-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (1.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

jpreprocess-0.1.7-cp314-cp314-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

jpreprocess-0.1.7-cp314-cp314-macosx_10_12_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

jpreprocess-0.1.7-cp313-cp313-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.13Windows x86-64

jpreprocess-0.1.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

jpreprocess-0.1.7-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

jpreprocess-0.1.7-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

jpreprocess-0.1.7-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

jpreprocess-0.1.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

jpreprocess-0.1.7-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (1.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

jpreprocess-0.1.7-cp313-cp313-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

jpreprocess-0.1.7-cp313-cp313-macosx_10_12_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

jpreprocess-0.1.7-cp312-cp312-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.12Windows x86-64

jpreprocess-0.1.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

jpreprocess-0.1.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

jpreprocess-0.1.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

jpreprocess-0.1.7-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

jpreprocess-0.1.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

jpreprocess-0.1.7-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (1.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

jpreprocess-0.1.7-cp312-cp312-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

jpreprocess-0.1.7-cp312-cp312-macosx_10_12_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

jpreprocess-0.1.7-cp311-cp311-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.11Windows x86-64

jpreprocess-0.1.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

jpreprocess-0.1.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

jpreprocess-0.1.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

jpreprocess-0.1.7-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

jpreprocess-0.1.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

jpreprocess-0.1.7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (1.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

jpreprocess-0.1.7-cp311-cp311-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

jpreprocess-0.1.7-cp311-cp311-macosx_10_12_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

jpreprocess-0.1.7-cp310-cp310-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.10Windows x86-64

jpreprocess-0.1.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

jpreprocess-0.1.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

jpreprocess-0.1.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

jpreprocess-0.1.7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

jpreprocess-0.1.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

jpreprocess-0.1.7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (1.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

jpreprocess-0.1.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

jpreprocess-0.1.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

jpreprocess-0.1.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

jpreprocess-0.1.7-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

jpreprocess-0.1.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

jpreprocess-0.1.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (1.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

jpreprocess-0.1.7-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

jpreprocess-0.1.7-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

jpreprocess-0.1.7-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

jpreprocess-0.1.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

Details for the file jpreprocess-0.1.7.tar.gz.

File metadata

  • Download URL: jpreprocess-0.1.7.tar.gz
  • Upload date:
  • Size: 108.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.14.1

File hashes

Hashes for jpreprocess-0.1.7.tar.gz
Algorithm Hash digest
SHA256 e522ed34fb8ea276a201244e46e60bfc7ade570bc0bee600a6e7cc459f6325c6
MD5 af2dd70305fca8a6fe34e82aae5a2d71
BLAKE2b-256 541230a18453eaff75760eed511ebfd25740b50c259f5494e5e704ec10a3e051

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d612bb697d850ed187f88b1977f656845cb6cf76a8176ad40ee1881fc833c8e2
MD5 54dd01c4e1a2a0f19a552b9849a0bec3
BLAKE2b-256 608734350b6fe247d57defe3754eb69e3aeaba87b8d28a0af7d427df2e5ab9b8

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3c3b954195f8a4ac23459c38e71f1a9be8ec65653b77f4e79ef4acdc49a98af7
MD5 f3f6d1e2dabd32664b170bc05cd927a8
BLAKE2b-256 69e71822c3403020cb95145846e507b260dc10d5fe3aadc0d24905b49b186af5

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e3629f7a7fb4fe6ef0ec14a9113ec12de615f5c60e80738ccbcfc015c7053ddc
MD5 dcf4f6b4d9f1a929404b37f5244f0b04
BLAKE2b-256 19543eb158de7b2f17f4a40b53e30ba1a819368e7d3acadbc67cb1ad0aeba382

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 57bf0c3f5c90e06fa56002d9dc856dcae74ec1b8333b4efcda5465121cd36c49
MD5 9284720cb5dc479c3fb31a76feeff767
BLAKE2b-256 07ee705a7adfec0de3832dcf6f16e5ba8f00aa6a35a32642904f95bc161fd2c1

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cceef9ffb9058780cd3c693d41c10235a1c94977e2773f4af224039d4ce07db5
MD5 fea512e6c6692cb0a8deabfb83d7eb7e
BLAKE2b-256 ced0d199067c24ebf23245c4277081eb38774ddd8e51f1d1a410cec2d9faad1e

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8ade3dd928df079f213cd0879b17eb9ec8a3175d2d4bd826e4c0e24eca460ae8
MD5 eb15d9ed798010ad2ddb0608f174c5e3
BLAKE2b-256 52e73364975fa8ab9ba9ec1e3e21aaf16dda385ded7d21c72eddb768473d9f91

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cb536b1f2b4d914421e633d198cdfdd9e87c572dc9c357f31c888f175e5f4d07
MD5 ea0d0e1ba48fcaa90026b11b2ef2fddb
BLAKE2b-256 1d984ed4ab08fee0cb7e9acf031aaea6f1931047461dc679903b0510e8271b34

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2514f4c31492afbb394fdb01305cb78846e21440c651ea5ba26da4ee27a7034a
MD5 0da375ea6f816bb502abfb41fb275eed
BLAKE2b-256 a7418e938d78fa70da18c2ccc43da375f3c9d87962f39433d28ae4e3c10bdd97

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b6535b5ad6d62e05e772808ab81f2838bdf57930af935ac6b8feffcfb92bd1d7
MD5 7b621a263f7b8d979401468fb4740b81
BLAKE2b-256 d3efd479893cdbcf3a82ad43bdaee2b4fe8ee2b060903fc4f88388969a60478f

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 019dc629220abc3f6f0fba1e2ae7f985a8d6b251d93ecd23a35ae417f779e4c1
MD5 278e084e3bcce21c6fa0ce42f3a5ce15
BLAKE2b-256 808aaa28e46442e950f08218ad2cf632b2bcbe1eabf8c655ca0cff313555fe80

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 93fed01130f26808057ee3bec3050f831c1a4e30de9984336df8efee2f9a9d50
MD5 452100be4fe2116a8136faef6675459a
BLAKE2b-256 c562ad057fa402cde00524e579c52f82a16e3c6ea184687de217651da7d2a1d4

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 002819b2f8cbc57fc06aa1b1270c1786c12648abc39569cd6c9b525c217b7074
MD5 0777e4710594c299907946beebc6e58e
BLAKE2b-256 02281c7625a6abf0c1b5538e9c2b1094c4067ef1e0bd6ad184c31fdbefe3b590

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 065c9be81d79532c084fc89d9b5e00fb570371b747f808ed165c5a0e02ea4eff
MD5 e703b2fd2f33bd72670a736a6c7b9cfc
BLAKE2b-256 93aef8701d63ee739d997e1329500ec83f9f1cadc19a769065e9c170e467d4d4

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 90eb8d01c0407d43aea6b4c6868bc74f8a6c85e71e7782b6b2269ad9e995058e
MD5 e79eaa8edd55cbfb3b3da134e13f87ec
BLAKE2b-256 4b2d9faeb5679fa354ca6e5912dc026628713a4d514c5800ff6f2e2c4738541f

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4d4a82371fb27cc0dcc6d30456d916220d3f7ce652a4b506b1e2779c7a6684ab
MD5 d5a2961c5508c8312e0a1af98946f281
BLAKE2b-256 9ca2f0b813bd642b0f45423dd29d9d9300bea9633276a85a95494f69dc10099b

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6054ae29e2aa7fb3cf6e4ebd2c9859744c77df48fb512dd70a8e3afae2b31437
MD5 da2ef0c6344bbb049cc34e508f5cd9ec
BLAKE2b-256 e8637bb5be074b8f23e7c34cf3f81cc0333f0a421944c5d6df91af16286a403c

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f1a7cbec83519e60693b2e356f652ea628ed61a715b6b3caaa340f3ca73b8f94
MD5 abf15f1a13e5720f96639cf9e0646adc
BLAKE2b-256 75cc3b777c44c04979cf6358662a26362871fb66313ce2a2585ead3bf14728a7

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b478dc451513be8bcd214a4879c9e526280c97e3941b7c70e6cc483cd80991f5
MD5 a19184ef92b20bc10b2c5551a23462b3
BLAKE2b-256 0d34f048e2897bb133338947bf9d3f249437a23e6ac5ee644e6da9639f6a5a36

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 cd4d725ba43c0d234ede3852aada5ef8c94d3be2ccfac23d408c713c8d19cfe9
MD5 389735ce3cf0301d22959275603dab1d
BLAKE2b-256 f13f030647f0184f33367d512411f813ba9a3f65cb0a51fa44ae7c4347e35058

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4e1fffc883e293ed0ee822add51de657c7df57cc8539d4eaa4e23b992e9c658f
MD5 8513664ac0593ca4dce74cb5a8f7a276
BLAKE2b-256 4d603f5935240215f3d54a776cbe547ea9ccea595160620530e6aeafdef902b4

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c497db599285f949ae88c19ed7229c2ae027798e96e95f5efcee0fd83bca8920
MD5 4c53b834535ff9664a7ccb98389e0109
BLAKE2b-256 0ba74237181973effe8ec12ba9106b1c055a18024b8d84a111464809f16bb079

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d3076c18aa31aabcbdf5bda9f4ae142278560023c4030d0b7dadbff1c69e4137
MD5 f0ceccf74d6753fdb575f2f1fe7ff3c6
BLAKE2b-256 9e9ea71e95c932d2d4148fe086d31d251bfe0500eebc3d92a08b11b991f10183

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9aee91ec04159ea5778ba753567dd8aac52571ad03e3effa6c8296c59e91b937
MD5 facbed0a74a1b748a5fe487e6e286223
BLAKE2b-256 9a7bdb3bccc3734d60e4ad0412913f995b143b284952f6922e18d0a752d46cbf

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 938c3ec2a6f4fa75986ce96aa79804befe45068f920607dfeb6e7ad9585d2874
MD5 9a8fd66935a43c8b65bb8c8e4426ce85
BLAKE2b-256 4172d92b45c4f2fd4910315d7604068a5f16f9fe40e83c8b678541c694250095

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a8d35e251a026c4f574b3e6ebdd908130ab1f013270521625da6e57f7a30bd2d
MD5 e4c1efb538f0faef1d06f2362765bd47
BLAKE2b-256 54b927fd532a1e549dbc9373b24f46b6f9c0a838bef07ce0f4ff74d91a6b88ab

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d5270b769b5003e10ceee28af3bc30fd1f818a5732de1a26d609595df0d47353
MD5 70b591ad94e10d34d1b1146df756873c
BLAKE2b-256 ef145fc02580495ff7053156048a813c9bdd22de75c4053855914494506f9ebc

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 32ef8b0fd44855ccb379946d3da10ab3ba1282a961f0869aacb5377753d13712
MD5 627578ae0188fb9971cf3b6547899c82
BLAKE2b-256 9e0c5708b28f1b500120bda2ee1ebe4da34bc9116110150389b5c1c6fad0a3d0

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8b69c890eeae8b9634c0c7323b8bb2d42e5676b94c7c022aa1107ee99782a82a
MD5 f141615eaa36c656c096750d9d3807ca
BLAKE2b-256 7c066945a5c7c39b1fcc3b8dcd67ebc0597ca57a12981525bec9dc24f367b491

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 638287d27f499b0dc2129614dfd220ecf171ff3a665da352aa853ec0b439c25c
MD5 d4c6e741a541f5a33ed23316c7667ec4
BLAKE2b-256 7e016e1fc5b3251c94d27c6a9d775db9455c311db1f408971cd2c563b7fd94ba

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 64f1e8ef5ac2c1268a388d85808c37d3031819fee49915e2ae5ff9261485c5e6
MD5 87efe2aa5de2455e9da30c85df4d28f6
BLAKE2b-256 511032a5ba55edb6f118c86899d28fb0efc8e80642a331de5458c1cf3a94dd72

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 13bfa18ff545970d150ca9d22f63e35547f4df183553a825d8d37cea2e68a8ee
MD5 785c49cdf7d5c33f0437de76aacae104
BLAKE2b-256 ff224375af237f2df6f87207c8970e8288512bcb6facabe74992dae40f2307bf

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6a03425dae734c9acd9a32f0533070ad0bb930228d0555b3b556d174cdd32514
MD5 77b30d84bf3884271040ee0af03b8443
BLAKE2b-256 4fc32504fc04a1e84d08c12585221feadcd6c71acce2c1ba1477ebb9d5ee8c68

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 25fe91c7a07a291efecc78d8c8153302f5c338ceaa70acbba18b41919e75f692
MD5 f53dc5700ae64bcfebe6a6fd9e78bf39
BLAKE2b-256 c6a4a021afee3cfbbcf7d085aa92dae74c7813f2f19d6c9f89d5135fb4ffd254

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 295d25e8362886f340489aec3f8efa836460a478691f9111c1ee407621174e20
MD5 9be49daa6b632a673f06228efc6f8b48
BLAKE2b-256 512a227222f43e3ce2cc18af7b9e3076aae1652f599b1b02e8e3f78c5d6303d1

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d81c9ec864ce56935563e82e228b71925747b6681132fa861397155b13df639a
MD5 357a5779c973e7fce4c05586e5f28688
BLAKE2b-256 030bbff558d07cf9bb15618e3580949841c3b3ff45f9706b9b0884bb90001d82

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1ed8f07181116eea0642111edf81e3605e6cc687a177d9fc367dc975a8358ef4
MD5 469ff93a31a8c52214a82a3378de89b6
BLAKE2b-256 75036260ac921e08a486c4481674153d59001def4144b9293fd45bfe787ebf44

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e6dc6a17d3f1a684037af9ae7d317eda0bc04553b60a860f783b10e1b75c843e
MD5 d17556e8582955b7dbf4e4c115417305
BLAKE2b-256 495967a573943ba59fdc9655348b9bdbee8ae6b6cef867fdf0d4287526f78a3d

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bfd45ea8d8a05dbf8f25949f2989e454d573f31ed8edea549057634f09497106
MD5 ee19d9bc921d5ee3ffebc5eb48baca85
BLAKE2b-256 836b35c07521aad2b0e1c46dc8d23d93a728a7ab589e90034f5fb6819f5c82f0

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b8ddbda63d83f6a5fc10a923a39d1f8f405eb4320d1ae549ed6721ba483b6172
MD5 da3854438edb25708b9017562de42738
BLAKE2b-256 bc253da86962ec3062e296a76b6125b9495180ccc2643d7c15227426e21f87b9

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f3ec02fa4fb42bb7ea0c1c436d23d2ff61daadcd636436ff1c45b462363e91b6
MD5 567fc0441d252c4cb86c45205fb7ce42
BLAKE2b-256 37ae3a05fb7df4e6dc43c837adaae7e1064a561823909857e5280283454bd844

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cba838b7b6f4c0de7cf8319247ee64de8825e2ef1db7edfeb59bf72a4cc8d3d7
MD5 2dd989472b562fdbc2fd27016b1be120
BLAKE2b-256 6ddda0908c0d059f1b9b992507dccbeec9bfd171052aab098cf973b5135cb4cd

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7dea2948255a7672a54f777a567bd2f9262376d8a0a1daf94ab7ac1fd647f77a
MD5 52a4fc16727ce520c7e7e12cb7caec5c
BLAKE2b-256 6230b8e6294aa879910af083c588abceaf8131aa3071690b4287af2f51e64040

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 55c05e7ff251a36a4f2cfc9fa4f139005d701f828f3c66e11f7c490914157167
MD5 12f21f738e62902b63fe1ef9a6e6d650
BLAKE2b-256 d3cb1fa97929f507c55603f9880ac891edd97f44b4cc6c4d0bf0ca790ddd0d80

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d7c7fd913546cdb0f0bef0128d39edece33272e7692e0a5dfefa6eb1fa277313
MD5 9b348073d270096f43fc3e9a70f50ed2
BLAKE2b-256 6dd3d53935c7c5f134d4a809f8190663d259dbf68994df4758f4d5417b8cb31e

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c79d7010746dc81e91143ea82618d35a2d1b12ad03f642c62fb2e916291b4bd0
MD5 35a7c7d925e1bd40f773a570ce302f35
BLAKE2b-256 ccda1d82d67befed772e97e2292fd82ebe1ae5b147236b6067cbebd96b1d5e7a

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f9b7462f9d047266d870aa07b85f2970e8136f5bb5a6a36a1db3277163f29f55
MD5 96f83be19cae5addbcad91d345c954b2
BLAKE2b-256 2fb74d5b24222366661652e05f84f65d8405ecd327dd89df59a6fb47b9fcd08d

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 47a0765e12c4d789644871af9ebb64d89723132a7c806ed83373e5e71c15479d
MD5 c9c6d88a4d33c4a4e447a81c71761324
BLAKE2b-256 8e17dc456933febbb136919597ff6cdeb7e78e981ee04a191ed2919f46d9d211

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b96f48a4de4d88de7d14b44303f5a213dcb87ade130b39b2b1471312951c3b2e
MD5 0a1ef8861481bc32f693bef2b769de63
BLAKE2b-256 41cec4e8e6467f240c6b785b32ea3cd1270af2623c7f8f5e95b61b837257348e

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d4f9978b42119e18bdb0ed9f9ff64742ac08e23d1069107b1a4c00c76cae5702
MD5 de6dfa121ea6913796c01d29f8d79cdd
BLAKE2b-256 11d3aa0c6f1e777fe6b5cae778f5c064ac414c581447a8d7e61c7f4ba8a50372

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7f7cdf1642c8ca1ebe7611e4bfc4efbb009c39497d2d1b809d9f2ce4766e12c0
MD5 f38719047093923751eda6069cfc5a38
BLAKE2b-256 d904b4321972a72a8238d3cd6fc5efba1796e5265b3d682c02b7afa67d4c6c75

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 63d63a31689510e8f87f413b302f33cdcb4ef6d09ce0b3466695b65cae7b6729
MD5 ed2833b832a655b24cc3bb75af8cd943
BLAKE2b-256 ce8841398bd1bcddaf19d9f807c7fa33646326a2c502ae7bbebfe64c6db0cea5

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b0e932140600e5df54c2186f70ec6169ac8cdc40e19ff1ea6e5c39608a1d6345
MD5 d0c4660796fdb18f6f941081d6d466d4
BLAKE2b-256 acdc869bc56544f9f0792baea0f869e72c5a84b47f10762d81f183a9b496d426

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 267162a0a0744c0127dfcd0348c00de6db2a3ded0fdca11002215dd2ab17e2ec
MD5 f232b511cf0ba53699bfb93c0dd25ff2
BLAKE2b-256 2725297a7c180cb06ac1ed8eff73945c9d2b02155f6a84ac717c11b6f2444621

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0e6ce5b4c6c5841339f34f9fd8df9804b83997cbd49548843a9f387fb94c8d83
MD5 2c48d5a6f8ec5afa6229cfb450aa7123
BLAKE2b-256 e997826c35a45f2f67b5490059a6e853009aae286a39914cd1c9ca4c30cd5327

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 dcd7343df5761d18c591b9ea0cffe5759dc1dfd47a2a66d4d9aaf916fcb24cd3
MD5 f09adbdb79acfa147bc9a24979465760
BLAKE2b-256 fe1334c2d6696701a1006df033daa604b4046397f0d696b956c7d7b6ce2dac50

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 923b7c896ec715b7b2b89192d66dd3977069750a17b51a7214332c811f76f9db
MD5 7603a155443b5ad70f210c8ef72e8ed8
BLAKE2b-256 126144765bac34b577b3fdac3bf9a0b61ce31e81ff94758aea4e4ad6b035c9af

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3a05147be99d2d6acf4df730786fc51f5b16f1709c2e4d8313617bcd7e00e326
MD5 abfdcb63f243319ffcaa65af4d4d2ebb
BLAKE2b-256 9b82ff4007f26986f894efa50a925facc859f478b42e4f4dc3178f4b1c5fbc7b

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3f391885306b096f8c812701626f77980dd40406c0408fffbbdce398a64e4f46
MD5 bb9614e363ebdf04ea48306693c56938
BLAKE2b-256 67d0cfbeaec5029ff464e9077bff42c44f373d592b3c88a64122f3fae914f39e

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0e00e84069e8127b99c60e843626051b722c91774d45f351f79ed48b3f5ddee4
MD5 41e30968d25e638c93aacd281d536b74
BLAKE2b-256 3167b79981f7b29f429bf34909c73c90c21cb393a16d0a28ef1501de27037f36

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cb7377d3f04a0e9e4ca796da1b2b5563eb5275fef1affbc99221eb6a9879ff16
MD5 45592a079462ad1a1566f7dc043583bf
BLAKE2b-256 7ec1772c41b21dbcd91ac2ec8c88fed386b9c7f594301ceac34391772ee9b0c2

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6694a7422fe6106596313629bdcc6d81d7610ed577b470671c2990f44546940c
MD5 3fc326bc1a5588b2c9152e86a28b3601
BLAKE2b-256 bcf10a72474068d035fed321147559f6693b8d5e099c2869eb4d1e563a071006

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c2a785bbdc64a50e5b64452d3cf2ab1344164b88dff839d7cb934f2c0f9e5af8
MD5 78772e82105be5f19aa92913a7d4f2bc
BLAKE2b-256 9b3e8779e1c566410d9234218df4405cd24fb5af7332048805f63862b35c3d5e

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 334b4b84fbec9ccfa5ce91608fd52f05a6c847b19429b030525bdebfcb1c262d
MD5 90d243b8ad21a4e6b536a5bc0565bf7b
BLAKE2b-256 8f6752b04304a962155281541f8c21362addefa132b6854cbdfb6d766d005da9

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fb31fa192d736429872854cb5ff4d65e43034ac99c923312c9d45af5772130e3
MD5 47a759b22a50df6ecc170eb4ae7a0ccb
BLAKE2b-256 d94a20767a9d593867ba1d4c5ffb513079d7afbdbc7a8b29cc0f8b976c5ebbf5

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d004d5756d17c17913c6e8e3270f6eb143685d60ff6c68226cda25c8bc7d7ac8
MD5 800ef8c2d6b7cd0239c9f6b448359b6c
BLAKE2b-256 cb8fe181411755d90f5276f81238a0c12f0b42f7204d33d7c77a603c66f99780

See more details on using hashes here.

Supported by

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