README.md
setup.py
prop_tool.egg-info/PKG-INFO
prop_tool.egg-info/SOURCES.txt
prop_tool.egg-info/dependency_links.txt
prop_tool.egg-info/entry_points.txt
prop_tool.egg-info/requires.txt
prop_tool.egg-info/top_level.txt
proptool/__init__.py
proptool/config.py
proptool/const.py
proptool/log.py
proptool/main.py
proptool/utils.py
proptool/checks/__init__.py
proptool/checks/brackets.py
proptool/checks/dangling_keys.py
proptool/checks/empty_translations.py
proptool/checks/formatting_values.py
proptool/checks/key_format.py
proptool/checks/missing_translation.py
proptool/checks/punctuation.py
proptool/checks/quotation_marks.py
proptool/checks/starts_with_the_same_case.py
proptool/checks/trailing_white_chars.py
proptool/checks/typesetting_quotation_marks.py
proptool/checks/white_chars_before_linefeed.py
proptool/checks/base/__init__.py
proptool/checks/base/check.py
proptool/decorators/__init__.py
proptool/decorators/overrides.py
proptool/prop/__init__.py
proptool/prop/file.py
proptool/prop/items.py
proptool/report/__init__.py
proptool/report/group.py
proptool/report/items.py
proptool/report/report.py
tests/__init__.py
tests/test_case.py
tests/checks/__init__.py
tests/checks/checks_test_case.py
tests/checks/test_base_check.py
tests/checks/test_brackets.py
tests/checks/test_dangling_keys.py
tests/checks/test_empty_translations.py
tests/checks/test_formatting_values.py
tests/checks/test_key_format.py
tests/checks/test_missing_translations.py
tests/checks/test_punctuation.py
tests/checks/test_quotation_marks.py
tests/checks/test_starts_with_the_same_case.py
tests/checks/test_trailing_white_chars.py
tests/checks/test_typesetting_quotation_marks.py
tests/checks/test_white_chars_before_linefeed.py
tests/prop/__init__.py
tests/prop/test_items.py
tests/report/__init__.py
tests/report/test_report.py
tests/report/test_report_group.py
tests/report/test_report_item.py