MANIFEST.in
README.md
setup.py
textflow/__init__.py
textflow/auth.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/label.py
textflow/model/model.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/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/scripts/vue.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/_header.html
textflow/templates/_layout.html
textflow/templates/_pagination.html
textflow/templates/about.html
textflow/templates/annotate.html
textflow/templates/dashboard.html
textflow/templates/history.html
textflow/templates/index.html
textflow/templates/login.html
textflow/templates/project.html
textflow/templates/projects.html
textflow/templates/dashboard/agreement.html
textflow/templates/dashboard/dataset.html
textflow/templates/dashboard/documents.html
textflow/templates/dashboard/labels.html
textflow/templates/dashboard/modeling.html
textflow/templates/dashboard/project.html
textflow/templates/dashboard/sidebar.html
textflow/templates/dashboard/users.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/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/dashboard.py
textflow/view/errors.py
textflow/view/index.py
textflow/view/login.py
textflow/view/project.py
textflow/view/user.py
textflow/view/forms/__init__.py
textflow/view/forms/label.py
textflow/view/forms/login.py
textflow/view/forms/project.py
textflow/view/forms/upload.py
textflow/view/forms/user.py