Skip to main content

A fast character conversion and transliteration library based on the scheme defined for Japan National Tax Agency's corporate number system.

Project description

jntajis-python

Documentation: https://jntajis-python.readthedocs.io/

What's JNTAJIS-python?

JNTAJIS-python is a transliteration library, specifically designed for dealing with three different character sets; JIS X 0208, JIS X 0213, and Unicode.

import jntajis

print(jntajis.mj_shrink_candidates("髙島屋", jntajis.MJShrinkSchemeCombo.JIS_INCORPORATION_UCS_UNIFICATION_RULE))  # outputs ["高島屋", "髙島屋"]
print(jntajis.jnta_shrink_translit("麴町"))  # outputs "麹町"

To that end, this library refers to three different character tables; MJ character table, MJ shrink conversion map, and NTA shrink conversion map.

The MJ character table (MJ文字一覧表) defines a vast set of kanji (漢字) characters used in information processing of Japanese texts initially developed by Information-technology Promotion Agency.

The MJ shrink conversion map (MJ縮退マップ) was also developed alongside for the sake of interoperability between MJ-aware systems and systems based on Unicode, which is used to transliterate complex, less-frequently-used character variants to commonly-used, more-used ones.

The NTA shrink conversion map (国税庁JIS縮退マップ) was developed by Japan National Tax Agency to canonicalize user inputs for its corporation number search service provided as a public web API. This maps JIS level 3 and 4 characters to JIS level 1 and 2 characters (i.e. characters defined in JIS X 0208.) Note that not all level 3 and level 4 characters have level 1 and 2 counterparts. Also note that some of level 3 and 4 characters don't map to a single character one by each. Instead, they map to sequences of two or more characters.

The table below shows some examples of transliteration by the MJ character table suite and NTA shrink conversion map.

Glyph MJ code Unicode JIS X 0213 Glyph* MJ code* JIS X 0208* Transliterator
棃 MJ014031 U+68C3 2-14-90 梨 MJ014007 1-45-92 MJ / JNTA
﨑 MJ030196 U+FA11 1-47-82 崎 MJ010541 1-26-74 MJ / JNTA
髙 MJ028902 U+9AD9 N/A 高 MJ028901 1-25-66 MJ

The conversion schematics is shown below:

  • JNTA transliteration

    As every JIS X 0213 characters maps to its Unicode counterpart, the conversion is done only with the single JNTA character mappings table.

  • MJ transliteration

    Transliteration is done in two phases:

    1. Conversion from Unicode to MJ character mappings.

      While not all characters in the MJ characters table map to Unicode, each MJ code has different shrink mappings. Because of this, the transliterator tries to convert Unicode codepoints to MJ codes first.

    2. Transliteration by MJ shrink mappings.

      The transliteration result as a string isn't necessarily single as some MJ codes have more than one transliteration candidate. This happens because a) a Unicode codepoint may map to multiple MJ codes and b) multiple transliteration schemes are designated to a single MJ code.

Relationship between Unicode, MJ character mappings, JIS X 0213, and JIS X 0208 can be depicted as follows:

License

The source code except src/jntajis/_jntajis.h is published under the BSD 3-clause license.

src/jntajis/_jntajis.h contains the data from the following entities:

  • JIS shrink conversion mappings (国税庁: JIS縮退マップ)

    Publisher: National Tax Agency

    Author: National Tax Agency

    Source: https://www.houjin-bangou.nta.go.jp/download/

    License: CC BY 4.0

  • MJ character table (文字情報技術促進協議会: MJ文字一覧表)

    Publisher: Character Information Technology Promotion Council (CITPC)

    Author: Information-technology Promotion Agency (IPA)

    Source: https://moji.or.jp/mojikiban/mjlist/

    License: CC BY-SA 2.1 JP

  • MJ shrink conversion mappings (文字情報技術促進協議会: MJ縮退マップ)

    Publisher: Character Information Technology Promotion Council (CITPC)

    Author: Information-technology Promotion Agency (IPA)

    Source: https://moji.or.jp/mojikiban/map/

    License: CC BY-SA 2.1 JP

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

jntajis_python-0.0.17.tar.gz (784.5 kB view details)

Uploaded Source

Built Distributions

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

