README.md
setup.py
PyDriller.egg-info/PKG-INFO
PyDriller.egg-info/SOURCES.txt
PyDriller.egg-info/dependency_links.txt
PyDriller.egg-info/requires.txt
PyDriller.egg-info/top_level.txt
pydriller/__init__.py
pydriller/git_repository.py
pydriller/repository_mining.py
pydriller/domain/__init__.py
pydriller/domain/commit.py
pydriller/domain/developer.py
pydriller/metrics/__init__.py
pydriller/metrics/process/__init__.py
pydriller/metrics/process/change_set.py
pydriller/metrics/process/code_churn.py
pydriller/metrics/process/commits_count.py
pydriller/metrics/process/contributors_count.py
pydriller/metrics/process/contributors_experience.py
pydriller/metrics/process/history_complexity.py
pydriller/metrics/process/hunks_count.py
pydriller/metrics/process/lines_count.py
pydriller/metrics/process/process_metric.py
pydriller/utils/__init__.py
pydriller/utils/conf.py
tests/__init__.py
tests/test_commit.py
tests/test_developer.py
tests/test_diff.py
tests/test_dmm.py
tests/test_git_repository.py
tests/test_memory_consumption.py
tests/test_repository_mining.py
tests/integration/__init__.py
tests/integration/test_between_dates.py
tests/integration/test_between_tags.py
tests/integration/test_commit_filters.py
tests/integration/test_dates_and_timezones.py
tests/integration/test_ranges.py
tests/metrics/__init__.py
tests/metrics/process/__init__.py
tests/metrics/process/test_change_set.py
tests/metrics/process/test_code_churn.py
tests/metrics/process/test_commits_count.py
tests/metrics/process/test_contributors_count.py
tests/metrics/process/test_contributors_experience_count.py
tests/metrics/process/test_history_complexity_count.py
tests/metrics/process/test_hunks_count.py
tests/metrics/process/test_lines_added.py
tests/metrics/process/test_lines_count.py
tests/metrics/process/test_lines_removed.py
tests/metrics/process/test_minor_contributors_count.py
tests/metrics/process/test_process_metric.py