.coveragerc
.gitignore
.travis.yml
CHANGELOG.rst
COPYING
HACKING.txt
MANIFEST.in
README.rst
appveyor.yml
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
.github/FUNDING.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/publish-to-test-pypi.yml
.github/workflows/release-note.yml
.github/workflows/run-tox-tests.yml
.github/workflows/stale.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
src/unihandecode/__init__.py
src/unihandecode.egg-info/PKG-INFO
src/unihandecode.egg-info/SOURCES.txt
src/unihandecode.egg-info/dependency_links.txt
src/unihandecode.egg-info/not-zip-safe
src/unihandecode.egg-info/requires.txt
src/unihandecode.egg-info/top_level.txt
src/unihandecode/data/UnicodeData.txt
src/unihandecode/data/Unihan_Readings.txt
src/unihandecode/gencodemap/__init__.py
src/unihandecode/gencodemap/unicodepoints.py
src/unihandecode/gencodemap/unihan_conv.py
tests/test_gencodemap.py
tests/test_unidecode.py
tests/test_unidecoder.py
tests/test_unihandecode.py
tests/test_unihandecode_advanced.py