jntajis_python-0.0.17-cp313-cp313-win_arm64.whl (3.5 MB view details)

Uploaded CPython 3.13Windows ARM64

jntajis_python-0.0.17-cp313-cp313-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.13Windows x86-64

jntajis_python-0.0.17-cp313-cp313-win32.whl (3.4 MB view details)

Uploaded CPython 3.13Windows x86

jntajis_python-0.0.17-cp313-cp313-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

jntajis_python-0.0.17-cp313-cp313-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

jntajis_python-0.0.17-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

jntajis_python-0.0.17-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

jntajis_python-0.0.17-cp313-cp313-macosx_10_13_universal2.whl (3.3 MB view details)

Uploaded CPython 3.13macOS 10.13+ universal2 (ARM64, x86-64)

jntajis_python-0.0.17-cp312-cp312-win_arm64.whl (3.5 MB view details)

Uploaded CPython 3.12Windows ARM64

jntajis_python-0.0.17-cp312-cp312-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.12Windows x86-64

jntajis_python-0.0.17-cp312-cp312-win32.whl (3.4 MB view details)

Uploaded CPython 3.12Windows x86

jntajis_python-0.0.17-cp312-cp312-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

jntajis_python-0.0.17-cp312-cp312-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

jntajis_python-0.0.17-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

jntajis_python-0.0.17-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

jntajis_python-0.0.17-cp312-cp312-macosx_10_13_universal2.whl (3.3 MB view details)

Uploaded CPython 3.12macOS 10.13+ universal2 (ARM64, x86-64)

jntajis_python-0.0.17-cp311-cp311-win_arm64.whl (3.5 MB view details)

Uploaded CPython 3.11Windows ARM64

jntajis_python-0.0.17-cp311-cp311-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.11Windows x86-64

jntajis_python-0.0.17-cp311-cp311-win32.whl (3.4 MB view details)

Uploaded CPython 3.11Windows x86

jntajis_python-0.0.17-cp311-cp311-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

jntajis_python-0.0.17-cp311-cp311-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

jntajis_python-0.0.17-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

jntajis_python-0.0.17-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

jntajis_python-0.0.17-cp311-cp311-macosx_10_9_universal2.whl (3.3 MB view details)

Uploaded CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)

jntajis_python-0.0.17-cp310-cp310-win_arm64.whl (3.5 MB view details)

Uploaded CPython 3.10Windows ARM64

jntajis_python-0.0.17-cp310-cp310-win_amd64.whl (3.5 MB view details)

Uploaded CPython 3.10Windows x86-64

jntajis_python-0.0.17-cp310-cp310-win32.whl (3.4 MB view details)

Uploaded CPython 3.10Windows x86

jntajis_python-0.0.17-cp310-cp310-musllinux_1_2_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

jntajis_python-0.0.17-cp310-cp310-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

jntajis_python-0.0.17-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

jntajis_python-0.0.17-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

