Skip to main content

No project description provided

Project description

CI PyPI Dependencies

unicodedata-reader

This package reads and parses the Unicode Character Database files.

Many of them are available in the unicodedata module, or in other 3rd party modules. When the desired data is not in any existing modules, such as the Line_Break property or the Vertical_Orientation property, this package can read the data files at https://www.unicode.org/Public/UNIDATA/.

This package can also generate JavaScript functions that can read the property values of the Unicode Character Database in browsers. Please see the JavaScript section below.

Install

pip install unicodedata-reader

If you want to clone and install using poetry:

git clone https://github.com/kojiishi/unicodedata-reader
cd unicodedata-reader
poetry install
poetry shell

Python

import unicodedata_reader

reader = unicodedata_reader.UnicodeDataReader.default
lb = reader.line_break()
print(lb[0x41])

The example above prints AL, the Line_Break property value for U+0041. Please also see line_break_test.py for more usages.

JavaScript

The UnicodeDataCompressor class in this package can generate JavaScript functions that can read the property values of the Unicode Character Database in browsers.

Following examples are available in the "js" directory:

The following command generates a JavaScript file for the Line_Break property using js/template.js as the template file:

unicodedata-reader lb -t js/template.js

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

unicodedata_reader-1.3.8.tar.gz (561.5 kB view details)

Uploaded Source

Built Distribution

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

unicodedata_reader-1.3.8-py3-none-any.whl (21.1 kB view details)

Uploaded Python 3

File details

Details for the file unicodedata_reader-1.3.8.tar.gz.

File metadata

  • Download URL: unicodedata_reader-1.3.8.tar.gz
  • Upload date:
  • Size: 561.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for unicodedata_reader-1.3.8.tar.gz
Algorithm Hash digest
SHA256 f7cdd59935ebcac92093faa6be170a7bd9dc0c021138cb19226c15b6b9a64616
MD5 1324cc4bbcc7f0ae7d1cd4942755abb3
BLAKE2b-256 d1b788d634b2d469b631601bcb5a04a89445556c3c1f2cce34f4d1b9f5bd7cd8

See more details on using hashes here.

File details

Details for the file unicodedata_reader-1.3.8-py3-none-any.whl.

File metadata

  • Download URL: unicodedata_reader-1.3.8-py3-none-any.whl
  • Upload date:
  • Size: 21.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for unicodedata_reader-1.3.8-py3-none-any.whl
Algorithm Hash digest
SHA256 a536a522f7c37dd3fe32acb395df02f5ba52f016552912d61cba38209555db48
MD5 f876c48e82da95940bf6643e1e2ab0f0
BLAKE2b-256 3e4cfd55cab93611f12001a2c80c32e5020723736180e17962b43f0af4c260c5

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