.gitignore
LICENSE
MANIFEST.in
Makefile
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/on_push_default_branch.yml
.github/workflows/publish.yml
examples/mbstrdecoder_examples.ipynb
mbstrdecoder/__init__.py
mbstrdecoder/__version__.py
mbstrdecoder/_binary_ext_checker.py
mbstrdecoder/_func.py
mbstrdecoder/_mbstrdecoder.py
mbstrdecoder/py.typed
mbstrdecoder.egg-info/PKG-INFO
mbstrdecoder.egg-info/SOURCES.txt
mbstrdecoder.egg-info/dependency_links.txt
mbstrdecoder.egg-info/not-zip-safe
mbstrdecoder.egg-info/requires.txt
mbstrdecoder.egg-info/top_level.txt
requirements/requirements.txt
requirements/test_requirements.txt
test/test_binary_ext_checker.py
test/test_func.py
test/test_mbstrdecoder.py