.gitignore
CLI.md
LICENSE
README.md
pyproject.toml
pytest.ini
setup.cfg
tasks.py
.github/workflows/ci.yml
.github/workflows/pypi-publish.yml
.github/workflows/testpypi-publish.yml
src/tzBJC/__init__.py
src/tzBJC/_version.py
src/tzBJC/cli.py
src/tzBJC/core.py
src/tzBJC/gui.py
src/tzBJC.egg-info/PKG-INFO
src/tzBJC.egg-info/SOURCES.txt
src/tzBJC.egg-info/dependency_links.txt
src/tzBJC.egg-info/entry_points.txt
src/tzBJC.egg-info/requires.txt
src/tzBJC.egg-info/top_level.txt
tests/__init__.py
tests/test_cli.py
tests/test_core.py
tests/test_gui.py
tests/test_gui_decode.py
tests/test_gui_decode_input_error.py
tests/test_gui_drag_and_drop.py
tests/test_gui_encode_input_error.py
tests/test_gui_encode_text_clipboard.py
tests/test_gui_toggle_output_mode.py