LICENSE
README.md
setup.py
commit_text_organizer/__init__.py
commit_text_organizer/__main__.py
commit_text_organizer/argument_data.py
commit_text_organizer/argument_parser.py
commit_text_organizer/commit_line.py
commit_text_organizer/commit_line_group.py
commit_text_organizer/commit_line_prefixes.py
commit_text_organizer/commit_organizer.py
commit_text_organizer/file_validation.py
commit_text_organizer/input_data.py
commit_text_organizer.egg-info/PKG-INFO
commit_text_organizer.egg-info/SOURCES.txt
commit_text_organizer.egg-info/dependency_links.txt
commit_text_organizer.egg-info/entry_points.txt
commit_text_organizer.egg-info/top_level.txt
tests/test_argument_parser.py
tests/test_commit_line.py
tests/test_commit_line_group.py
tests/test_commit_line_group_challenges.py
tests/test_commit_line_prefixes.py
tests/test_commit_organizer.py
tests/test_file_validation.py
tests/cto_samples/__init__.py
tests/cto_samples/assertions.py
tests/cto_samples/test_basic.py
tests/cto_samples/test_challenges.py
tests/cto_samples/test_generation.py
tests/cto_samples/test_git_log_filters.py
tests/cto_samples/test_pull_request.py