Metadata-Version: 2.4
Name: hanzilib
Version: 0.0.4
Summary: Python 3 Han character library for CJKV languages
Author-email: Christoph Burgmer <cburgmer@ira.uka.de>, Tovi Cheung <tovicheung@gmail.com>
License-Expression: LGPL-3.0-only
Project-URL: Repository, https://github.com/tovicheung/hanzilib
Project-URL: Original project, https://github.com/cburgmer/cjklib
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Natural Language :: Chinese (Traditional)
Classifier: Natural Language :: Japanese
Classifier: Natural Language :: Korean
Classifier: Natural Language :: Vietnamese
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: COPYING
Requires-Dist: SQLAlchemy>=2.0
Dynamic: license-file

# Hanzilib

Hanzi 漢字 (Han characters) are used mainly in the Chinese language. The original repo (`cjklib`) has been dormant for more than a decade and was difficult to install for modern versions of Python. Hence, this fork is created as an attempt to port the entirety of (or most of) cjklib to modern Python.

`hanzilib` can be installed from PyPI

After installing, run `hzbuild` to build the database


## Current state of the project
- Core functionality ported to Python 3
- Core functionality now uses SqlAlchemy 2.0
