MANIFEST.in
README.md
setup.py
humannotator/__init__.py
humannotator/config.ini
humannotator/config.py
humannotator/humannotator.py
humannotator/interface.py
humannotator/utils.py
humannotator/version.py
humannotator.egg-info/PKG-INFO
humannotator.egg-info/SOURCES.txt
humannotator.egg-info/dependency_links.txt
humannotator.egg-info/not-zip-safe
humannotator.egg-info/requires.txt
humannotator.egg-info/top_level.txt
humannotator/core/__init__.py
humannotator/core/annotations.py
humannotator/core/data.py
humannotator/core/tasks.py
humannotator/display/__init__.py
humannotator/display/components.py
humannotator/display/display.py
humannotator/display/elements.py
humannotator/display/snippets/_expander_.js
humannotator/display/snippets/_lbl_id_.html
humannotator/display/snippets/_lbl_id_.txt
humannotator/display/snippets/_lbl_item_.html
humannotator/display/snippets/_lbl_item_.txt
humannotator/display/snippets/_lbl_timestamp_.html
humannotator/display/snippets/_lbl_timestamp_.txt
humannotator/display/snippets/_lbl_user_.html
humannotator/display/snippets/_lbl_user_.txt
humannotator/display/snippets/_line_.txt
humannotator/display/snippets/_tab_.txt
humannotator/display/styles/basic_layout.css
humannotator/display/templates/_counter.txt
humannotator/display/templates/_expandable.html
humannotator/display/templates/_highlight.html
humannotator/display/templates/_highlight.txt
humannotator/display/templates/_item.html
humannotator/display/templates/_item.txt
humannotator/display/templates/_user.txt
humannotator/display/templates/annotation.html
humannotator/display/templates/annotation.txt
humannotator/display/templates/basic_layout.html
humannotator/display/templates/basic_layout.txt
humannotator/display/templates/tasks.html
humannotator/display/templates/tasks.txt
tests/__init__.py
tests/test_config.py
tests/core/__init__.py
tests/core/test_annotations.py
tests/core/test_tasks.py
tests/display/__init__.py
tests/display/test_display.py
tests/display/test_elements.py