.gitignore
.travis.yml
CHANGES.rst
LICENSE
MANIFEST.in
Procfile
README.rst
annotator.cfg.example
annotator.cfg.heroku
run.py
setup.cfg
setup.py
tox.ini
annotator/__init__.py
annotator/annotation.py
annotator/atoi.py
annotator/auth.py
annotator/authz.py
annotator/document.py
annotator/elasticsearch.py
annotator/jsonld.py
annotator/reindexer.py
annotator/store.py
annotator.egg-info/PKG-INFO
annotator.egg-info/SOURCES.txt
annotator.egg-info/dependency_links.txt
annotator.egg-info/requires.txt
annotator.egg-info/top_level.txt
docs/Makefile
docs/changes.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/api/auth.rst
docs/api/authz.rst
tests/__init__.py
tests/helpers.py
tests/test.cfg
tests/test_annotation.py
tests/test_auth.py
tests/test_authz.py
tests/test_document.py
tests/test_elasticsearch.py
tests/test_store.py