MANIFEST.in
README.md
setup.py
textflow/__init__.py
textflow/__main__.py
textflow/config.py
textflow/db.py
textflow/login.py
textflow/services.py
textflow.egg-info/PKG-INFO
textflow.egg-info/SOURCES.txt
textflow.egg-info/dependency_links.txt
textflow.egg-info/requires.txt
textflow.egg-info/top_level.txt
textflow/model/__init__.py
textflow/model/annotation.py
textflow/model/document.py
textflow/model/label.py
textflow/model/project.py
textflow/model/user.py
textflow/static/scripts/annotator.js
textflow/static/scripts/base.js
textflow/static/scripts/fontawesome.all.js
textflow/static/scripts/jquery-3.5.1.min.js
textflow/static/styles/annotator.css
textflow/static/styles/base.css
textflow/static/styles/bulma.css
textflow/static/styles/bulma.css.map
textflow/static/styles/bulma.min.css
textflow/templates/_header.html
textflow/templates/_layout.html
textflow/templates/about.html
textflow/templates/annotate.html
textflow/templates/index.html
textflow/templates/login.html
textflow/templates/project.html
textflow/templates/projects.html
textflow/templates/errors/403.html
textflow/templates/errors/404.html
textflow/templates/errors/500.html
textflow/utils/__init__.py
textflow/utils/jsend.py
textflow/view/__init__.py
textflow/view/about.py
textflow/view/annotate.py
textflow/view/errors.py
textflow/view/index.py
textflow/view/login.py
textflow/view/project.py