.editorconfig
.gitattributes
.gitignore
.travis.yml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE.txt
MANIFEST.in
Makefile
README.rst
requirements.txt
requirements_dev.txt
setup.cfg
setup.py
.github/ISSUE_TEMPLATE.md
codemetrics/__init__.py
codemetrics/cli.py
codemetrics/cloc.py
codemetrics/core.py
codemetrics/git.py
codemetrics/internals.py
codemetrics/pbar.py
codemetrics/scm.py
codemetrics/svn.py
codemetrics/vega.py
codemetrics.egg-info/PKG-INFO
codemetrics.egg-info/SOURCES.txt
codemetrics.egg-info/dependency_links.txt
codemetrics.egg-info/entry_points.txt
codemetrics.egg-info/requires.txt
codemetrics.egg-info/top_level.txt
docs/Makefile
docs/authors.rst
docs/codemetrics.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
tests/__init__.py
tests/test_cloc.py
tests/test_core.py
tests/test_git.py
tests/test_pbar.py
tests/test_svn.py
tests/test_vega.py
tests/utils.py