AUTHORS.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/MemoteFlowchart.png
docs/api.rst
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/core.rst
docs/custom_tests.rst
docs/flowchart.rst
docs/getting_started.rst
docs/history.rst
docs/index.rst
docs/make.bat
docs/memote-logo-clear.png
docs/memote-logo.png
docs/test_suite.rst
memote/__init__.py
memote/utils.py
memote/version_info.py
memote.egg-info/PKG-INFO
memote.egg-info/SOURCES.txt
memote.egg-info/dependency_links.txt
memote.egg-info/entry_points.txt
memote.egg-info/not-zip-safe
memote.egg-info/requires.txt
memote.egg-info/top_level.txt
memote/suite/__init__.py
memote/suite/api.py
memote/suite/collect.py
memote/suite/test_config.yml
memote/suite/cli/__init__.py
memote/suite/cli/callbacks.py
memote/suite/cli/config.py
memote/suite/cli/reports.py
memote/suite/cli/runner.py
memote/suite/reporting/__init__.py
memote/suite/reporting/bag.py
memote/suite/reporting/plot.py
memote/suite/reporting/reports/__init__.py
memote/suite/reporting/reports/diff.py
memote/suite/reporting/reports/history.py
memote/suite/reporting/reports/report.py
memote/suite/reporting/reports/snapshot.py
memote/suite/reporting/templates/_card_helpers.html
memote/suite/reporting/templates/basic_report.html
memote/suite/reporting/templates/history_report.html
memote/suite/reporting/templates/layout.html
memote/suite/reporting/templates/snapshot.html
memote/suite/tests/conftest.py
memote/suite/tests/test_annotation.py
memote/suite/tests/test_basic.py
memote/suite/tests/test_biomass.py
memote/suite/tests/test_consistency.py
memote/support/__init__.py
memote/support/annotation.py
memote/support/basic.py
memote/support/biomass.py
memote/support/consistency.py
memote/support/consistency_helpers.py
memote/support/helpers.py
memote/support/syntax.py
tests/conftest.py
tests/test_for_utils.py
tests/test_for_suite/test_for_api.py
tests/test_for_suite/test_for_collect.py
tests/test_for_suite/test_for_cli/conftest.py
tests/test_for_suite/test_for_cli/test_for_callbacks.py
tests/test_for_suite/test_for_cli/test_for_reports.py
tests/test_for_suite/test_for_cli/test_for_runner.py
tests/test_for_support/test_for_annotation.py
tests/test_for_support/test_for_basic.py
tests/test_for_support/test_for_biomass.py
tests/test_for_support/test_for_consistency.py
tests/test_for_support/test_for_helpers.py
tests/test_for_support/test_for_syntax.py