oqtopus 0.1.23__tar.gz → 0.2.0__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.
- {oqtopus-0.1.23 → oqtopus-0.2.0}/PKG-INFO +7 -9
- oqtopus-0.2.0/README.md +11 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/core/package_prepare_task.py +1 -1
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/gui/main_dialog.py +1 -1
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/gui/module_selection_widget.py +2 -2
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/gui/settings_dialog.py +1 -1
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/ui/about_dialog.ui +1 -1
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/ui/main_dialog.ui +1 -1
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus.egg-info/PKG-INFO +7 -9
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus.egg-info/SOURCES.txt +0 -2
- {oqtopus-0.1.23 → oqtopus-0.2.0}/pyproject.toml +2 -2
- oqtopus-0.1.23/README.md +0 -7
- oqtopus-0.1.23/oqtopus.egg-info/requires.txt +0 -6
- oqtopus-0.1.23/requirements.txt +0 -6
- {oqtopus-0.1.23 → oqtopus-0.2.0}/LICENSE +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/__init__.py +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/core/module.py +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/core/module_asset.py +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/core/module_package.py +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/core/modules_config.py +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/gui/__init__.py +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/gui/about_dialog.py +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/gui/database_connection_widget.py +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/gui/database_create_dialog.py +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/gui/database_duplicate_dialog.py +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/gui/logs_widget.py +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/gui/module_widget.py +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/gui/parameters_groupbox.py +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/gui/plugin_widget.py +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/gui/project_widget.py +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/oqtopus.py +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/oqtopus_plugin.py +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/ui/__init__.py +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/ui/database_connection_widget.ui +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/ui/database_create_dialog.ui +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/ui/database_duplicate_dialog.ui +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/ui/logs_widget.ui +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/ui/module_selection_widget.ui +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/ui/module_widget.ui +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/ui/plugin_widget.ui +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/ui/project_widget.ui +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/ui/settings_dialog.ui +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/utils/__init__.py +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/utils/plugin_utils.py +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/utils/qt_utils.py +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/utils/tmmtlogging.py +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus/utils/translation.py +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus.egg-info/dependency_links.txt +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/oqtopus.egg-info/top_level.txt +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/setup.cfg +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/tests/__init__.py +0 -0
- {oqtopus-0.1.23 → oqtopus-0.2.0}/tests/test_plugin_load.py +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: oqtopus
|
|
3
|
-
Version: 0.
|
|
4
|
-
Summary: A QGIS module manager
|
|
3
|
+
Version: 0.2.0
|
|
4
|
+
Summary: oQtopus : A QGIS module manager that helps you deploy, manage and upgrade your QGIS projects, plugins and associated postgreSQL / PostGIS data model implementations
|
|
5
5
|
Author-email: Damiano Lombardi <damiano@opengis.ch>
|
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
|
7
7
|
Version 2, June 1991
|
|
@@ -346,18 +346,16 @@ License: GNU GENERAL PUBLIC LICENSE
|
|
|
346
346
|
Requires-Python: >=3.8
|
|
347
347
|
Description-Content-Type: text/markdown
|
|
348
348
|
License-File: LICENSE
|
|
349
|
-
Requires-Dist: pgserviceparser<3.0.0,>=2.4.0
|
|
350
|
-
Requires-Dist: pum<2.0.0,>=1.1.14
|
|
351
|
-
Requires-Dist: PyYAML
|
|
352
|
-
Requires-Dist: pydantic>=2.0
|
|
353
|
-
Requires-Dist: psycopg<4.0.0,>=3.1.0
|
|
354
|
-
Requires-Dist: requests<3.0.0,>=2.31.0
|
|
355
349
|
Dynamic: license-file
|
|
356
350
|
|
|
357
351
|
# oQtopus
|
|
358
352
|
|
|
359
353
|
<img src="oqtopus/icons/oqtopus-logo.png" alt="logo" width="250"/>
|
|
360
354
|
|
|
361
|
-
|
|
355
|
+
oQtopus : A QGIS module manager that helps you deploy, manage and upgrade your QGIS projects, plugins and associated postgreSQL / PostGIS datamodel implementations.
|
|
356
|
+
|
|
357
|
+
Installation and upgrade* of your datamodel implementations are managed through the PostgreSQL Upgrade Manager ([PUM](https://github.com/opengisch/pum)).
|
|
362
358
|
|
|
363
359
|
Read the docs: https://opengisch.github.io/oqtopus/
|
|
360
|
+
|
|
361
|
+
*upgrade is currently reaching the development phase, this feature will be available soon. Check [here](linktobedefine) to contribute!
|
oqtopus-0.2.0/README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# oQtopus
|
|
2
|
+
|
|
3
|
+
<img src="oqtopus/icons/oqtopus-logo.png" alt="logo" width="250"/>
|
|
4
|
+
|
|
5
|
+
oQtopus : A QGIS module manager that helps you deploy, manage and upgrade your QGIS projects, plugins and associated postgreSQL / PostGIS datamodel implementations.
|
|
6
|
+
|
|
7
|
+
Installation and upgrade* of your datamodel implementations are managed through the PostgreSQL Upgrade Manager ([PUM](https://github.com/opengisch/pum)).
|
|
8
|
+
|
|
9
|
+
Read the docs: https://opengisch.github.io/oqtopus/
|
|
10
|
+
|
|
11
|
+
*upgrade is currently reaching the development phase, this feature will be available soon. Check [here](linktobedefine) to contribute!
|
|
@@ -14,7 +14,7 @@ class PackagePrepareTaskCanceled(Exception):
|
|
|
14
14
|
|
|
15
15
|
class PackagePrepareTask(QThread):
|
|
16
16
|
"""
|
|
17
|
-
This class is responsible for preparing the package for the
|
|
17
|
+
This class is responsible for preparing the package for the oQtopus module management tool.
|
|
18
18
|
It inherits from QThread to run the preparation process in a separate thread.
|
|
19
19
|
"""
|
|
20
20
|
|
|
@@ -139,7 +139,7 @@ class MainDialog(QDialog, DIALOG_UI):
|
|
|
139
139
|
self.accept()
|
|
140
140
|
|
|
141
141
|
def __helpRequested(self):
|
|
142
|
-
help_page = "https://github.com/oqtopus
|
|
142
|
+
help_page = "https://github.com/opengisch/oqtopus"
|
|
143
143
|
logger.info(f"Opening help page {help_page}")
|
|
144
144
|
QDesktopServices.openUrl(QUrl(help_page))
|
|
145
145
|
|
|
@@ -280,7 +280,7 @@ class ModuleSelectionWidget(QWidget, DIALOG_UI):
|
|
|
280
280
|
self,
|
|
281
281
|
self.tr("GitHub API Rate Limit Exceeded"),
|
|
282
282
|
self.tr(
|
|
283
|
-
"
|
|
283
|
+
"oQtopus needs to download release data from GitHub to work properly.<br><br>"
|
|
284
284
|
"GitHub limits the number of requests that can be made without authentication. "
|
|
285
285
|
"You have reached the maximum number of requests allowed for unauthenticated users.<br><br>"
|
|
286
286
|
"To continue using this feature, please create a free GitHub personal access token and enter it in the Settings dialog.<br><br>"
|
|
@@ -341,7 +341,7 @@ class ModuleSelectionWidget(QWidget, DIALOG_UI):
|
|
|
341
341
|
self,
|
|
342
342
|
self.tr("GitHub API Rate Limit Exceeded"),
|
|
343
343
|
self.tr(
|
|
344
|
-
"
|
|
344
|
+
"oQtopus needs to download release data from GitHub to work properly.<br><br>"
|
|
345
345
|
"GitHub limits the number of requests that can be made without authentication. "
|
|
346
346
|
"You have reached the maximum number of requests allowed for unauthenticated users.<br><br>"
|
|
347
347
|
"To continue using this feature, please create a free GitHub personal access token and enter it in the Settings dialog.<br><br>"
|
|
@@ -26,7 +26,7 @@ class SettingsDialog(QDialog, DIALOG_UI):
|
|
|
26
26
|
self,
|
|
27
27
|
"GitHub Access Token Help",
|
|
28
28
|
"<b>GitHub Access Token</b><br>"
|
|
29
|
-
"
|
|
29
|
+
"oQtopus needs to download release data from GitHub to work properly. "
|
|
30
30
|
"GitHub limits the number of requests that can be made without authentication. "
|
|
31
31
|
"A personal access token is required to access private repositories or to increase API rate limits.<br><br>"
|
|
32
32
|
"To generate a token:<br>"
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
<item row="4" column="0">
|
|
77
77
|
<widget class="QLabel" name="label">
|
|
78
78
|
<property name="text">
|
|
79
|
-
<string><html><head/><body><p>For any feedback, bugs or comments, please visit <a href="https://github.com/
|
|
79
|
+
<string><html><head/><body><p>For any feedback, bugs or comments, please visit <a href="https://github.com/opengisch/oqtopus/issues"><span style=" text-decoration: underline; color:#2980b9;">https://github.com/opengisch/oqtopus/issues</span></a>. </p><p>For the changelog: <a href="https://github.com/opengisch/oqtopus/releases"><span style=" text-decoration: underline; color:#2980b9;">https://github.com/opengisch/oqtopus/releases</span></a>.</p></body></html></string>
|
|
80
80
|
</property>
|
|
81
81
|
<property name="openExternalLinks">
|
|
82
82
|
<bool>true</bool>
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
</rect>
|
|
12
12
|
</property>
|
|
13
13
|
<property name="windowTitle">
|
|
14
|
-
<string>
|
|
14
|
+
<string>oQtopus Module Management Tool</string>
|
|
15
15
|
</property>
|
|
16
16
|
<layout class="QGridLayout" name="gridLayout_8" rowstretch="0,0,0,0,0,0">
|
|
17
17
|
<item row="2" column="0" rowspan="2">
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: oqtopus
|
|
3
|
-
Version: 0.
|
|
4
|
-
Summary: A QGIS module manager
|
|
3
|
+
Version: 0.2.0
|
|
4
|
+
Summary: oQtopus : A QGIS module manager that helps you deploy, manage and upgrade your QGIS projects, plugins and associated postgreSQL / PostGIS data model implementations
|
|
5
5
|
Author-email: Damiano Lombardi <damiano@opengis.ch>
|
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
|
7
7
|
Version 2, June 1991
|
|
@@ -346,18 +346,16 @@ License: GNU GENERAL PUBLIC LICENSE
|
|
|
346
346
|
Requires-Python: >=3.8
|
|
347
347
|
Description-Content-Type: text/markdown
|
|
348
348
|
License-File: LICENSE
|
|
349
|
-
Requires-Dist: pgserviceparser<3.0.0,>=2.4.0
|
|
350
|
-
Requires-Dist: pum<2.0.0,>=1.1.14
|
|
351
|
-
Requires-Dist: PyYAML
|
|
352
|
-
Requires-Dist: pydantic>=2.0
|
|
353
|
-
Requires-Dist: psycopg<4.0.0,>=3.1.0
|
|
354
|
-
Requires-Dist: requests<3.0.0,>=2.31.0
|
|
355
349
|
Dynamic: license-file
|
|
356
350
|
|
|
357
351
|
# oQtopus
|
|
358
352
|
|
|
359
353
|
<img src="oqtopus/icons/oqtopus-logo.png" alt="logo" width="250"/>
|
|
360
354
|
|
|
361
|
-
|
|
355
|
+
oQtopus : A QGIS module manager that helps you deploy, manage and upgrade your QGIS projects, plugins and associated postgreSQL / PostGIS datamodel implementations.
|
|
356
|
+
|
|
357
|
+
Installation and upgrade* of your datamodel implementations are managed through the PostgreSQL Upgrade Manager ([PUM](https://github.com/opengisch/pum)).
|
|
362
358
|
|
|
363
359
|
Read the docs: https://opengisch.github.io/oqtopus/
|
|
360
|
+
|
|
361
|
+
*upgrade is currently reaching the development phase, this feature will be available soon. Check [here](linktobedefine) to contribute!
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
LICENSE
|
|
2
2
|
README.md
|
|
3
3
|
pyproject.toml
|
|
4
|
-
requirements.txt
|
|
5
4
|
oqtopus/__init__.py
|
|
6
5
|
oqtopus/oqtopus.py
|
|
7
6
|
oqtopus/oqtopus_plugin.py
|
|
8
7
|
oqtopus.egg-info/PKG-INFO
|
|
9
8
|
oqtopus.egg-info/SOURCES.txt
|
|
10
9
|
oqtopus.egg-info/dependency_links.txt
|
|
11
|
-
oqtopus.egg-info/requires.txt
|
|
12
10
|
oqtopus.egg-info/top_level.txt
|
|
13
11
|
oqtopus/core/module.py
|
|
14
12
|
oqtopus/core/module_asset.py
|
|
@@ -7,8 +7,8 @@ build-backend = "setuptools.build_meta"
|
|
|
7
7
|
|
|
8
8
|
[project]
|
|
9
9
|
name = "oqtopus"
|
|
10
|
-
description = "A QGIS module manager"
|
|
11
|
-
dynamic = ["version"
|
|
10
|
+
description = "oQtopus : A QGIS module manager that helps you deploy, manage and upgrade your QGIS projects, plugins and associated postgreSQL / PostGIS data model implementations"
|
|
11
|
+
dynamic = ["version"]
|
|
12
12
|
readme = "README.md"
|
|
13
13
|
requires-python = ">=3.8"
|
|
14
14
|
license = { file = "LICENSE" }
|
oqtopus-0.1.23/README.md
DELETED
oqtopus-0.1.23/requirements.txt
DELETED
|
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
|