.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.rst
requirements.txt
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/data.rst
docs/display.rst
docs/image.rst
docs/index.rst
docs/license.rst
docs/_static/.gitignore
src/GOUDA.egg-info/PKG-INFO
src/GOUDA.egg-info/SOURCES.txt
src/GOUDA.egg-info/dependency_links.txt
src/GOUDA.egg-info/not-zip-safe
src/GOUDA.egg-info/requires.txt
src/GOUDA.egg-info/top_level.txt
src/gouda/__init__.py
src/gouda/binaryconfusionmatrix.py
src/gouda/confusionmatrix.py
src/gouda/data_methods.py
src/gouda/deprecated.py
src/gouda/display.py
src/gouda/file_methods.py
src/gouda/goudapath.py
src/gouda/image.py
src/gouda/moving_stats.py
tests/conftest.py
tests/test_binaryconfusionmatrix.py
tests/test_confusionmatrix.py
tests/test_datamethods.py
tests/test_display.py
tests/test_filemethods.py
tests/test_goudapath.py
tests/test_image.py
tests/test_statisticalclasses.py
tests/travis_install.sh