Metadata-Version: 2.1
Name: unifont_utils
Version: 0.1.1
Summary: Unifont Utilities, but rewritten in Python.
Home-page: https://github.com/SkyEye-FAST/unifont_utils
License: Apache-2.0
Keywords: unifont
Author: SkyEye_FAST
Author-email: skyeyefast@foxmail.com
Requires-Python: >=3.8
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Text Processing :: Fonts
Classifier: Topic :: Utilities
Requires-Dist: pillow (>=10.0,<11.0)
Project-URL: Repository, https://github.com/SkyEye-FAST/unifont_utils
Description-Content-Type: text/markdown

# Unifont Utils

- **[English](README.md) | [中文](README_zh.md)**

This project provides a set of tools for working with the Unifont font.

## Installation

Install the package from PyPI using the following command:

``` shell
pip install unifont_utils
```

## Feedback

Please feel free to raise issues for any problems encountered or feature suggestions.

Pull requests are welcome.

# Unifont Utils

- **[English](README.md) | [中文](README_zh.md)**

此项目提供一系列用于处理Unifont字体的工具。

## 安装

请使用下面的命令从PyPI安装Unifont Utils：

``` shell
pip install unifont_utils
```

## 反馈

遇到的问题和功能建议等可以提出议题（Issue）。

欢迎创建拉取请求（Pull request）。

