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.

JPreprocess (the base code written in Rust) 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.4.tar.gz (90.7 kB view details)

Uploaded Source

Built Distributions

jpreprocess-0.1.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

jpreprocess-0.1.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

jpreprocess-0.1.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

jpreprocess-0.1.4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

jpreprocess-0.1.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

jpreprocess-0.1.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

jpreprocess-0.1.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

jpreprocess-0.1.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

jpreprocess-0.1.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

jpreprocess-0.1.4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

jpreprocess-0.1.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

jpreprocess-0.1.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

jpreprocess-0.1.4-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

jpreprocess-0.1.4-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

jpreprocess-0.1.4-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (1.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

jpreprocess-0.1.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

jpreprocess-0.1.4-cp312-none-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.12 Windows x86-64

jpreprocess-0.1.4-cp312-none-win32.whl (1.2 MB view details)

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

jpreprocess-0.1.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

jpreprocess-0.1.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

jpreprocess-0.1.4-cp312-cp312-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

jpreprocess-0.1.4-cp312-cp312-macosx_10_12_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

jpreprocess-0.1.4-cp311-none-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.11 Windows x86-64

jpreprocess-0.1.4-cp311-none-win32.whl (1.2 MB view details)

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

jpreprocess-0.1.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

jpreprocess-0.1.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

jpreprocess-0.1.4-cp311-cp311-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

jpreprocess-0.1.4-cp311-cp311-macosx_10_12_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

jpreprocess-0.1.4-cp310-none-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.10 Windows x86-64

jpreprocess-0.1.4-cp310-none-win32.whl (1.2 MB view details)

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

jpreprocess-0.1.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

jpreprocess-0.1.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

jpreprocess-0.1.4-cp310-cp310-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

jpreprocess-0.1.4-cp310-cp310-macosx_10_12_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

jpreprocess-0.1.4-cp39-none-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.9 Windows x86-64

jpreprocess-0.1.4-cp39-none-win32.whl (1.2 MB view details)

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

jpreprocess-0.1.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

jpreprocess-0.1.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

jpreprocess-0.1.4-cp39-cp39-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

jpreprocess-0.1.4-cp39-cp39-macosx_10_12_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

jpreprocess-0.1.4-cp38-none-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.8 Windows x86-64

jpreprocess-0.1.4-cp38-none-win32.whl (1.2 MB view details)

Uploaded CPython 3.8 Windows x86

jpreprocess-0.1.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

jpreprocess-0.1.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

jpreprocess-0.1.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for jpreprocess-0.1.4.tar.gz
Algorithm Hash digest
SHA256 370a8d11ec3d9286c872c416e964c5f636efb3fdec365db16befcf67d760d78b
MD5 a3dc1287a2a50f0c65fe0dd6a1762526
BLAKE2b-256 ad1be10fb67753f8ff1d86c92227d6e53e97259e4a044d964d19c11e3bd49985

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f157b96416827dfcbd110e77ef56c915d46d4fdcf3e97ebe7a3b25fe2d17a30c
MD5 e4e2943f4f315eb267c3fa023f5f27b3
BLAKE2b-256 1ee6926795611e8123a5059b8af2e51dce1f26ac19614a4db87e3036cc77f596

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 98f515e7459705bd793e0b78879aa25986382b39180f52092e1a2df76710fcdd
MD5 06a6437ef6286a0023377c5508082b77
BLAKE2b-256 cb8f2964f4c3e11d0c4a30170f640f4e047f692347ee5b1f8f65d2c029a043bb

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fb7316493429e08ee5a1d6ea68c772f2dcd9ad137cad670ebaee24d70ee09410
MD5 f489b9d65ebf1dc596438a0647dd185e
BLAKE2b-256 ff8bf20fa8e82776ef73bb87bea2482aff735f77f111719c128d61c1326ee3a4

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d4e73ed735faf5cb854da5cd9a3b9175c1156c876e79b8f9492986ef7623ef39
MD5 4694d865c818c605f863d45a46798cb7
BLAKE2b-256 e3bf867e11d9b2d8f485adaa0d75f7a0472472d843f9b7b32b1536e1d081697c

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5e46268797de8b914fba5136db358e47516c05d664dffeecba8917526d768817
MD5 74977e0bed2fa830f40b7feffc002f11
BLAKE2b-256 c0e204f81ac802c3966a478208180366ed639b1c1110fe912932703cc3b7def1

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e797df23f217105d0397699a8967eca18931388c78aa72097f4dffa595f906f8
MD5 53794bc69a0100dc36342402a5b8199c
BLAKE2b-256 8bd4ff5d50c43b5292c853d160ebbeb9e81781c60541a3ca2a4b78b46159ac97

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2e4398971cfd2c784ee14c5a4edc6a320beb5492249c886b9d40aaffbac090e0
MD5 037f63d96040976360a0deab361bf7d0
BLAKE2b-256 29c14dc73c791e577c26b4e39d8b97186be853080af5f17c821f3d122963e778

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cd1c3670dfb3bd4a6dcf4a03c5154a9226e880f7c2d5dad03fc04b1ecbe7c794
MD5 43a5c6ead4339ab6f89611c5174279e7
BLAKE2b-256 161de55f2d06a1c0d972443fb2b7eb59f26e5a31d9ebb7747ab572732881727b

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1fefab2c9e94f36c9ec29015c66c8f1de142c9094931916e94fd0ac244d8939b
MD5 f1396bae9f04f1ac3231d5fce4c5eef8
BLAKE2b-256 2fffe449b93f382eb69a7d1743f64a4f50711d403ad6d7650aeeaf638ef443e4

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 023f878c5029ece4bd9eb344870b65532c9cec4d196d6ebcf901e5c5bd6e115d
MD5 e69ac647219587992bf57b94b1ab9f04
BLAKE2b-256 8f3c94c98fb22e1d13462845a802a552db95f665e7b1684720e1363e2cd1ff98

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ee732b84e204a76198d8f2499922357ab4c3e2bce0b663eed376e37dc0f845ac
MD5 0cc4c97ab4ea407482df7fcaf6f6da19
BLAKE2b-256 94673d3001bc62c2af6b3b8d4dced5712a77869c5c737fdfbb6865aee4300317

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 409792e0139b56017ba217c893c2d8df189496e2abd04c85d8cdd1e3d983e283
MD5 510ada6867e1876ad435ff5966e95d1c
BLAKE2b-256 503bcb36fb5264b939c3dbb142770e14fc3ff60d0c97fab3f70aa206564a6862

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e2c9915526a8295b79f44432f040c652e1a141b7da2c7992f708eab61b8857a4
MD5 4893ee47f8364064075ece59270ee0c4
BLAKE2b-256 f8e54e1f60980d7d58c2bd36b6697a548e1ef27bdbda9451cc9fc0eaeef5464a

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 131e3bf3edeccda718896a4ff76cfca5edf00781f3d2134a30644a392e3b8a62
MD5 58754f7d4466a7964d98a7d3feb3b0e0
BLAKE2b-256 5544869fea0b5a82ef29c7c2ccd9acd73b12026dafdc1f62052ec3758b881863

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e6530db1438d624740feff51d7d6de90bcd0ff9b2545ed8b2e7da976684f2d14
MD5 feb14b5653aaf78a1d8cce7c2384b8f6
BLAKE2b-256 6916ff8c35dc95c23431d3ec119a54b0c43d4948d1d7537a4b064c47598b401e

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 32d09bc1ee204597920243ac00834a64b8222dfeb835da373a3207421d8afe54
MD5 e4a89c5bf44f2f00bb190db9ec0810d6
BLAKE2b-256 99af917b8e4abcef5bd4a170c6b90418acb03bc78e7a47ed52a9d4a1ddcff392

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 9df8dc5acb3166cce3516dfee4910f4bfb847e7804522268d12980d42d507137
MD5 a2bccce73b4781a331e8267412cbfeec
BLAKE2b-256 7315fbec7c3be62edcdb676d85f004ab423442e695de8487b981bef06c0397d3

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-cp312-none-win32.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp312-none-win32.whl
Algorithm Hash digest
SHA256 1e7437f938767945e1f902bd3629833710fe802c81378614116f340ed17b7403
MD5 5ffdbde9631459afdc8d58a48d988c89
BLAKE2b-256 fdbe4a7a6a259d99afbcc2dfd4e56a5fbc27b08bd4f49afc8c3ff9f8786ac9b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a53ecd70a30ff6fc526171d6f9d41c0020cc5ef649933b11d0643b1af72fd82f
MD5 7207915d04d4110b9cf987a40dd28c77
BLAKE2b-256 643325934217bcf9bafc2195d6d000612f8d8da51ca9aca20106a5cfd75c43cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4183a0fc0ae3b5c042d93d1848608899a693e5181212ee01bee36071a966b223
MD5 e23d89d041f28dcee53244403f47d70e
BLAKE2b-256 305aedd490e487a2618e2e0d59194a9f57f033370b8d41fac609dce202057b80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a360347ad0f85db282ed28318a9e0a67ec06e280302695b85f5c3e4a1fb63140
MD5 7cb9e8fc093be6d682d35242971df42d
BLAKE2b-256 3faaaddb7ffb079a32745ca12448cbb07749914df0a475904c3ff55ad9bb57ec

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3551743964a59267fdf319ee8751f1ede848a365b76922230f0c101f43521b8d
MD5 738599e100ad5624eee237b82edca852
BLAKE2b-256 f2a58515ee41fd0ef6fcd266ef6beaeae32f69d93eb1e496fa83c3ad5087ff73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 09f06eb81f900bcbc96fccd381ead7e66a562d2a01f5511ad48221f677889508
MD5 fb3bcd55788eaf04db12cdb9d739ec58
BLAKE2b-256 59ceba5f771ac4ab00201e543412e9d364fa8f94c7556a20a1569b4f3ab0cff9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3048defd6863a49f6a71cacfe324cb8857f33bfc207009486bb45069343281e7
MD5 ac04fce728b6596ab40bec26bcc34066
BLAKE2b-256 7cdc53c76fd85ac4ec36b95f8480a007d129bf8c93d6d1593ca050474f5d7e3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 16db759df3b12a3fa6e2869f5f6681b612b3b7f2508d2dfc8a0c4c3520a6c891
MD5 2d9964e2a046adfdb62c9bd1aa16630e
BLAKE2b-256 666dba658c84c0f5f9fe47bcee934fdc34bb7dce623a85945997cbdb04a7094c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 569f475b056436882fb540444bf9e5055bf9cf726dcd0b272ab4615508705e93
MD5 000a4d1342207d23d7850e8611a45164
BLAKE2b-256 e32f2c7cd36f8237f177d3fa82afb16fefd1c6da1f963ec25dce77cb6f3b7c7a

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 504440aa74c5e86080cc568723697557b93904d8192691e1933f5c974d6e777e
MD5 f8ce29c90cb1fd14f64188eaa07daf5d
BLAKE2b-256 e3650858f79c5d9b6a322027b6a00c6af38a56ab6433e2120f2ac5a4216ee0cb

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-cp311-none-win32.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp311-none-win32.whl
Algorithm Hash digest
SHA256 3de7c298b2685b1db3325cc65f70d2a6c9908e5ce36f43a3db5a9c378b12e21f
MD5 535a85985e98ec808d472e682bbbcfd3
BLAKE2b-256 f7be3e068aa307dccba4313f3117527c4eac0199745a2ebe85fb25d0dfdf8bf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fdbc41ee872f244cf6e44d128d8dd0f8c573d1fbe4a569995ca008c974734aff
MD5 95a4b98e18b3478ed300491517ea2528
BLAKE2b-256 64e7dd5bc14aa685247e806950a0bf6aad2ec42f5e2a9b888f9b6ef72df92980

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f40655618c8ba85df18110d5be354b468dff696fe02def69c84e992dfbcbd7a8
MD5 48e6bba65b13ee7c2c7a16692d99be5b
BLAKE2b-256 8479e4c676bd82e7e6e38075175fb2f4e02dcf23fcd0f4cf15aea4f21bfb17cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6ed454369be33582726d457699a5f42e1ee589ad9c1218e46b938ee81557ae70
MD5 664611d9e7f2f57b0fb3ac52251e97ba
BLAKE2b-256 04b4a0c034473c70bbe0f6cd175903238f3632a2851b99d0238415d050cccaee

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3e35d44dc1ac8ad4c4976ad9708f27f252ee4854e23967584344f01d1a29f6e7
MD5 38622d4cd2eaf6f050d1f7562df70944
BLAKE2b-256 fbc93ae12062114a39d951c131c1d6b44183901f20749abb04229814a2b46aa5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 dd6f3d63820963a2eea050c4dc83a22b9b5b5e766c531097cb11828a08da4c75
MD5 32452286383243a52756e6984b2580db
BLAKE2b-256 a62595892bdf2630cc57246a293460e4958599f2b5f9df3bac849515dd6d79a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 50b19b584b3970cb4ba39de1c46d5877adc646644d12beeffd38db5ecbab63c6
MD5 257efa7d83ee91e568957adfd4c69a37
BLAKE2b-256 0a1023fed5f2fbbfeab781f4a2913e7d1a189e8b28dab0f38873d2f6c102d2c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 520b980e4e89e55bfe1ed37ce2458bdd45cdbd6ba20f3b66e6c8d6d2b35c518d
MD5 6128e3e827848b677c821a3a6064dde6
BLAKE2b-256 9f1dd157ee11777f892e283b344618b625783e241d51ac06df8eb8907ebef964

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6f944bf81b374a2cbc0af4a1421aa2d42586f7b38d7ff7d9a0630ec91fefab6c
MD5 c5571b35cb6a47924648b624b30b0470
BLAKE2b-256 e911e8807db48d7f439f50bcf5c9e1ccd1b0313d193d28f5ee3bafb0191d1afd

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 49468a5c12d278cef9aba9737ee52d4b8a62b4daeae27a2a9417dd33c086c61d
MD5 c6a57c44fbd887c49eb90fe31beb6cba
BLAKE2b-256 fe5fbb99388b8f0e541faceea36b5e19c16a0aeb0aba81d128c3de40e1237153

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-cp310-none-win32.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp310-none-win32.whl
Algorithm Hash digest
SHA256 2d51a130c4192dc99ec1e3ced03ebf91f62e0f0c441ad02b3e66e532c2053b6c
MD5 f6e92d7b9cfaa15243319cb9ef0ee51d
BLAKE2b-256 9fa242e5c50342f3a6e5d022f72f1b46b795cd4d2509c6c16b9de444e3b04a42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e7786885a81dee1cc342e7b87356c5057f0756f956d54f899e312a1de5584b9d
MD5 6923d0fe9a8e963fafbee96e0221282e
BLAKE2b-256 846903df25bf6f65ce562b50ce1d0056fe23637a3e69636b8c1481af03f95039

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 258e606ffe3c5e72b8f098baf146dd84a65db95e1475ced06376f3bff3bc2d6b
MD5 264507d248bef08021fe4566e70e50af
BLAKE2b-256 098f4e5f1e801406577e6a50c423c18c8519a9de18bf5b65c65ddcb14c05367b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2842a3a97e85b51157a2faa148b69433e20f1e10bfa8caaff5c5d6938ff4bba7
MD5 fc834e9181c70830b38853300e61e9d6
BLAKE2b-256 ef7dba1949929ee6e9ad3def3986a3d0eae0d96c9a3c8da01356db027a9203d9

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bc9fe3c2d0329f0fa785f0604ac921d2df98940ae7301130e92f781e68cf98f3
MD5 3724b238c4fc61d725841a4aa35b53e1
BLAKE2b-256 5c8b84c296f34a80065b44c9a07d909f60bbcf614ba5f5c7e9bb459a7ecc8581

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b68d6cfe128e9d32fbd9204444d07a220b098c4c6f45effd351954a60860a65e
MD5 d1907313d6a7c7f2fafaf5ed07b09865
BLAKE2b-256 b71a5343651f5bd6f5a6182ceb58f079f2e40b7289f538609abef3177cf77a17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 54abc16fe06c95b42135dcf502d4f980fc5f7e41bad8e3896578eb135a8035e2
MD5 cf843884f0666d888aa2a18e382e157f
BLAKE2b-256 14c83fb0eae941e4f34084362b4093ce00b92f0d134c915f15ab78d118f8edd0

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 094c37a5a64c5d090aef43d10457b31bd899ebd957aac163fc0267187b6baa30
MD5 90a74fd78378a531f476fbfcd6b89dd7
BLAKE2b-256 52d9bd8b07aae0afe19309eb06eaf0252bba900bd0b13f35190c4ac8fabaef9f

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 649b0c20850205a4aa6146a7a4947f4e3f1ef9914aed04ed6f0746d939cf44dd
MD5 cf7c231d93e6b6ae010a072722e6fd1b
BLAKE2b-256 9b393e5c3cb003fee7ed060ddb316b4ac0aec7658711b03fdf6589075e639ff0

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 86fa4803c50ccf6f1bb2359cfe44b503f669924b760a559f573f731241efec36
MD5 de3c3a975335fe9855fdd7726feb5141
BLAKE2b-256 55e66a93e029d3ea4bf6e2b8d9ea2c43f29d48c78ecd210a8f7e3932b160db84

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-cp39-none-win32.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp39-none-win32.whl
Algorithm Hash digest
SHA256 ba50838a83b91a37353634d1be5d9d59f66b85064521d7d2237e65ce6b8e7b16
MD5 a7f4f44e0a7ca8bb8e11fe53859555bf
BLAKE2b-256 0004d05c6a87065ac08f6efc70cf1aa86d3a71b9eeb079ca381fa07d327e1d2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 089da6e0240ba570c9318ab7cfc3134d98136aee77e9212829f5d5596861206b
MD5 e576689da64ecfb9a9e269ba63151591
BLAKE2b-256 b3501e81481a9fd8d3f7766a67e61c9a65f3fa2fa7df41ac3740e2ded3b9173b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 97d6530150c0e751de3a97d8b4c67ee3f4ae53612d324b09f328f66d6bbab4c5
MD5 69da7a178de2c776decfa96c567da942
BLAKE2b-256 9ba3e648c1eb7755d954ce78f7a5df42411d0d640d4f60c72bce56dd45dc56d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1cad3d9751dd67a27b2f408d525b5171d7e5977dfcf9c0c0f04d00e3374e6084
MD5 c51c9ced5580f45b133e52189ca000a2
BLAKE2b-256 0c6907ee78b3a032520c92a9b1146a7779b7e0900585d699668c43cfcab1b1b5

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6d1dc7228d2b27525befd7a78ef6772bc063fd796c07bf76826aba2cdb222a82
MD5 f4757e9ce400dd19573b71d56aa70290
BLAKE2b-256 5988d2d2d20d33994df5b344ca5c50a9805f5fb508090bfef68e5398c069dab5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8a1e5f4d2af6b7130b6a397152203d42bbc5b5ffa0dc16a3fdeae4f5ef80180a
MD5 095e6716d96404f26d245db8208722dc
BLAKE2b-256 2cfc0bd2bc02ca29e0d636f9b493eb623a152dc03df3b1dabc71f30e8e960ad6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e2ae23edfe116f4338a85345d3903156165615c0373323445aeb2e03c09706d1
MD5 744db63a9482ae6460b20ad444234fcd
BLAKE2b-256 1d39577e0ab98dbeda4ae84c2ec6c33240f4a7e52b990a48ab0467cc8bcf4803

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 62a5b8374accc380c8e7da4543b30f6c25b49a507a9d778b9bea3614fc4c4dd2
MD5 8390046c1500f62b10f4f574cd7e3fa2
BLAKE2b-256 06a981843c21ee7129b5c22a8bde88f6bffbc6ce414c59e355a3686b024b13bf

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3a9f76d4ff7277f132bf58696f786d571b6f3b26d984ce78a5b2bbb137b0643a
MD5 a380e870fca590aa0f6a546b072350e2
BLAKE2b-256 6c4693c6aa8a8592a87e609b04a92a1c43da3bf64727064154dea26e1c03934c

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 a52ea261eb719b0ebd2d0cf53b5ddc5037b37a047caaa814126406bb0e763b0f
MD5 a7d3fdf674557b4fdcb6a9198c741614
BLAKE2b-256 f8cc64a6c475e243eef4f827905210cd834d6797cf086af710d1fc97679266ee

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-cp38-none-win32.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp38-none-win32.whl
Algorithm Hash digest
SHA256 2e9d57813112460910290832ca47af39c1622329ab0a92f571c3da31ffea00f6
MD5 9490ce43508f03b524efd2344bba1690
BLAKE2b-256 eca364935dc0bbd5ccaf549d0bde8d00f8891e238c1e247386672fadd5c72234

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 527a680d786945613be3d5518afed9796e6ff7bed3710bd659b05c4e13d4e2dd
MD5 b0f0eea7741f430d47e36131e273fb2a
BLAKE2b-256 fae1d8743d85c6f1695d354eb4b09ba1e8acfd77f51aa1176ba798ad35d4b0fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 25a1748625db1ee2b850832abb61cbc770ecc12e0be297998cff146c84cc1536
MD5 9f8c53e429cfeb2c230629b86cdd520b
BLAKE2b-256 fe5f6ad6aee26e93e525bcc7e98f95b914bd903d8d36908d61ce7fdf7297a431

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c17bd8367e01f466a95038071b88a740d2305b4bcc47d846a67279e85b67cb66
MD5 9a778c7c4e9bc56921ff3b48735ae12e
BLAKE2b-256 1ac335f804a209795d47a1dbcb9dc55bc8fefb8ae75b873134c360b62291bada

See more details on using hashes here.

File details

Details for the file jpreprocess-0.1.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5d41ec96bee6dfd85c60102b2a40b4b18c1c934a453b92b2b7b4344f4156bbab
MD5 4a67498437c412d4df85f39697cc3b79
BLAKE2b-256 e14e062088c0109dea9993a5ef25acefafc1dc7d4b4f4454ceacdb2b9be31233

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f7af0ac9f3cfffbd3b74f3d810e49cafb94abf4dd2bc8376a6910a3032ade61d
MD5 df2ec79433f2f88492afdcd930841b6b
BLAKE2b-256 23f2dbc28b6f8f5ac1c426b86d69310c96671c3ab824c01390b7e511f7e8239d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jpreprocess-0.1.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3e8c2b326eeabc4da9a85de9d1787bfc63055ac59d0de38e0234ea9128fd1ba5
MD5 56a211b3cdfea6030968ef48aa948b13
BLAKE2b-256 c5e27225eeb09130e06fff5b7bde13ebec818c7f2cb2824f707593a83069941f

See more details on using hashes here.

Supported by

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