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.1.0.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.1.0-cp313-cp313-win_arm64.whl (3.5 MB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

jntajis_python-0.1.0-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.1.0-cp313-cp313-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

jntajis_python-0.1.0-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.1.0-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.1.0-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.1.0-cp312-cp312-win_arm64.whl (3.5 MB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

jntajis_python-0.1.0-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.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

jntajis_python-0.1.0-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.1.0-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.1.0-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.1.0-cp311-cp311-win_arm64.whl (3.5 MB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

jntajis_python-0.1.0-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.1.0-cp311-cp311-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

jntajis_python-0.1.0-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.1.0-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.1.0-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.1.0-cp310-cp310-win_arm64.whl (3.5 MB view details)

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

jntajis_python-0.1.0-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.1.0-cp310-cp310-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

jntajis_python-0.1.0-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.1.0-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.1.0-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.1.0.tar.gz.

File metadata

  • Download URL: jntajis_python-0.1.0.tar.gz
  • Upload date:
  • Size: 784.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for jntajis_python-0.1.0.tar.gz
Algorithm Hash digest
SHA256 ce6b2eaa69f9f49ea8bd95fde903ae18d2d338f525f1c1090385e1ecfb60bc67
MD5 160a5f7ed5aee4673a34381901fc6813
BLAKE2b-256 24831679c9349c18cba23ca4ee24a82681697bcf27c90def021a6b2de057a127

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.1.0.tar.gz:

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.1.0-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.1.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 5f7995afea08ba7260486d41c8ef2ecb2e4911e5ef064ce3f0d4d13422a3d12c
MD5 492047cc0b5fb7a2e9b15c4f59826274
BLAKE2b-256 b12f12efd6f8f9589338a5d5a289c516ebf80c552198add4b461feabf2ce6dbe

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.1.0-cp313-cp313-win_arm64.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.1.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a174dacd9a8f9fa66a178a87d8f21dc0f38f525b8bbdb9f91f9704c1cf879d10
MD5 db56b9669767430b66fed905c5dbe396
BLAKE2b-256 4deb0e65da4ee2edb700df8f5e8d06ce058d873f84e6bc652caf92f095d242d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.1.0-cp313-cp313-win_amd64.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.1.0-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for jntajis_python-0.1.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 b53bcd9643e7d4ced359416a2e6d6f02b80f484be6f5287c51e7b70803795bc8
MD5 448e861b257bbdcdc59b36977d35d2ec
BLAKE2b-256 c38293a309eaa7610873f060acecc869324839dc0256b787cc7b36a5a0eb28a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.1.0-cp313-cp313-win32.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.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d5d4a682f9e683b8f9fe6f04130a2139262e9217aa2e9ccdd855db5046ada46b
MD5 24b85b6c4607057192c4cf32e34fd569
BLAKE2b-256 a2f11f509a28e11d98e393f8d32d5d8b11260cf9ed074733a879c5c4579b2b98

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.1.0-cp313-cp313-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.1.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3a8d5c4f30b2ca6225961ec9b83aabbd0f65ba0eae9240e541824de530d8d464
MD5 1e965c0526821c7202b0da07449e1c06
BLAKE2b-256 b5d1c9bb560674521418ad2059a8c4955c4a20707ef38b5c28b6d7909869e831

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.1.0-cp313-cp313-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.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dc74eac44ba431d906bf89dc316681d8eb41120fd067f644edcd563e7e8f8262
MD5 0f95d928b4717d99ba0524e72bb912cb
BLAKE2b-256 c28161172531720ea472546cc3ceaa137f3b58f8c589bf94d962d1c06187003d

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.1.0-cp313-cp313-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.1.0-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.1.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 77256af430d4e8e9345d9bccfeafd552d2e3dc7b78fba3ba28a867d99dd72602
MD5 500c1419ca3340f68af63e9b66516ad9
BLAKE2b-256 bf4e63ec44f818bf82b7ad12af3f161310a3a4abd87897a422e099fabd6f60d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.1.0-cp313-cp313-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.1.0-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for jntajis_python-0.1.0-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 c84929f000801473b37401d006945c4e1a361fb8f7858e9133a2341b63678f0e
MD5 ffdd11eef216755c6b8e17c0a801f78b
BLAKE2b-256 7d464c1d5048ed42b85e0f9f66d2a581804ef717b525a43ded7a18defc56f374

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.1.0-cp313-cp313-macosx_10_13_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.

File details

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

File metadata

File hashes

Hashes for jntajis_python-0.1.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 6a2d6d7734ae85a73eef5db6810ade1f6407b839d6dffc5180e33da6ad14e8d4
MD5 4113f0610793a679855b852d084d1d5b
BLAKE2b-256 39eb44d2fed98d1ee802339e2efe320d466fd467b8cbd5da18c9bdd98f15c9c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.1.0-cp312-cp312-win_arm64.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.1.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1b8c95b6b4f509ff35a077de3f7bc21ff2a0f3fa572399fa2c1f8c36a0ff6f18
MD5 d9f838474dc244a16ce4ba61fe3ef8c4
BLAKE2b-256 1bf4f568a9fefb4a869b8451d0e2597cf16631f24b6e17f25351fbcabb07fc60

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.1.0-cp312-cp312-win_amd64.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.1.0-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for jntajis_python-0.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 55ca13b860a71892f02461d452e2bbbc87398ce350b032ae69d9e40764b1eb25
MD5 2add930fe652594a2cd8a0615662c711
BLAKE2b-256 13af4c421e0550b98d4c4b4e81850f779b645b3f2ab457c8fe1254df3ac19361

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.1.0-cp312-cp312-win32.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.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 452ab128ff77f3811d5b7f0bbae5abd1bfd651110c44c36c67eddc80e742dcbe
MD5 9d20b9ee4c191aa36819d9efe40cc795
BLAKE2b-256 16cad79174a900991156b6459c5579691d4a31412b072bb4f606195c6b6b23fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.1.0-cp312-cp312-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.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b3ac95a91910399ebc518369efbe3c40852c3fda84570824517ea6dc60bd1ed1
MD5 f170985dc0b0a07ac7a5bf8e8a67d73d
BLAKE2b-256 c23c73973d443d37f8855c0a52c0bdd19f18bf9b30555bc38a5f1f1797b2fe92

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.1.0-cp312-cp312-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.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 77d38fa19b0b4142baf48313610a7dba9d2bb7f096c8846bdbb590d45e3e3c6f
MD5 9138a5ac96b3fb79964d2c2bbb80bdef
BLAKE2b-256 69c6ebfb1c9b972a4d052bf14de341530e1827647a52fdb21296f9f6592830f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.1.0-cp312-cp312-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.1.0-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.1.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 0b42b62de9d78883823154e0623d9cf1d1242d087a9fece8f474973e2f2939bb
MD5 5b41aafafcbcbf2076a163c91668e786
BLAKE2b-256 08c484c608f4e0e0eb479fd1cc53c0ce0d04bb0d2da32f0cec3615bb9cdabd4a

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.1.0-cp312-cp312-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.1.0-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for jntajis_python-0.1.0-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 55664f34b776188c6804a4fbdb8a061f0f3f7f79788b1107762e0ba0308153d8
MD5 74bd78bddc9e6b1a54db2f86bde95395
BLAKE2b-256 9b3a8e419ac5a5a0f3c15e18376fad4d1618eac9657ee1f3eb178eb21bb2f52d

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.1.0-cp312-cp312-macosx_10_13_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.

File details

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

File metadata

File hashes

Hashes for jntajis_python-0.1.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 076a2a1095bfe8459cfbf50730ad1779bd2c74992c151d0bc8ea03fc00642b6f
MD5 fcb6dea45226fcbb5b771e590b7c3355
BLAKE2b-256 27826c0df1a7818de85905660c1c0ca9c49411dbbe551fe4806eb65189db2f9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.1.0-cp311-cp311-win_arm64.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.1.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 685c6d6571b8e52d0d5f7d0be12aa2615af6c97962fd59e5d58689c6314a8e14
MD5 0f4aeb33b702e3038599756b8645b537
BLAKE2b-256 3ec15e7c8e092d15ecc692854a3068052940578d398508d2307b7490a580ef35

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.1.0-cp311-cp311-win_amd64.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.1.0-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for jntajis_python-0.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 af5ee109e67ae98bbd7a0211f0011a9a576599c8706f9d00a670b0c2eb095d84
MD5 1daf44d3ee55b95813ee46c8ab123f98
BLAKE2b-256 c58a1870594186d3b23fc1b4f6f7fd61f71089e79d6f3ce185969e10cd0228c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.1.0-cp311-cp311-win32.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.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bd5e229ef46229bebf8503df0bdb2dc812863e44c4d776a14be6ff6d004e7f59
MD5 4d985aba9b5fe7bb654481228148da20
BLAKE2b-256 87c6279890acfa34304f4c556129bfd7f2be0566a33cca9daabd326f88868a63

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.1.0-cp311-cp311-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.1.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 60a5118dbe660fb5a38bbfe2a2b965ebd0c95f0c81bb198c91cf888d951d1771
MD5 5b769347236ee1fa029ee65279a2f918
BLAKE2b-256 21f0bee653ce74ca435d37646e5433a8f4e3656183c1bcd56106d66f3bf67c6d

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.1.0-cp311-cp311-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.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 35e399c50f8ac2fcb8a84930c3fdd1c7d1c7c957e7b5d6fc8d2b03fbb0a8aa21
MD5 125b7f108a559026373eabf366dd13a2
BLAKE2b-256 7428accba862942524a754713d75a0f1e8e9b03b14acc4b0f3b7430950934524

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.1.0-cp311-cp311-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.1.0-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.1.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 58a938190384670fb1b2f882e5f8a70baedafb420937790a867d9997d394f993
MD5 c6dde39a892ac61d97ff5efc28de51b7
BLAKE2b-256 afaa40f972c6b8f48727252f39a79da45ebae535d2db2063f38041255695ef3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.1.0-cp311-cp311-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.1.0-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for jntajis_python-0.1.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2a991eabaf2829908262e081d8ce61412aa5114d87b0cd894b922fc9141cdfdc
MD5 3aa39d5431e78e194e06c6069826ab96
BLAKE2b-256 18bd3a315e4c4609effc23bb835133b9e6198d96f31adbf865fe690bc0df7e81

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.1.0-cp311-cp311-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.

File details

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

File metadata

File hashes

Hashes for jntajis_python-0.1.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 b91ad7cdfc03e4c2c58b0048a494fd0dadad106cf2236d0ad2e6d74f96cd3d9f
MD5 947adf404ca718fce88c3378fe9664f5
BLAKE2b-256 605e2be36890075ea64f6fe155f6ed1e989d7e295924ff5ce98e5ce2fd972e0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.1.0-cp310-cp310-win_arm64.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.1.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d092f1b1203dc7a903b2c7de83e4ab5428fc4c2c04c4e8ae6e11b827744eaa74
MD5 8a1ba00d6e33f2cd5e3724b60b8f6d48
BLAKE2b-256 5712d3ba63d8cf10cd04441f981257d47ea62548b4c3c1af32c00c9b61352f1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.1.0-cp310-cp310-win_amd64.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.1.0-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for jntajis_python-0.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1b6b39816760e4c4d95ef9d1c76e2c7f03957d34587c7b8e33dee2e8c2add5fe
MD5 71dd12c26db1108f5f0239ae42bf8844
BLAKE2b-256 857fccbe95ba6a297f26456bf5871ca9e08a3f391dddb043a513cf8e604979d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.1.0-cp310-cp310-win32.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.1.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5edab59b8a8a0ea08ea3346bc60b0d2ed8a70e4a24c6f257176fe232ccbfc5a2
MD5 59163a4ba80a0bb34614ca1598d34142
BLAKE2b-256 612c9c4f329346930f356e44eaadff299955bfd6d9ec93e15eb671d5b5ba51d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.1.0-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.1.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.1.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2f23bbdd59357f87ac0cd42c52ecfe8b35c139a7de26872b07e19b66e54dc82f
MD5 ca35a19dd541235bd0eb2440bff0bc36
BLAKE2b-256 b898dba003f5c5791e0d6281520e0cdd2900e1122dbcaf34d2ce883569bfe637

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.1.0-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.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for jntajis_python-0.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ac9771db99ffaa62f7c586eb64a43d679dd23d2687dd1adf20b25cea364bf327
MD5 288e159c0a04a727881fca6782dd0f10
BLAKE2b-256 ae72689d80d9d97e30b95b1beebee08d04b1c95af08d20b94e8517bbfda730f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.1.0-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.1.0-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.1.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 c99e057139d4cd2ca6090a45b3049a837545e8cb8f37251284539862f4117a47
MD5 d01bd33452c89a55a0a59f2a5a3d22e4
BLAKE2b-256 c673019cc825b82fdd2a259586995c5c1c793d2fce4115b41eb94e385d91814b

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.1.0-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.1.0-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for jntajis_python-0.1.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 aa046d7c51617a7dc1b489691b01ea1534a1f9293c3b42467734141e964858aa
MD5 137323a2e1fa2cd92e5eed445676edc1
BLAKE2b-256 b7468fd7ba1864116de40a6f865b8f288323ea74a6bf570b5a96f022c5135a8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for jntajis_python-0.1.0-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