oqtopus 0.1.24__tar.gz → 0.2.1__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.
Files changed (52) hide show
  1. {oqtopus-0.1.24 → oqtopus-0.2.1}/PKG-INFO +7 -9
  2. oqtopus-0.2.1/README.md +11 -0
  3. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/core/package_prepare_task.py +1 -1
  4. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/gui/main_dialog.py +1 -1
  5. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/gui/module_selection_widget.py +2 -2
  6. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/gui/settings_dialog.py +1 -1
  7. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/ui/about_dialog.ui +1 -1
  8. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/ui/main_dialog.ui +1 -1
  9. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus.egg-info/PKG-INFO +7 -9
  10. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus.egg-info/SOURCES.txt +0 -2
  11. {oqtopus-0.1.24 → oqtopus-0.2.1}/pyproject.toml +2 -2
  12. oqtopus-0.1.24/README.md +0 -7
  13. oqtopus-0.1.24/oqtopus.egg-info/requires.txt +0 -6
  14. oqtopus-0.1.24/requirements.txt +0 -6
  15. {oqtopus-0.1.24 → oqtopus-0.2.1}/LICENSE +0 -0
  16. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/__init__.py +0 -0
  17. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/core/module.py +0 -0
  18. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/core/module_asset.py +0 -0
  19. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/core/module_package.py +0 -0
  20. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/core/modules_config.py +0 -0
  21. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/gui/__init__.py +0 -0
  22. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/gui/about_dialog.py +0 -0
  23. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/gui/database_connection_widget.py +0 -0
  24. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/gui/database_create_dialog.py +0 -0
  25. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/gui/database_duplicate_dialog.py +0 -0
  26. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/gui/logs_widget.py +0 -0
  27. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/gui/module_widget.py +0 -0
  28. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/gui/parameters_groupbox.py +0 -0
  29. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/gui/plugin_widget.py +0 -0
  30. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/gui/project_widget.py +0 -0
  31. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/oqtopus.py +0 -0
  32. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/oqtopus_plugin.py +0 -0
  33. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/ui/__init__.py +0 -0
  34. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/ui/database_connection_widget.ui +0 -0
  35. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/ui/database_create_dialog.ui +0 -0
  36. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/ui/database_duplicate_dialog.ui +0 -0
  37. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/ui/logs_widget.ui +0 -0
  38. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/ui/module_selection_widget.ui +0 -0
  39. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/ui/module_widget.ui +0 -0
  40. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/ui/plugin_widget.ui +0 -0
  41. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/ui/project_widget.ui +0 -0
  42. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/ui/settings_dialog.ui +0 -0
  43. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/utils/__init__.py +0 -0
  44. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/utils/plugin_utils.py +0 -0
  45. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/utils/qt_utils.py +0 -0
  46. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/utils/tmmtlogging.py +0 -0
  47. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus/utils/translation.py +0 -0
  48. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus.egg-info/dependency_links.txt +0 -0
  49. {oqtopus-0.1.24 → oqtopus-0.2.1}/oqtopus.egg-info/top_level.txt +0 -0
  50. {oqtopus-0.1.24 → oqtopus-0.2.1}/setup.cfg +0 -0
  51. {oqtopus-0.1.24 → oqtopus-0.2.1}/tests/__init__.py +0 -0
  52. {oqtopus-0.1.24 → oqtopus-0.2.1}/tests/test_plugin_load.py +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: oqtopus
3
- Version: 0.1.24
4
- Summary: A QGIS module manager
3
+ Version: 0.2.1
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.18
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
- Front-end application to manage [PUM](https://github.com/opengisch/pum) modules.
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!
@@ -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 Oqtopus module management tool.
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/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
- "Oqtopus needs to download release data from GitHub to work properly.<br><br>"
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
- "Oqtopus needs to download release data from GitHub to work properly.<br><br>"
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
- "Oqtopus needs to download release data from GitHub to work properly. "
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>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;For any feedback, bugs or comments, please visit &lt;a href=&quot;https://github.com/Oqtopus/Oqtopus/issues&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#2980b9;&quot;&gt;https://github.com/Oqtopus/Oqtopus/issues&lt;/span&gt;&lt;/a&gt;. &lt;/p&gt;&lt;p&gt;For the changelog: &lt;a href=&quot;https://github.com/Oqtopus/Oqtopus/releases&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#2980b9;&quot;&gt;https://github.com/Oqtopus/Oqtopus/releases&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
79
+ <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;For any feedback, bugs or comments, please visit &lt;a href=&quot;https://github.com/opengisch/oqtopus/issues&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#2980b9;&quot;&gt;https://github.com/opengisch/oqtopus/issues&lt;/span&gt;&lt;/a&gt;. &lt;/p&gt;&lt;p&gt;For the changelog: &lt;a href=&quot;https://github.com/opengisch/oqtopus/releases&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#2980b9;&quot;&gt;https://github.com/opengisch/oqtopus/releases&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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>Oqtopus Module Management Tool</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.1.24
4
- Summary: A QGIS module manager
3
+ Version: 0.2.1
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.18
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
- Front-end application to manage [PUM](https://github.com/opengisch/pum) modules.
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", "dependencies"]
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.24/README.md DELETED
@@ -1,7 +0,0 @@
1
- # oQtopus
2
-
3
- <img src="oqtopus/icons/oqtopus-logo.png" alt="logo" width="250"/>
4
-
5
- Front-end application to manage [PUM](https://github.com/opengisch/pum) modules.
6
-
7
- Read the docs: https://opengisch.github.io/oqtopus/
@@ -1,6 +0,0 @@
1
- pgserviceparser<3.0.0,>=2.4.0
2
- pum<2.0.0,>=1.1.18
3
- PyYAML
4
- pydantic>=2.0
5
- psycopg<4.0.0,>=3.1.0
6
- requests<3.0.0,>=2.31.0
@@ -1,6 +0,0 @@
1
- pgserviceparser>=2.4.0,<3.0.0
2
- pum>=1.1.18,<2.0.0
3
- PyYAML
4
- pydantic >=2.0
5
- psycopg>=3.1.0,<4.0.0
6
- requests>=2.31.0,<3.0.0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes