Metadata-Version: 2.1
Name: qieyun-encoder
Version: 0.5.0
Summary: A Python library for the operating the basic structure of the Qieyun phonological system
Author-email: nk2028 Developers <support@nk2028.shn.hk>
Project-URL: Homepage, https://github.com/nk2028/qieyun-encoder-python
Project-URL: Issues, https://github.com/nk2028/qieyun-encoder-python/issues
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Natural Language :: Chinese (Traditional)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# Qieyun Encoder Python

A Python library for the operating the basic structure of the Qieyun phonological system

## Install

```sh
$ pip install qieyun-encoder
```

## Usage

```python
import QieyunEncoder as QE
print(QE.音韻地位.from描述('幫三凡入').攝)  # output: 咸
```

For detailed usage, see [documentation](https://qieyun-encoder-python.readthedocs.io).
