LICENSE
README.md
setup.py
git_import_contributions.egg-info/PKG-INFO
git_import_contributions.egg-info/SOURCES.txt
git_import_contributions.egg-info/dependency_links.txt
git_import_contributions.egg-info/entry_points.txt
git_import_contributions.egg-info/requires.txt
git_import_contributions.egg-info/top_level.txt
src/Committer.py
src/Content.py
src/ImporterFromRepository.py
src/ImporterFromStats.py
src/Stats.py
src/__init__.py
src/cli.py
src/commons.py
src/generators/BashGenerator.py
src/generators/CGenerator.py
src/generators/CppGenerator.py
src/generators/CssGenerator.py
src/generators/Generator.py
src/generators/HtmlGenerator.py
src/generators/JavaGenerator.py
src/generators/JsGenerator.py
src/generators/JsonGenerator.py
src/generators/KotlinGenerator.py
src/generators/LuaGenerator.py
src/generators/PhpGenerator.py
src/generators/PyGenerator.py
src/generators/RubyGenerator.py
src/generators/ScalaGenerator.py
src/generators/SqlGenerator.py
src/generators/SwiftGenerator.py
src/generators/TerraformGenerator.py
src/generators/TsGenerator.py
src/generators/__init__.py
tests/test_cli.py
tests/test_cli_stats.py
tests/test_collapse_changes.py
tests/test_ignore_file_types.py
tests/test_max_changes_per_file.py
tests/test_obfuscation.py
tests/tests_commons.py