LICENSE
MANIFEST.in
README.md
setup.py
textflow/__init__.py
textflow/auth.py
textflow/client.py
textflow/config.py
textflow/script.py
textflow.egg-info/PKG-INFO
textflow.egg-info/SOURCES.txt
textflow.egg-info/dependency_links.txt
textflow.egg-info/entry_points.txt
textflow.egg-info/requires.txt
textflow.egg-info/top_level.txt
textflow/metrics/__init__.py
textflow/metrics/agreement.py
textflow/model/__init__.py
textflow/model/annotation.py
textflow/model/dataset.py
textflow/model/document.py
textflow/model/estimator.py
textflow/model/label.py
textflow/model/project.py
textflow/model/user.py
textflow/services/__init__.py
textflow/services/base.py
textflow/static/favicon.svg
textflow/static/fonts/Roboto/LICENSE.txt
textflow/static/fonts/Roboto/Roboto-Black.ttf
textflow/static/fonts/Roboto/Roboto-BlackItalic.ttf
textflow/static/fonts/Roboto/Roboto-Bold.ttf
textflow/static/fonts/Roboto/Roboto-BoldItalic.ttf
textflow/static/fonts/Roboto/Roboto-Italic.ttf
textflow/static/fonts/Roboto/Roboto-Light.ttf
textflow/static/fonts/Roboto/Roboto-LightItalic.ttf
textflow/static/fonts/Roboto/Roboto-Medium.ttf
textflow/static/fonts/Roboto/Roboto-MediumItalic.ttf
textflow/static/fonts/Roboto/Roboto-Regular.ttf
textflow/static/fonts/Roboto/Roboto-Thin.ttf
textflow/static/fonts/Roboto/Roboto-ThinItalic.ttf
textflow/static/images/classification.jpeg
textflow/static/images/custom_type.jpeg
textflow/static/images/logo.png
textflow/static/images/long-logo.png
textflow/static/images/sequence_classification.jpeg
textflow/static/scripts/annotator.js
textflow/static/scripts/base.js
textflow/static/scripts/fontawesome.all.js
textflow/static/scripts/handlebars.js
textflow/static/scripts/jquery-3.5.1.min.js
textflow/static/scripts/notify.min.js
textflow/static/scripts/theme.js
textflow/static/scripts/toastr.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/static/styles/dash.css
textflow/static/styles/theme.css
textflow/static/styles/toastr.css
textflow/static/styles/toastr.min.css
textflow/templates/about.html
textflow/templates/annotate.html
textflow/templates/history.html
textflow/templates/index.html
textflow/templates/login.html
textflow/templates/project.html
textflow/templates/projects.html
textflow/templates/_includes/header.html
textflow/templates/_includes/pagination.html
textflow/templates/_layouts/default.html
textflow/templates/dashboard/agreement.html
textflow/templates/dashboard/dataset.html
textflow/templates/dashboard/documents.html
textflow/templates/dashboard/index.html
textflow/templates/dashboard/labels.html
textflow/templates/dashboard/models.html
textflow/templates/dashboard/project.html
textflow/templates/dashboard/status.html
textflow/templates/dashboard/users.html
textflow/utils/__init__.py
textflow/utils/jsend.py
textflow/utils/plugin.py
textflow/utils/text.py
textflow/utils/types.py
textflow/view/__init__.py
textflow/view/about.py
textflow/view/annotate.py
textflow/view/base.py
textflow/view/index.py
textflow/view/login.py
textflow/view/project.py
textflow/view/user.py
textflow/view/dashboard/__init__.py
textflow/view/dashboard/agreement.py
textflow/view/dashboard/dataset.py
textflow/view/dashboard/documents.py
textflow/view/dashboard/labels.py
textflow/view/dashboard/models.py
textflow/view/dashboard/project.py
textflow/view/dashboard/status.py
textflow/view/dashboard/users.py