tg-prepare 2.1.0b4__tar.gz → 2.1.0b5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of tg-prepare might be problematic. Click here for more details.
- {tg_prepare-2.1.0b4/tg_prepare.egg-info → tg_prepare-2.1.0b5}/PKG-INFO +2 -2
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/setup.py +2 -2
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5/tg_prepare.egg-info}/PKG-INFO +2 -2
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tg_prepare.egg-info/requires.txt +1 -1
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/templates/macros.html +0 -1
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/LICENSE +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/MANIFEST.in +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/README.md +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/pyproject.toml +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/setup.cfg +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tg_prepare.egg-info/SOURCES.txt +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tg_prepare.egg-info/dependency_links.txt +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tg_prepare.egg-info/entry_points.txt +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tg_prepare.egg-info/projects/.secret_key +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tg_prepare.egg-info/top_level.txt +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_backend/__init__.py +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_backend/auth.py +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_backend/cli.py +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_backend/config.py +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_backend/directories.py +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_backend/interfaces.py +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_backend/nextcloud.py +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_backend/project.py +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_backend/session_manager.py +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_backend/tgclient.py +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_backend/util.py +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/__init__.py +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/app.py +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/routes/__init__.py +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/routes/collection.py +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/routes/data.py +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/routes/project.py +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/routes/publication.py +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/routes/tabs.py +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/routes/views.py +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/static/css/bootstrap-icons.min.css +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/static/css/bootstrap.min.css +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/static/css/bootstrap.min.css.map +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/static/css/main.css +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/static/css/navbar.css +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/static/css/simpleXML.css +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/static/img/favicon.ico +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/static/img/textgrid-logo.svg +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/static/js/bootstrap.bundle.min.js +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/static/js/collectionManager.js +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/static/js/fileManager.js +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/static/js/jquery.min.js +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/static/js/main.js +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/static/js/modalManager.js +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/static/js/navbarManager.js +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/static/js/projectManager.js +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/static/js/require.js +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/static/js/sidebarManager.js +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/static/js/simpleXML.js +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/static/js/tabManager.js +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/templates/details/empty_container.html +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/templates/details/manage_collection.html +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/templates/file_tree.html +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/templates/includes/set_session_id_form.html +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/templates/includes/upload_form.html +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/templates/layout.html +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/templates/modal/delete_project.html +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/templates/modal/empty_container.html +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/templates/modal/file_explorer_content.html +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/templates/modal/file_explorer_main.html +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/templates/modal/file_explorer_nextcloud.html +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/templates/modal/github_modal.html +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/templates/modal/nextcloud_login.html +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/templates/modal/tei_explorer.html +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/templates/modal/xpath_parser.html +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/templates/nxc_login.html +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/templates/nxc_tab.html +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/templates/project_main.html +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/templates/project_navbar.html +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/templates/projects_main.html +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/templates/publication.html +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/templates/tab_final_upload.html +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/templates/tabs/check_result.html +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/templates/tabs/edit_project.html +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/templates/tabs/empty_container.html +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/templates/tabs/import_data.html +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/templates/tabs/manage_collections.html +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/templates/tabs/select_directories.html +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/templates/tabs/upload.html +0 -0
- {tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/templates/tabs/validate_metadata.html +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tg_prepare
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.0b5
|
|
4
4
|
Summary: Simple UI to handle TextGrid imports visually.
|
|
5
5
|
Author: Ralf Klammer, Moritz Wilhelm
|
|
6
6
|
Author-email: ralf.klammer@tu-dresden.de, moritz.wilhelm@tu-dresden.de
|
|
@@ -8,7 +8,7 @@ License-File: LICENSE
|
|
|
8
8
|
Requires-Dist: click
|
|
9
9
|
Requires-Dist: flask
|
|
10
10
|
Requires-Dist: flask_json
|
|
11
|
-
Requires-Dist: tg_model==3.8.0.
|
|
11
|
+
Requires-Dist: tg_model==3.8.0.b3
|
|
12
12
|
Requires-Dist: tgclients
|
|
13
13
|
Requires-Dist: tgadmin
|
|
14
14
|
Requires-Dist: nextcloud-api-wrapper
|
|
@@ -7,7 +7,7 @@ from setuptools import setup, find_packages
|
|
|
7
7
|
|
|
8
8
|
setup(
|
|
9
9
|
name="tg_prepare",
|
|
10
|
-
version="2.1.0.
|
|
10
|
+
version="2.1.0.b5",
|
|
11
11
|
description="Simple UI to handle TextGrid imports visually.",
|
|
12
12
|
author="Ralf Klammer, Moritz Wilhelm",
|
|
13
13
|
author_email="ralf.klammer@tu-dresden.de, moritz.wilhelm@tu-dresden.de",
|
|
@@ -17,7 +17,7 @@ setup(
|
|
|
17
17
|
"click",
|
|
18
18
|
"flask",
|
|
19
19
|
"flask_json",
|
|
20
|
-
"tg_model==3.8.0.
|
|
20
|
+
"tg_model==3.8.0.b3",
|
|
21
21
|
"tgclients",
|
|
22
22
|
"tgadmin",
|
|
23
23
|
"nextcloud-api-wrapper",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tg_prepare
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.0b5
|
|
4
4
|
Summary: Simple UI to handle TextGrid imports visually.
|
|
5
5
|
Author: Ralf Klammer, Moritz Wilhelm
|
|
6
6
|
Author-email: ralf.klammer@tu-dresden.de, moritz.wilhelm@tu-dresden.de
|
|
@@ -8,7 +8,7 @@ License-File: LICENSE
|
|
|
8
8
|
Requires-Dist: click
|
|
9
9
|
Requires-Dist: flask
|
|
10
10
|
Requires-Dist: flask_json
|
|
11
|
-
Requires-Dist: tg_model==3.8.0.
|
|
11
|
+
Requires-Dist: tg_model==3.8.0.b3
|
|
12
12
|
Requires-Dist: tgclients
|
|
13
13
|
Requires-Dist: tgadmin
|
|
14
14
|
Requires-Dist: nextcloud-api-wrapper
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/templates/includes/set_session_id_form.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tg_prepare-2.1.0b4 → tg_prepare-2.1.0b5}/tgp_ui/templates/modal/file_explorer_nextcloud.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|