Skip to main content

Convert Hanyang-PUA code to unicode Hangul Jamo, i.e., Syllable-Initial-Peak-Final Encoding (첫가끝 코드).

Project description

Convert Hanyang-PUA code (U+E0BC~U+F8F7) to unicode Hangul Jamo (U+1100~U+11FF), i.e. Syllable-Initial-Peak-Final Encoding (첫가끝 코드).

Example

>>> from hypua2jamo import translate
>>> pua = u'\ub098\ub78f\u302e\ub9d0\u302f\uebd4\ubbf8\u302e'
>>> translate(pua)
u'\ub098\ub78f\u302e\ub9d0\u302f\u110a\u119e\ubbf8\u302e'
>>> print _
나랏말ᄊ미
>>> translate(pua, composed=False)
u'\ub098\ub78f\u302e\ub9d0\u302f\u1109\u1109\u119e\ubbf8\u302e'
>>> print _
나랏말ㅅㅅ미

Installation

from pypi:

pip install hypua2jamo

from github:

git clone git://github.com/mete0r/hypua2jamo.git
cd hypua2jamo
python bootstrap.py
bin/buildout
python data2py.py

Requirements

  • Python 2.7, Python 3.4

Documentation & Development

Contributors

Maintainer: mete0r

License

http://www.gnu.org/graphics/lgplv3-147x51.png

GNU Lesser General Public License Version 3 (text version)

Disclosure

This work is based on KTUG Hanyang PUA Table Project.

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

hypua2jamo-0.4.5.tar.gz (698.7 kB view details)

Uploaded Source

Built Distributions

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

hypua2jamo-0.4.5-cp38-cp38-manylinux2010_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

