Metadata-Version: 2.3
Name: unifont_utils
Version: 0.5.3
Summary: Unifont Utilities, but rewritten in Python.
Home-page: https://github.com/SkyEye-FAST/unifont_utils
License: GPL-3.0-or-later
Keywords: unifont
Author: SkyEye_FAST
Author-email: skyeyefast@foxmail.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.13
Classifier: Topic :: Text Processing :: Fonts
Classifier: Topic :: Utilities
Requires-Dist: click (>=8.1.0)
Requires-Dist: pillow (>=10.0)
Requires-Dist: textual (>=0.80.0)
Project-URL: Repository, https://github.com/SkyEye-FAST/unifont_utils
Description-Content-Type: text/x-rst

Unifont Utils
=============

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

See the documentation at `Read the Docs <https://unifont-utils.readthedocs.io/>`_
for more information.

Installation
------------

Install the package from PyPI using the following command:

.. code-block:: shell

    pip install unifont_utils

License
-------

::

        Unifont Utils
        Copyright (C) 2024-2025 SkyEye_FAST

        This program is free software: you can redistribute it and/or modify
        it under the terms of the GNU General Public License as published by
        the Free Software Foundation, either version 3 of the License, or
        (at your option) any later version.

        This program is distributed in the hope that it will be useful,
        but WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        GNU General Public License for more details.

        You should have received a copy of the GNU General Public License
        along with this program.  If not, see <https://www.gnu.org/licenses/>.

Feedback
--------

This project is still in its early stages of development. See the
`GitHub repository <https://github.com/SkyEye-FAST/unifont_utils>`_ for
more information.

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

Pull requests are welcome.