jntajis_python-0.0.17-cp310-cp310-macosx_10_9_universal2.whl (3.3 MB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file jntajis_python-0.0.17.tar.gz.

File metadata

  • Download URL: jntajis_python-0.0.17.tar.gz
  • Upload date:
  • Size: 784.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.11

File hashes

Hashes for jntajis_python-0.0.17.tar.gz
Algorithm Hash digest
SHA256 8890ff0b1ed8fb364d8ee10c288b2766be67880422ea3b26f2823f4a10259533
MD5 7ac82ac65bb3165bf189e4a0272d2c59
BLAKE2b-256 ea3fbf68a37790854863d0f869f0ece98966af51fa2e4e67cfd90cc22dbafe40

See more details on using hashes here.

File details

Details for the file jntajis_python-0.0.17-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.0.17-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 af93ef400510bce12c47acf967dfbe1056de42af084288790867c69b003c97ef
MD5 7ad07e23960293ba959c54541fde2d82
BLAKE2b-256 a0a29383ad4c502917292c436310a92dfebfdb2cfe89da839c3811597eeaa834

See more details on using hashes here.

File details

Details for the file jntajis_python-0.0.17-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.0.17-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 44c85eb0379da7e241206871e2b2119b67a7657a776f72896f2e704e62444b82
MD5 e2f04c9d2cf07a1fa97a9d492e2e5526
BLAKE2b-256 517bf4a612f9e454625667643729a3c6f7b7901715f09ef4282563215f491de3

See more details on using hashes here.

File details

Details for the file jntajis_python-0.0.17-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for jntajis_python-0.0.17-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 657fa7a3096e5deba83b4c2a4c5bf0e05b88d833f44a094ce852ee94991c7f8c
MD5 5a0e065d1d0b75f1134152d49ce73eec
BLAKE2b-256 05ba58b5287b9487468138db2ed6e1fff610aced69b8b52c3412875f3e32def9

See more details on using hashes here.

File details

Details for the file jntajis_python-0.0.17-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.0.17-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4c18e1c99153acf4e8482d8509681fd3a5d27e4ef0efe91100bb946f95e2dc54
MD5 860d368955f0b9f7c0f6e91ef9355df5
BLAKE2b-256 e70693a3caf81731fb058dfb62effe215b30519a7637e96ca7285eb9f373b774

See more details on using hashes here.

File details

Details for the file jntajis_python-0.0.17-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.0.17-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3fbd0c2de1493e0eebb90e105786f7fa0a29ea739e392f4f2ae9ef37803aa01b
MD5 1b592044e571441ef4c56813e357a80a
BLAKE2b-256 d4cb57f80ee358157ede2117276bd4d5e1d22dff665cf16284552d5569192e1d

See more details on using hashes here.

File details

Details for the file jntajis_python-0.0.17-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.0.17-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 714e6d324a103050ef41003f761fd6c045e56a835244d740f57321a46cd89998
MD5 362071d180634f1b704eca6b31d95bcc
BLAKE2b-256 c913e59c0ca9ae9557555a3f975d7eaa4fa8543506fd431d55e894273f0e4027

See more details on using hashes here.

File details

Details for the file jntajis_python-0.0.17-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.0.17-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 764f4eda86d5f541e8f6ab4feae04a93be6b324ef143d9c433a72827307ec3f6
MD5 6731a928f47799514bdf5357b8e5db6a
BLAKE2b-256 4754056dba898cb732f20fddfd95cab0df53d4eb46b3cde34d0a0a44a69244df

See more details on using hashes here.

File details

Details for the file jntajis_python-0.0.17-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for jntajis_python-0.0.17-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 5106cfeb1ae4e0521d5ce5a7752615caa08aee518295bf3bb673f42c1e0994fc
MD5 fd815cb86f555253c9be64749d83cb21
BLAKE2b-256 2a3afdd2eef8fb43d28ede2b7b5065848a8bc8147ea227713eb7475eca4af9c1

See more details on using hashes here.

File details

Details for the file jntajis_python-0.0.17-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.0.17-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 5de49525645be6a9d75bf70fb19e40feee893013a70052919fa8b4027f3f3f98
MD5 377991b9132556ecba76d821d5f36488
BLAKE2b-256 f6350c177c7729d35bb32cf2d132407881b4f75861f6e68fdafaea7776c590a6

See more details on using hashes here.

File details

Details for the file jntajis_python-0.0.17-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.0.17-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 cc61bb535d08ce0b60ee7557ca518cf32aee67f95827efb3a13650fe5a7a173d
MD5 7c9a724ba5d1aa9a48ed4ec0c8f807a4
BLAKE2b-256 013b72bbfd971ae4420586ee31e12d6c0c1a8330500b6aa2701a50333c8df43f

See more details on using hashes here.

File details

Details for the file jntajis_python-0.0.17-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for jntajis_python-0.0.17-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 aa9377fc549c6eb0e58877d1aa133d3e527927abff69b98742dcd2af61e2c868
MD5 13b1d566a4fee04f12ad9019111a6f69
BLAKE2b-256 6068fc49dc927136311a0603c37e4832f6c46d4455fbe48bed8bb5fcd4242ac0

See more details on using hashes here.

File details

Details for the file jntajis_python-0.0.17-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.0.17-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3956d8ddce815b50b1a065da9fac581c2d9a2c4e9a62615374cbb40fc1aabb7f
MD5 63674e9f68b9450f9f862f98da2cd455
BLAKE2b-256 29634a2b954d156eb879967598ef328e6bdd88fc62a3c241993e66b7b264e7b8

See more details on using hashes here.

File details

Details for the file jntajis_python-0.0.17-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.0.17-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 13abae62a6e3c3e58cd30f3e5c59d351562110ad6d9ddf1280bbe998fd185d0a
MD5 fa6b6170ebb3d5994cca71c9c7cc0262
BLAKE2b-256 9fab9cb4ed8169735e591a96bfe5288c204776fe15c8135d1c9d0cf322641260

See more details on using hashes here.

File details

Details for the file jntajis_python-0.0.17-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.0.17-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 712fe250189bde6fcfce708a67636c3d2945d74cdaf54ab2cfbf167825f298c5
MD5 5f4ea3153679f9339494f251232156f6
BLAKE2b-256 ddcdfc7c95504a3ffaef182ae444c8f423d251df9f98cbc8dafa40f8bd376848

See more details on using hashes here.

File details

Details for the file jntajis_python-0.0.17-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.0.17-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 0abdcace1eef5c59af6491f25fa41e18b0d84d994952e58473273ad457fc3a74
MD5 d465503e54cf16f81bc377108a65bbe9
BLAKE2b-256 dd56584c8103eb4b2187416ef67f273b21e2d05cf7c6fdee71cac72dd73d1474

See more details on using hashes here.

File details

Details for the file jntajis_python-0.0.17-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for jntajis_python-0.0.17-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 7085efa3edcde0baf97570a809d4a2162daa3388868539c81f08343f479c5410
MD5 3edb359827adc9ee9ce684e2f6676395
BLAKE2b-256 e340cba6bf85be263cc5bcc79088989b6d06b3ab306ab4b6985903a14afc8ae7

See more details on using hashes here.

File details

Details for the file jntajis_python-0.0.17-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.0.17-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 26d3583746aca19d0d6a95fa935d2099adffe0d07ca0366939cbd99b45204c99
MD5 2731382ddfeb9693e3f211eb09cce9bb
BLAKE2b-256 94df3fb8f41ecd0f71328e3775e90f4ccc5544ea57031ae7490e04d35e2f7d91

See more details on using hashes here.

File details

Details for the file jntajis_python-0.0.17-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.0.17-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6d12a89f25baf33cec604398f4652ff658280ab726ef6da25e601c1e26e89b04
MD5 b4c5af1ea0061617a9bf00874ea125cc
BLAKE2b-256 85c5fe2c0e8584a76933ab44307dbee084363affe68ce3638dc437818e03bada

See more details on using hashes here.

File details

Details for the file jntajis_python-0.0.17-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for jntajis_python-0.0.17-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 9b108dfd02b2c8de1e42f7c2d756a505c1f75f943fe31e631d5adb4803051f19
MD5 8c4e02f309c50c2aa10234d145945117
BLAKE2b-256 e399e76e1a6948bb84f3da8b3a4c02436dbc415bb4886351eb9c0a25edb8083c

See more details on using hashes here.

File details

Details for the file jntajis_python-0.0.17-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.0.17-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cad176c018840b9bd523c82268b619f00080dc989582b994ca34762b21cb005e
MD5 28344f3b6c216692e23339b4b500d715
BLAKE2b-256 6562ef67637bafd441356130328131ac97d2a9d392a9c5aaf25a49e01124795c

See more details on using hashes here.

File details

Details for the file jntajis_python-0.0.17-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.0.17-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3640d8d1686da822c248d4e6821a9625df8c9d7cd9d52ba2b00eb0e9cf5bd5f8
MD5 716e953ee1eca513acf6054be245c124
BLAKE2b-256 dbc1551ba7a8704a04272122a9cec74f9119be91e22d2dadcd88cc17d88310ce

See more details on using hashes here.

File details

Details for the file jntajis_python-0.0.17-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.0.17-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8b6c04db5a59b38f04d644b829b53625c2b173af496fc177fc80c53c374f8656
MD5 fbacdab9b7dadf62ca9e808f9987d89b
BLAKE2b-256 78e146b9ff28a1231501525976791db22a18e624c6b131f68551a5c9f3e6f906

See more details on using hashes here.

File details

Details for the file jntajis_python-0.0.17-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.0.17-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 b4930afd6f4ee7a0f6bb166fd70363b960468783886135e4dc153b8fe584d5f1
MD5 4a41621f8d8bde15c8c65c1344d3afe5
BLAKE2b-256 11a10d2f8e0382176df34e10c175eb0ed8e856eef2d6ed20004bbd0b927bb424

See more details on using hashes here.

File details

Details for the file jntajis_python-0.0.17-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for jntajis_python-0.0.17-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 7dc094a455ce6d1f66a1c19030db241f0c3270c1a890ec0c2d4a3f5294ae8ec8
MD5 7f6e52731adcc7cfe224ebd0ab1d7eba
BLAKE2b-256 d39a67e7bc7d0bdfc54b4971681b5c07496fa30ca91cc8eb5026e4b9d5e88b6c

See more details on using hashes here.

File details

Details for the file jntajis_python-0.0.17-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.0.17-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 b94c7a229ac0c83c9d758e8886fbd60087fbf1225592053110c1b25c821df738
MD5 75e8e659ba1b173d26409f147581a734
BLAKE2b-256 c243c42355043edd01dac5ad22f18ee0bb9fea4f004ba00e23922db35c60549c

See more details on using hashes here.

File details

Details for the file jntajis_python-0.0.17-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.0.17-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 446a7a1f8daedc14a630025014286cc6e0d76cb17f017cdc1deaf9fd2d2dc2e4
MD5 79fa4c7f966e54582399b3968edcc7d9
BLAKE2b-256 75ea8d18bd13a53623e16b64235010d8943e2e094e41b2f7179618643eedd608

See more details on using hashes here.

File details

Details for the file jntajis_python-0.0.17-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for jntajis_python-0.0.17-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 730388360ee9d33c89b93a3faa114982118a42ea022fa47b006af8720fd80a47
MD5 e409da0792d7661e346c9e1b52d3ac32
BLAKE2b-256 77047e56f677b2f04b654b0fd200259ceccaeac3c5636c9981ca18b6105b758c

See more details on using hashes here.

File details

Details for the file jntajis_python-0.0.17-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.0.17-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cdab80e6fd25232b22ba4571891f3707e0f996017ec703ce3db85d29a649c29f
MD5 ec461704b62cabaf6cd210aa1feefb20
BLAKE2b-256 b59630ba81ddc7b75e9e1fda6d00015d73594e8066b943b6a8bd083f8e883def

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.0.17-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: release.yml on opencollector/jntajis-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file jntajis_python-0.0.17-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.0.17-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 87d6eb79c578761410ad53efef9aa296b5089a44556bd4e071b3b00ce51148aa
MD5 9c571bcb8b87f4fcedf0c3ce087b5779
BLAKE2b-256 a9d1e5dc7e4c9096dc7e3993441164c86e692e7124d3313005b526a02e1bc00d

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.0.17-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: release.yml on opencollector/jntajis-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file jntajis_python-0.0.17-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.0.17-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 50b2d2cf7fab1ff2291662a31ec48844ae2b66e86942c3e8bcabdae54c980fed
MD5 c74eca27c9d6c8d441ee826b1c536ee1
BLAKE2b-256 44a813457ee2b14d99fdd9cd5af0c0930d5ac78115a1a71942d918c645c21291

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.0.17-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: release.yml on opencollector/jntajis-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file jntajis_python-0.0.17-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.0.17-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 083c31643262b2d3b63e9a5652558ca2b0b28c2b3a66b5e28dacbfe1f2632a57
MD5 37be7038915b10ec16481d379ede283c
BLAKE2b-256 e95ab3a64d81513a46f62c1538fa1a1956bde4806724cd5daa41db4c7e507a10

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.0.17-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: release.yml on opencollector/jntajis-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file jntajis_python-0.0.17-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for jntajis_python-0.0.17-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 22a9deb53698a3157200bfcb765d67fefdf82c690321dea5c158e058be849036
MD5 7c28f0934cc62ccfc07884baafc23221
BLAKE2b-256 a52d4c643957acb0e5f86e5696ea31b32cae626029291f0a5c2f27db20feed35

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.0.17-cp310-cp310-macosx_10_9_universal2.whl:

Publisher: release.yml on opencollector/jntajis-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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