Metadata-Version: 2.4
Name: thefoxUtils
Version: 25.4.0
Summary: Unicode utilities
Author-email: Bobby de Vos <bobby_devos@sil.org>
Requires-Python: >= 3.9
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
License-File: LICENSE
Requires-Dist: fontParts
Requires-Dist: uharfbuzz
Requires-Dist: cssutils
Project-URL: Bug Tracker, https://github.com/devosb/thefoxutils/issues
Project-URL: Homepage, https://github.com/devosb/thefoxutils/README.md
Project-URL: Repository, https://github.com/devosb/thefoxutils

# thefoxutils
Unicode utilities

## unidump

To create the Unicode Character Database (UCD) cache that unidump uses, run

- `mkdir ~/.unidump`
- `unidump --ucd UnicodeData.txt tests/data/unidump/branch.txt tests/data/unidump/microsoft.txt tests/data/unidump/sil.txt`

where the file `UnicodeData.txt` comes from https://www.unicode.org/Public/UCD/latest/ucd/UnicodeData.txt

## release

- `bumpversion minor`
- `git push --follow-tags`

## testing release

- python3 -m venv venv
- source venv/bin/activate
- pip3 install fontParts
- pip3 install uharfbuzz
- pip3 install cssutils
- pip install -i https://test.pypi.org/simple/ thefoxUtils