hypua2jamo-0.4.5-cp38-cp38-manylinux2010_i686.whl (1.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

hypua2jamo-0.4.5-cp38-cp38-manylinux1_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.8

hypua2jamo-0.4.5-cp38-cp38-manylinux1_i686.whl (1.6 MB view details)

Uploaded CPython 3.8

hypua2jamo-0.4.5-cp37-cp37m-win32.whl (766.3 kB view details)

Uploaded CPython 3.7mWindows x86

hypua2jamo-0.4.5-cp37-cp37m-manylinux2010_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

hypua2jamo-0.4.5-cp37-cp37m-manylinux2010_i686.whl (1.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

hypua2jamo-0.4.5-cp37-cp37m-manylinux1_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.7m

hypua2jamo-0.4.5-cp37-cp37m-manylinux1_i686.whl (1.6 MB view details)

Uploaded CPython 3.7m

hypua2jamo-0.4.5-cp36-cp36m-win32.whl (766.3 kB view details)

Uploaded CPython 3.6mWindows x86

hypua2jamo-0.4.5-cp36-cp36m-manylinux2010_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

hypua2jamo-0.4.5-cp36-cp36m-manylinux2010_i686.whl (1.6 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

hypua2jamo-0.4.5-cp36-cp36m-manylinux1_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.6m

hypua2jamo-0.4.5-cp36-cp36m-manylinux1_i686.whl (1.6 MB view details)

Uploaded CPython 3.6m

hypua2jamo-0.4.5-cp35-cp35m-win32.whl (766.1 kB view details)

Uploaded CPython 3.5mWindows x86

hypua2jamo-0.4.5-cp35-cp35m-manylinux2010_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

hypua2jamo-0.4.5-cp35-cp35m-manylinux2010_i686.whl (1.6 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ i686

hypua2jamo-0.4.5-cp35-cp35m-manylinux1_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.5m

hypua2jamo-0.4.5-cp35-cp35m-manylinux1_i686.whl (1.6 MB view details)

Uploaded CPython 3.5m

hypua2jamo-0.4.5-cp27-cp27m-win32.whl (766.0 kB view details)

Uploaded CPython 2.7mWindows x86

File details

Details for the file hypua2jamo-0.4.5.tar.gz.

File metadata

  • Download URL: hypua2jamo-0.4.5.tar.gz
  • Upload date:
  • Size: 698.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.20.0 setuptools/42.0.2 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/2.7.17

File hashes

Hashes for hypua2jamo-0.4.5.tar.gz
Algorithm Hash digest
SHA256 2e0e05e9c71fa5b7d14ad4f5ddd7b54d6622df2328cf586134bc2890f4d3bb41
MD5 fd4be14ecf534d945bf771f8ed84f010
BLAKE2b-256 68627d0c002f4b76a011ce2af45e0b50fbe2217ba9e0d01fe0842a2d4b149ae8

See more details on using hashes here.

File details

Details for the file hypua2jamo-0.4.5-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: hypua2jamo-0.4.5-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.6.7

File hashes

Hashes for hypua2jamo-0.4.5-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7671e7c2dfdc05081d8805fd286dc196ff679e3756aac2fb003ab8b917e9b2e7
MD5 12eb84719e29ce5a07d450d0409d2e9b
BLAKE2b-256 c390f3df2e791c11f1b7a4d7f23ab250b4856da3ee21fe044db5d312c76c0a5c

See more details on using hashes here.

File details

Details for the file hypua2jamo-0.4.5-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: hypua2jamo-0.4.5-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.6.7

File hashes

Hashes for hypua2jamo-0.4.5-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 209542af62d79cf35caeb21556f80a5b8440122b610643dfc6bfef2df63a13de
MD5 03d1520fc1055f17adda5a7a3aae9e08
BLAKE2b-256 5215e3f1b8ec2a1290a84ecf24f04628179aed4978de20de8db3b326e002743e

See more details on using hashes here.

File details

Details for the file hypua2jamo-0.4.5-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: hypua2jamo-0.4.5-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.6.7

File hashes

Hashes for hypua2jamo-0.4.5-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5ed6744740c665d09474f8a4757f8e1be4e125208e215f2eb586c6156a17c14f
MD5 b2c8f691356710219e2ce9ca66a897df
BLAKE2b-256 b216d81c124a19173b12e9908faf75585264c94268925213f8c9fb7b4fbb6c96

See more details on using hashes here.

File details

Details for the file hypua2jamo-0.4.5-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: hypua2jamo-0.4.5-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.6.7

File hashes

Hashes for hypua2jamo-0.4.5-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 a0b4ea75845e7ad51d2dbae260db572eb9bff3d47518190d63512f3770de7280
MD5 229c9ccb8e01eb772859a9110f924dcd
BLAKE2b-256 e0c6d53b294c2665468c3883da9072a44db373e4e3cc0fde96598b4df3f11ffe

See more details on using hashes here.

File details

Details for the file hypua2jamo-0.4.5-cp37-cp37m-win32.whl.

File metadata

  • Download URL: hypua2jamo-0.4.5-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 766.3 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/2.7.17

File hashes

Hashes for hypua2jamo-0.4.5-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 286b6f0d3fdc20582bdc4f28ed05a1de7cc6ac8409aeffa57a195f593f5e1a09
MD5 78d379a9f4175e3e09381e4a53a797b6
BLAKE2b-256 bb1ffbbd734fa8576dbf46566d7c60415b681deaeedb254e578ec5db74064da4

See more details on using hashes here.

File details

Details for the file hypua2jamo-0.4.5-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: hypua2jamo-0.4.5-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.6.7

File hashes

Hashes for hypua2jamo-0.4.5-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 36a91bd07a4f1e8e3c4259b8448717675a75dedf8f24c1bde16d0ccecd86537b
MD5 24544f18e73c6b94a24d5beadd5fe674
BLAKE2b-256 f0614ff95fa2fbf7c34a01eedd3ef758f8292fb27bc8c71a9014368be415d728

See more details on using hashes here.

File details

Details for the file hypua2jamo-0.4.5-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: hypua2jamo-0.4.5-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.6.7

File hashes

Hashes for hypua2jamo-0.4.5-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 d46cb985e5c4df338fa02d8c65a4b9bda15db2a03dd42ac78b96bf2b7e26779f
MD5 88beae94de1f01905a4a9f920d0f7316
BLAKE2b-256 d6e77019d977bd9c42b77e6796b62284874194771a1e81179142b1bc937a478a

See more details on using hashes here.

File details

Details for the file hypua2jamo-0.4.5-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: hypua2jamo-0.4.5-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.6.7

File hashes

Hashes for hypua2jamo-0.4.5-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 fab0a98ab8737e7924a5578d5d0c83baae634d31c17b57eb5fab649dde0ccdf8
MD5 0adbdf8aceec24bdc876654a81e400e0
BLAKE2b-256 59b9a6a49c593c07a3858867a1a1489b47f71f1b80f67e53a9020781d02657e5

See more details on using hashes here.

File details

Details for the file hypua2jamo-0.4.5-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: hypua2jamo-0.4.5-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.6.7

File hashes

Hashes for hypua2jamo-0.4.5-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 8bb43779e621c65660f21a259d6007e369c68225fa25d77e0945d188da939f39
MD5 083b79d3ada9f021431ff7d7d016e493
BLAKE2b-256 2adef99cf7c611fa5bac35cf64fa32cd840fc225d383c5eb2f6f7b4cec8308c5

See more details on using hashes here.

File details

Details for the file hypua2jamo-0.4.5-cp36-cp36m-win32.whl.

File metadata

  • Download URL: hypua2jamo-0.4.5-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 766.3 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/2.7.17

File hashes

Hashes for hypua2jamo-0.4.5-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 84c09abfd5f10c3bc7537e9b53aa23acc080f84d620815d0cfe05f5d6d1b71c9
MD5 05336816b6f0b8f1b2f14484980913bd
BLAKE2b-256 c6b6e36c85f6de1b1dab7f0b96cbfe2b8d8b625f89be075e4cb4f05bbf0e25e1

See more details on using hashes here.

File details

Details for the file hypua2jamo-0.4.5-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: hypua2jamo-0.4.5-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.6.7

File hashes

Hashes for hypua2jamo-0.4.5-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 45a8c2ec9974edc3f81b1415bd5c51972aabf3008f604b33fda720842ca9f65c
MD5 dec95db1fd82a11c39e67eec763b3eb9
BLAKE2b-256 07e89f44c5902dafd154a55dc8262e146c95887e3670562ea60eedb98fd08a4b

See more details on using hashes here.

File details

Details for the file hypua2jamo-0.4.5-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: hypua2jamo-0.4.5-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.6.7

File hashes

Hashes for hypua2jamo-0.4.5-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b320415bb0596dc6537e04ae39ee0e7af53aea94dd625faceb188940d26ad6b5
MD5 d58c3a56b02fa5972027e71a90b36b4b
BLAKE2b-256 60771c61f96e5682206a4604f5ad4d6cebd0f215c00fd3d4055582c8b495c31b

See more details on using hashes here.

File details

Details for the file hypua2jamo-0.4.5-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: hypua2jamo-0.4.5-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.6.7

File hashes

Hashes for hypua2jamo-0.4.5-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 268c29173b1520e833bec1366bde18e413e3e0f8cc7c7231c58b69bcc6836e7c
MD5 df787e44cc035d7822adab3afb3d5257
BLAKE2b-256 bd23a74d3e23e3001fc97b2b6cb90ab9fecc5f8a65cb013df847a4f881218c22

See more details on using hashes here.

File details

Details for the file hypua2jamo-0.4.5-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: hypua2jamo-0.4.5-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.6.7

File hashes

Hashes for hypua2jamo-0.4.5-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 192f3234245b8d1c0e70f363770aaee11e18c403f45033ae9af24997307a634c
MD5 9078472f31efed2b590bab89c64a71f7
BLAKE2b-256 81a80bc26c65933b624fc3ce21e08263dedd0e4b0dd2469137ad91eb521d1cd8

See more details on using hashes here.

File details

Details for the file hypua2jamo-0.4.5-cp35-cp35m-win32.whl.

File metadata

  • Download URL: hypua2jamo-0.4.5-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 766.1 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/2.7.17

File hashes

Hashes for hypua2jamo-0.4.5-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 9269f1c03557f0c02e78ce014502de329e4b256191afb38e0ba2bf95e47faea7
MD5 9322a03a7b32cb51ea801745c9d411b5
BLAKE2b-256 637d9695e77ee9af7ee9a99d899d68fe817c0262634cf2d953b83533d74f053e

See more details on using hashes here.

File details

Details for the file hypua2jamo-0.4.5-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: hypua2jamo-0.4.5-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.6.7

File hashes

Hashes for hypua2jamo-0.4.5-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cf208ff0028199653c3b9d676b60a372740b9d21a7acf1aa9bd101b827a0391d
MD5 be531a1d28fcfc4c49ff2371a4e47654
BLAKE2b-256 d6b886834986ce82682ba816b7371da99ec991651e13eea7665825240a1687ab

See more details on using hashes here.

File details

Details for the file hypua2jamo-0.4.5-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: hypua2jamo-0.4.5-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.6.7

File hashes

Hashes for hypua2jamo-0.4.5-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 513feeea44da121a1ab1c4057010f4441dedc665517bf50140c200dea0f959ac
MD5 c5baa2bb3ccef1622d431a639ccee509
BLAKE2b-256 b45b43c469a895e78cc6b54865f2f6559ca87f269c7a08b62ac7fa4c5afd085f

See more details on using hashes here.

File details

Details for the file hypua2jamo-0.4.5-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: hypua2jamo-0.4.5-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.6.7

File hashes

Hashes for hypua2jamo-0.4.5-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 62bea37846311bcfb271e1261053a69854e25e763de01d9ffa3c12781c8a86d2
MD5 f0ca962d8a6ad8f48b129d0c34e772c9
BLAKE2b-256 e1d730632281e87b1499a8127e5bf82588e19399a4c47254460c5db690748547

See more details on using hashes here.

File details

Details for the file hypua2jamo-0.4.5-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: hypua2jamo-0.4.5-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.6.7

File hashes

Hashes for hypua2jamo-0.4.5-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 76ee34f88ec9b0c06da6356e45f63d494498b83f660dafc5273fb2808dc49708
MD5 334d53ea5df7fa60b590bf48f94e75f1
BLAKE2b-256 3b361971d89bccaeb1bcefb26a51e08595d6ffc5628028fb359884545b801dca

See more details on using hashes here.

File details

Details for the file hypua2jamo-0.4.5-cp27-cp27m-win32.whl.

File metadata

  • Download URL: hypua2jamo-0.4.5-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 766.0 kB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/2.7.17

File hashes

Hashes for hypua2jamo-0.4.5-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 f4fbd6b90a73a36b264a177f011bda74709e5c55b9ebd76731e833e3e0f66f29
MD5 cea2be0ed8f342b833c2f13f6f1b8d75
BLAKE2b-256 83de69c7dcecdeca989a09a6c4514c60ae335bb7690811601538d7c71bbefa44

See more details on using hashes here.

Supported by

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