Skip to main content

Big5-UAO encoder/decoder in pure Python

Project description

https://github.com/eight04/pyUAO/actions/workflows/test.yml/badge.svg

Big5-UAO table in pure Python.

純 Python 的 UAO (Unicode-At-On) encoder/decoder。

Installation

pip install uao

Usage

from uao import register_uao
register_uao() # register big5-uao as a builtin codecs
print("无法被Big5編碼の字串♥".encode("big5-uao").decode("big5-uao"))

Or use the standalone Big5UAOCodec class:

from uao import Big5UAOCodec
uao = Big5UAOCodec()
print(uao.decode(uao.encode("无法被Big5編碼の字串♥")))

Changelog

  • 0.2.0 (Feb 22, 2021)

    • Add: support python 3.7~3.9.

  • 0.1.1 (Jun 11, 2018)

    • Fix: remove a print statement.

  • 0.1.0 (Jun 11, 2018)

    • First release.

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

uao-0.2.0.tar.gz (229.4 kB view details)

Uploaded Source

Built Distribution

uao-0.2.0-py3-none-any.whl (229.8 kB view details)

Uploaded Python 3

File details

Details for the file uao-0.2.0.tar.gz.

File metadata

  • Download URL: uao-0.2.0.tar.gz
  • Upload date:
  • Size: 229.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.7.0 requests/2.25.1 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.1

File hashes

Hashes for uao-0.2.0.tar.gz
Algorithm Hash digest
SHA256 acded40ed0848852c58c06c34126cec51d205a1f0cf93d3e37f9aac96cf4de85
MD5 6f7e97ce026b8967f38b168c0bae7980
BLAKE2b-256 fa060b8d4f55d0a28ea10b470b2238e08bcaf0e008eaecfdd5fb1c99f59652ac

See more details on using hashes here.

File details

Details for the file uao-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: uao-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 229.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.7.0 requests/2.25.1 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.1

File hashes

Hashes for uao-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 090c7dd9efa46367dda6a9f1e9719639cc12bfbeb46107363f0ee03d142dda80
MD5 16c992aa4ce2f334c0fa98d5acb00b54
BLAKE2b-256 b91b253bdc6c69bf2138807cdb865948a8801d9410f17554f0781f9e3fe71c67

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