MANIFEST.in
README.md
requirements.txt
setup.py
sampledb/__init__.py
sampledb/__main__.py
sampledb/config.py
sampledb/utils.py
sampledb/version.py
sampledb.egg-info/PKG-INFO
sampledb.egg-info/SOURCES.txt
sampledb.egg-info/dependency_links.txt
sampledb.egg-info/requires.txt
sampledb.egg-info/top_level.txt
sampledb/api/__init__.py
sampledb/api/server/__init__.py
sampledb/api/server/actions.py
sampledb/api/server/authentication.py
sampledb/api/server/files.py
sampledb/api/server/instrument_log.py
sampledb/api/server/instruments.py
sampledb/api/server/locations.py
sampledb/api/server/object_permissions.py
sampledb/api/server/objects.py
sampledb/api/server/users.py
sampledb/frontend/__init__.py
sampledb/frontend/actions.py
sampledb/frontend/authentication_forms.py
sampledb/frontend/errors.py
sampledb/frontend/export.py
sampledb/frontend/index.py
sampledb/frontend/instruments.py
sampledb/frontend/labels.py
sampledb/frontend/locations.py
sampledb/frontend/object_form_parser.py
sampledb/frontend/objects.py
sampledb/frontend/objects_forms.py
sampledb/frontend/pdfexport.py
sampledb/frontend/projects.py
sampledb/frontend/projects_forms.py
sampledb/frontend/status.py
sampledb/frontend/tags.py
sampledb/frontend/users_forms.py
sampledb/frontend/utils.py
sampledb/frontend/templates/actions/action.html
sampledb/frontend/templates/actions/action_form.html
sampledb/frontend/templates/actions/actions.html
sampledb/frontend/templates/errors/403.html
sampledb/frontend/templates/errors/404.html
sampledb/frontend/templates/errors/500.html
sampledb/frontend/templates/errors/user_is_readonly.html
sampledb/frontend/templates/instruments/instrument.html
sampledb/frontend/templates/instruments/instrument_form.html
sampledb/frontend/templates/instruments/instrument_scientists.html
sampledb/frontend/templates/instruments/instruments.html
sampledb/frontend/templates/locations/location.html
sampledb/frontend/templates/locations/location_form.html
sampledb/frontend/templates/locations/locations.html
sampledb/frontend/templates/locations/locations_tree.html
sampledb/frontend/templates/mails/account_recovery.html
sampledb/frontend/templates/mails/account_recovery.txt
sampledb/frontend/templates/mails/base.html
sampledb/frontend/templates/mails/base.txt
sampledb/frontend/templates/mails/email_confirmation.html
sampledb/frontend/templates/mails/email_confirmation.txt
sampledb/frontend/templates/mails/user_invitation.html
sampledb/frontend/templates/mails/user_invitation.txt
sampledb/frontend/templates/mails/notifications/announcement.html
sampledb/frontend/templates/mails/notifications/announcement.txt
sampledb/frontend/templates/mails/notifications/assigned_as_responsible_user.html
sampledb/frontend/templates/mails/notifications/assigned_as_responsible_user.txt
sampledb/frontend/templates/mails/notifications/base.html
sampledb/frontend/templates/mails/notifications/base.txt
sampledb/frontend/templates/mails/notifications/invited_to_group.html
sampledb/frontend/templates/mails/notifications/invited_to_group.txt
sampledb/frontend/templates/mails/notifications/invited_to_project.html
sampledb/frontend/templates/mails/notifications/invited_to_project.txt
sampledb/frontend/templates/mails/notifications/other.html
sampledb/frontend/templates/mails/notifications/other.txt
sampledb/frontend/templates/mails/notifications/received_object_permissions_request.html
sampledb/frontend/templates/mails/notifications/received_object_permissions_request.txt
sampledb/frontend/templates/objects/object_permissions.html
sampledb/frontend/templates/objects/object_versions.html
sampledb/frontend/templates/objects/objects.html
sampledb/frontend/templates/objects/restore_object_version.html
sampledb/frontend/templates/objects/unauthorized.html
sampledb/frontend/templates/objects/forms/form_any.html
sampledb/frontend/templates/objects/forms/form_array.html
sampledb/frontend/templates/objects/forms/form_base.html
sampledb/frontend/templates/objects/forms/form_bool.html
sampledb/frontend/templates/objects/forms/form_create.html
sampledb/frontend/templates/objects/forms/form_datetime.html
sampledb/frontend/templates/objects/forms/form_edit.html
sampledb/frontend/templates/objects/forms/form_hazards.html
sampledb/frontend/templates/objects/forms/form_measurement.html
sampledb/frontend/templates/objects/forms/form_object.html
sampledb/frontend/templates/objects/forms/form_quantity.html
sampledb/frontend/templates/objects/forms/form_sample.html
sampledb/frontend/templates/objects/forms/form_select.html
sampledb/frontend/templates/objects/forms/form_table_any.html
sampledb/frontend/templates/objects/forms/form_table_datetime.html
sampledb/frontend/templates/objects/forms/form_table_measurement.html
sampledb/frontend/templates/objects/forms/form_table_quantity.html
sampledb/frontend/templates/objects/forms/form_table_sample.html
sampledb/frontend/templates/objects/forms/form_table_select.html
sampledb/frontend/templates/objects/forms/form_table_text.html
sampledb/frontend/templates/objects/forms/form_tags.html
sampledb/frontend/templates/objects/forms/form_text.html
sampledb/frontend/templates/objects/view/any.html
sampledb/frontend/templates/objects/view/array.html
sampledb/frontend/templates/objects/view/base.html
sampledb/frontend/templates/objects/view/bool.html
sampledb/frontend/templates/objects/view/datetime.html
sampledb/frontend/templates/objects/view/hazards.html
sampledb/frontend/templates/objects/view/measurement.html
sampledb/frontend/templates/objects/view/object.html
sampledb/frontend/templates/objects/view/quantity.html
sampledb/frontend/templates/objects/view/related_objects.html
sampledb/frontend/templates/objects/view/related_objects_tree_toggle.html
sampledb/frontend/templates/objects/view/sample.html
sampledb/frontend/templates/objects/view/select.html
sampledb/frontend/templates/objects/view/table_any.html
sampledb/frontend/templates/objects/view/table_datetime.html
sampledb/frontend/templates/objects/view/table_measurement.html
sampledb/frontend/templates/objects/view/table_quantity.html
sampledb/frontend/templates/objects/view/table_sample.html
sampledb/frontend/templates/objects/view/table_tags.html
sampledb/frontend/templates/objects/view/table_text.html
sampledb/frontend/templates/objects/view/tags.html
sampledb/frontend/templates/objects/view/text.html
sampledb/frontend/users/__init__.py
sampledb/frontend/users/activity.py
sampledb/frontend/users/api_log.py
sampledb/frontend/users/authentication.py
sampledb/frontend/users/create_other_user.py
sampledb/frontend/users/favorites.py
sampledb/frontend/users/forms.py
sampledb/frontend/users/groups.py
sampledb/frontend/users/invitation.py
sampledb/frontend/users/list.py
sampledb/frontend/users/notifications.py
sampledb/frontend/users/preferences.py
sampledb/frontend/users/profile.py
sampledb/logic/__init__.py
sampledb/logic/action_permissions.py
sampledb/logic/actions.py
sampledb/logic/api_log.py
sampledb/logic/authentication.py
sampledb/logic/comments.py
sampledb/logic/datatypes.py
sampledb/logic/errors.py
sampledb/logic/export.py
sampledb/logic/favorites.py
sampledb/logic/files.py
sampledb/logic/groups.py
sampledb/logic/instrument_log_entries.py
sampledb/logic/instruments.py
sampledb/logic/ldap.py
sampledb/logic/locations.py
sampledb/logic/notifications.py
sampledb/logic/object_log.py
sampledb/logic/object_permissions.py
sampledb/logic/object_relationships.py
sampledb/logic/object_search.py
sampledb/logic/object_search_parser.py
sampledb/logic/object_sorting.py
sampledb/logic/objects.py
sampledb/logic/projects.py
sampledb/logic/publications.py
sampledb/logic/rdf.py
sampledb/logic/security_tokens.py
sampledb/logic/settings.py
sampledb/logic/tags.py
sampledb/logic/unit_definitions.txt
sampledb/logic/units.py
sampledb/logic/user_log.py
sampledb/logic/users.py
sampledb/logic/utils.py
sampledb/logic/where_filters.py
sampledb/logic/schemas/__init__.py
sampledb/logic/schemas/convert_to_schema.py
sampledb/logic/schemas/generate_placeholder.py
sampledb/logic/schemas/utils.py
sampledb/logic/schemas/validate.py
sampledb/logic/schemas/validate_schema.py
sampledb/models/__init__.py
sampledb/models/action_permissions.py
sampledb/models/actions.py
sampledb/models/api_log.py
sampledb/models/authentication.py
sampledb/models/comments.py
sampledb/models/favorites.py
sampledb/models/file_log.py
sampledb/models/files.py
sampledb/models/groups.py
sampledb/models/instrument_log_entries.py
sampledb/models/instruments.py
sampledb/models/locations.py
sampledb/models/notifications.py
sampledb/models/object_log.py
sampledb/models/object_permissions.py
sampledb/models/object_publications.py
sampledb/models/objects.py
sampledb/models/permissions.py
sampledb/models/projects.py
sampledb/models/settings.py
sampledb/models/tags.py
sampledb/models/user_log.py
sampledb/models/users.py
sampledb/models/versioned_json_object_tables.py
sampledb/models/migrations/__init__.py
sampledb/models/migrations/actions_add_description_as_html.py
sampledb/models/migrations/actions_add_is_hidden.py
sampledb/models/migrations/actions_add_user_id.py
sampledb/models/migrations/authentication_type_add_api_token.py
sampledb/models/migrations/create_migration_index.py
sampledb/models/migrations/create_user_object_permissions_by_all_view.py
sampledb/models/migrations/files_add_data.py
sampledb/models/migrations/instruments_add_create_log_entry_default.py
sampledb/models/migrations/instruments_add_description_as_html.py
sampledb/models/migrations/instruments_add_is_hidden.py
sampledb/models/migrations/instruments_add_notes.py
sampledb/models/migrations/instruments_add_notes_as_html.py
sampledb/models/migrations/instruments_add_users_can_create_log_entries.py
sampledb/models/migrations/instruments_add_users_can_view_log_entries.py
sampledb/models/migrations/notification_type_add_instrument_log_entry_created.py
sampledb/models/migrations/object_location_assignments_add_confirmed.py
sampledb/models/migrations/object_location_assignments_add_responsible_user_id.py
sampledb/models/migrations/object_log_entry_type_add_assign_location.py
sampledb/models/migrations/object_log_entry_type_add_link_publication.py
sampledb/models/migrations/publications_add_object_name.py
sampledb/models/migrations/user_add_affiliation.py
sampledb/models/migrations/user_add_is_hidden.py
sampledb/models/migrations/user_add_is_readonly.py
sampledb/models/migrations/user_add_orcid.py
sampledb/models/migrations/user_log_entry_type_add_assign_location.py
sampledb/models/migrations/user_log_entry_type_add_create_instrument_log_entry.py
sampledb/models/migrations/user_log_entry_type_add_create_location.py
sampledb/models/migrations/user_log_entry_type_add_link_publication.py
sampledb/models/migrations/user_log_entry_type_add_update_location.py
sampledb/models/migrations/utils.py
sampledb/scripts/__init__.py
sampledb/scripts/create_action.py
sampledb/scripts/create_instrument.py
sampledb/scripts/create_other_user.py
sampledb/scripts/export_action_schema.py
sampledb/scripts/list_actions.py
sampledb/scripts/list_instruments.py
sampledb/scripts/run.py
sampledb/scripts/send_announcement.py
sampledb/scripts/set_administrator.py
sampledb/scripts/set_user_hidden.py
sampledb/scripts/set_user_readonly.py
sampledb/scripts/update_action.py
sampledb/scripts/update_instrument.py
sampledb/scripts/update_instrument_responsible_users.py
sampledb/static/css/base.css
sampledb/static/css/bootstrap-datetimepicker.min.css
sampledb/static/css/bootstrap-select.css
sampledb/static/css/bootstrap-select.css.map
sampledb/static/css/bootstrap-select.min.css
sampledb/static/css/bootstrap-tagsinput.css
sampledb/static/css/bootstrap-theme.css
sampledb/static/css/bootstrap-theme.css.map
sampledb/static/css/bootstrap-theme.min.css
sampledb/static/css/bootstrap-theme.min.css.map
sampledb/static/css/bootstrap-toggle.min.css
sampledb/static/css/bootstrap-treeview.min.css
sampledb/static/css/bootstrap.css
sampledb/static/css/bootstrap.css.map
sampledb/static/css/bootstrap.min.css
sampledb/static/css/bootstrap.min.css.map
sampledb/static/css/font-awesome.css
sampledb/static/css/font-awesome.min.css
sampledb/static/css/pygments.css
sampledb/static/css/schema_editor.css
sampledb/static/fonts/FontAwesome.otf
sampledb/static/fonts/fontawesome-webfont.eot
sampledb/static/fonts/fontawesome-webfont.svg
sampledb/static/fonts/fontawesome-webfont.ttf
sampledb/static/fonts/fontawesome-webfont.woff
sampledb/static/fonts/fontawesome-webfont.woff2
sampledb/static/fonts/glyphicons-halflings-regular.eot
sampledb/static/fonts/glyphicons-halflings-regular.svg
sampledb/static/fonts/glyphicons-halflings-regular.ttf
sampledb/static/fonts/glyphicons-halflings-regular.woff
sampledb/static/fonts/glyphicons-halflings-regular.woff2
sampledb/static/img/ghs00.png
sampledb/static/img/ghs01.png
sampledb/static/img/ghs02.png
sampledb/static/img/ghs03.png
sampledb/static/img/ghs04.png
sampledb/static/img/ghs05.png
sampledb/static/img/ghs06.png
sampledb/static/img/ghs07.png
sampledb/static/img/ghs08.png
sampledb/static/img/ghs09.png
sampledb/static/img/jupyter-40.png
sampledb/static/img/logo.png
sampledb/static/img/logo.svg
sampledb/static/img/logo64.png
sampledb/static/img/orcid_16x16.png
sampledb/static/js/bootstrap-datetimepicker.min.js
sampledb/static/js/bootstrap-select.js
sampledb/static/js/bootstrap-select.js.map
sampledb/static/js/bootstrap-select.min.js
sampledb/static/js/bootstrap-tagsinput.min.js
sampledb/static/js/bootstrap-toggle.min.js
sampledb/static/js/bootstrap-treeview.min.js
sampledb/static/js/bootstrap.js
sampledb/static/js/bootstrap.min.js
sampledb/static/js/jquery-1.12.4.min.js
sampledb/static/js/js.cookie.js
sampledb/static/js/moment-with-locales.js
sampledb/static/js/moment-with-locales.min.js
sampledb/static/js/schema_editor.js
sampledb/static/js/typeahead.bundle.min.js
sampledb/static/js/i18n/defaults-ar_AR.js
sampledb/static/js/i18n/defaults-ar_AR.min.js
sampledb/static/js/i18n/defaults-bg_BG.js
sampledb/static/js/i18n/defaults-bg_BG.min.js
sampledb/static/js/i18n/defaults-cro_CRO.js
sampledb/static/js/i18n/defaults-cro_CRO.min.js
sampledb/static/js/i18n/defaults-cs_CZ.js
sampledb/static/js/i18n/defaults-cs_CZ.min.js
sampledb/static/js/i18n/defaults-da_DK.js
sampledb/static/js/i18n/defaults-da_DK.min.js
sampledb/static/js/i18n/defaults-de_DE.js
sampledb/static/js/i18n/defaults-de_DE.min.js
sampledb/static/js/i18n/defaults-en_US.js
sampledb/static/js/i18n/defaults-en_US.min.js
sampledb/static/js/i18n/defaults-es_CL.js
sampledb/static/js/i18n/defaults-es_CL.min.js
sampledb/static/js/i18n/defaults-es_ES.js
sampledb/static/js/i18n/defaults-es_ES.min.js
sampledb/static/js/i18n/defaults-eu.js
sampledb/static/js/i18n/defaults-eu.min.js
sampledb/static/js/i18n/defaults-fa_IR.js
sampledb/static/js/i18n/defaults-fa_IR.min.js
sampledb/static/js/i18n/defaults-fi_FI.js
sampledb/static/js/i18n/defaults-fi_FI.min.js
sampledb/static/js/i18n/defaults-fr_FR.js
sampledb/static/js/i18n/defaults-fr_FR.min.js
sampledb/static/js/i18n/defaults-hu_HU.js
sampledb/static/js/i18n/defaults-hu_HU.min.js
sampledb/static/js/i18n/defaults-id_ID.js
sampledb/static/js/i18n/defaults-id_ID.min.js
sampledb/static/js/i18n/defaults-it_IT.js
sampledb/static/js/i18n/defaults-it_IT.min.js
sampledb/static/js/i18n/defaults-ko_KR.js
sampledb/static/js/i18n/defaults-ko_KR.min.js
sampledb/static/js/i18n/defaults-lt_LT.js
sampledb/static/js/i18n/defaults-lt_LT.min.js
sampledb/static/js/i18n/defaults-nb_NO.js
sampledb/static/js/i18n/defaults-nb_NO.min.js
sampledb/static/js/i18n/defaults-nl_NL.js
sampledb/static/js/i18n/defaults-nl_NL.min.js
sampledb/static/js/i18n/defaults-pl_PL.js
sampledb/static/js/i18n/defaults-pl_PL.min.js
sampledb/static/js/i18n/defaults-pt_BR.js
sampledb/static/js/i18n/defaults-pt_BR.min.js
sampledb/static/js/i18n/defaults-pt_PT.js
sampledb/static/js/i18n/defaults-pt_PT.min.js
sampledb/static/js/i18n/defaults-ro_RO.js
sampledb/static/js/i18n/defaults-ro_RO.min.js
sampledb/static/js/i18n/defaults-ru_RU.js
sampledb/static/js/i18n/defaults-ru_RU.min.js
sampledb/static/js/i18n/defaults-sk_SK.js
sampledb/static/js/i18n/defaults-sk_SK.min.js
sampledb/static/js/i18n/defaults-sl_SI.js
sampledb/static/js/i18n/defaults-sl_SI.min.js
sampledb/static/js/i18n/defaults-sv_SE.js
sampledb/static/js/i18n/defaults-sv_SE.min.js
sampledb/static/js/i18n/defaults-tr_TR.js
sampledb/static/js/i18n/defaults-tr_TR.min.js
sampledb/static/js/i18n/defaults-ua_UA.js
sampledb/static/js/i18n/defaults-ua_UA.min.js
sampledb/static/js/i18n/defaults-zh_CN.js
sampledb/static/js/i18n/defaults-zh_CN.min.js
sampledb/static/js/i18n/defaults-zh_TW.js
sampledb/static/js/i18n/defaults-zh_TW.min.js