-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e57f440
commit 5898fe3
Showing
6 changed files
with
80 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Unifont Utils | ||
============= | ||
|
||
This project provides a set of tools for working with the Unifont font. | ||
|
||
Installation | ||
------------ | ||
|
||
Install the package from PyPI using the following command: | ||
|
||
.. code-block:: shell | ||
pip install unifont_utils | ||
Feedback | ||
-------- | ||
|
||
Please feel free to raise issues for any problems encountered or | ||
feature suggestions. | ||
|
||
Pull requests are welcome. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[tool.poetry] | ||
name = "unifont_utils" | ||
version = "0.1.1" | ||
version = "0.1.2" | ||
description = "Unifont Utilities, but rewritten in Python." | ||
authors = ["SkyEye_FAST <[email protected]>"] | ||
license = "Apache-2.0" | ||
readme = ["README.md", "README_zh.md"] | ||
readme = "README.rst" | ||
repository = "https://github.com/SkyEye-FAST/unifont_utils" | ||
keywords = ["unifont"] | ||
classifiers = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters