LICENSE
README.md
pyproject.toml
src/pytexmk/__init__.py
src/pytexmk/__main__.py
src/pytexmk/compile.py
src/pytexmk/compile_engine.py
src/pytexmk/compile_report.py
src/pytexmk/config.py
src/pytexmk/detection.py
src/pytexmk/file_ops.py
src/pytexmk/language.py
src/pytexmk/latexdiff.py
src/pytexmk/lifecycle.py
src/pytexmk/logger_config.py
src/pytexmk/paths.py
src/pytexmk/pdf_tools.py
src/pytexmk/subprocess_runner.py
src/pytexmk/tex_project.py
src/pytexmk/timing.py
src/pytexmk/ui_messages.py
src/pytexmk/ui_theme.py
src/pytexmk/version.py
src/pytexmk.egg-info/PKG-INFO
src/pytexmk.egg-info/SOURCES.txt
src/pytexmk.egg-info/dependency_links.txt
src/pytexmk.egg-info/entry_points.txt
src/pytexmk.egg-info/requires.txt
src/pytexmk.egg-info/top_level.txt
src/pytexmk/cli/__init__.py
src/pytexmk/cli/__main__.py
src/pytexmk/cli/check_version.py
src/pytexmk/cli/cli_args.py
src/pytexmk/cli/cli_workflow.py
src/pytexmk/data/README.html
src/pytexmk/data/__init__.py
src/pytexmk/data/default_project_config.toml
src/pytexmk/data/default_user_config.toml
src/pytexmk/locale/__init__.py
src/pytexmk/locale/en/LC_MESSAGES/__main__.mo
src/pytexmk/locale/en/LC_MESSAGES/check_version.mo
src/pytexmk/locale/en/LC_MESSAGES/cli_args.mo
src/pytexmk/locale/en/LC_MESSAGES/cli_workflow.mo
src/pytexmk/locale/en/LC_MESSAGES/compile.mo
src/pytexmk/locale/en/LC_MESSAGES/compile_engine.mo
src/pytexmk/locale/en/LC_MESSAGES/compile_report.mo
src/pytexmk/locale/en/LC_MESSAGES/config.mo
src/pytexmk/locale/en/LC_MESSAGES/detection.mo
src/pytexmk/locale/en/LC_MESSAGES/file_ops.mo
src/pytexmk/locale/en/LC_MESSAGES/latexdiff.mo
src/pytexmk/locale/en/LC_MESSAGES/lifecycle.mo
src/pytexmk/locale/en/LC_MESSAGES/logger_config.mo
src/pytexmk/locale/en/LC_MESSAGES/paths.mo
src/pytexmk/locale/en/LC_MESSAGES/pdf_tools.mo
src/pytexmk/locale/en/LC_MESSAGES/subprocess_runner.mo
src/pytexmk/locale/en/LC_MESSAGES/tex_project.mo
src/pytexmk/locale/en/LC_MESSAGES/timing.mo
src/pytexmk/locale/en/LC_MESSAGES/ui_messages.mo
src/pytexmk/locale/templates/__init__.py
src/pytexmk/locale/templates/__main__.pot
src/pytexmk/locale/templates/check_version.pot
src/pytexmk/locale/templates/cli_args.pot
src/pytexmk/locale/templates/cli_workflow.pot
src/pytexmk/locale/templates/compile.pot
src/pytexmk/locale/templates/compile_engine.pot
src/pytexmk/locale/templates/compile_report.pot
src/pytexmk/locale/templates/config.pot
src/pytexmk/locale/templates/detection.pot
src/pytexmk/locale/templates/file_ops.pot
src/pytexmk/locale/templates/latexdiff.pot
src/pytexmk/locale/templates/lifecycle.pot
src/pytexmk/locale/templates/logger_config.pot
src/pytexmk/locale/templates/paths.pot
src/pytexmk/locale/templates/pdf_tools.pot
src/pytexmk/locale/templates/subprocess_runner.pot
src/pytexmk/locale/templates/tex_project.pot
src/pytexmk/locale/templates/timing.pot
src/pytexmk/locale/templates/ui_messages.pot
tests/test.py
tests/test_i18n_domains.py
tests/test_i18n_lang_tool.py
tests/test_log_parsers.py
tests/test_summary.py
tests/test_tr21_manager_compare.py
tests/test_tr22_register_compat.py