oqtopus 0.1.23__py3-none-any.whl → 0.2.0__py3-none-any.whl

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.
@@ -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>
oqtopus/ui/main_dialog.ui CHANGED
@@ -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.23
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
- 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!
@@ -5,27 +5,27 @@ oqtopus/core/module.py,sha256=47iDvEOXFNWY77cbi7LhQs5qTUwRNuauieqNTPf9UKY,4766
5
5
  oqtopus/core/module_asset.py,sha256=qr_wwriJ_rZd86EuBo_Rx-MDCDJNYA6odhk6F-Z6YFA,467
6
6
  oqtopus/core/module_package.py,sha256=sYCnKMOMW4R9ULP3oresDNMAaFEb8y_pLa4Lvjdl7RI,3958
7
7
  oqtopus/core/modules_config.py,sha256=iEN_JYuFuGpF4dyfnmcJPfp_bIzrn_PNbq9G1DElyCg,186
8
- oqtopus/core/package_prepare_task.py,sha256=ldcTSYl3nyuYB4xJV6OWRcSjY_lflUUnRk3XW4vB1kw,5759
8
+ oqtopus/core/package_prepare_task.py,sha256=8Oe876v1XDJSJgtO--f087nMRkFSIay14Eb1pjyy-Xg,5759
9
9
  oqtopus/gui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
10
  oqtopus/gui/about_dialog.py,sha256=dDNwHxKf_M82Z-TKmXW1fXmnI_WSV_7MShqz05trzRw,2345
11
11
  oqtopus/gui/database_connection_widget.py,sha256=_SM9K-2dUmXMgjJzqdWrfutRnU4I0WDWZ2FM1dkIa6A,6688
12
12
  oqtopus/gui/database_create_dialog.py,sha256=Z7XK47EVs3S1GKWEGOZDE5a4cEWUgW4NcPzAD0JqyEg,8880
13
13
  oqtopus/gui/database_duplicate_dialog.py,sha256=Scc1eo8hmniAIyDDK_Qks1RgZn6MsDbtIokg9woEldA,4944
14
14
  oqtopus/gui/logs_widget.py,sha256=lxP0rZYUF4ahR7RtM3SJCbk5nk70SVC9Ien6TvBsflY,6698
15
- oqtopus/gui/main_dialog.py,sha256=vysqHi-fZDjRQPNXez49JBCvOpkV7-GTtP8Bs1_g9cM,6872
16
- oqtopus/gui/module_selection_widget.py,sha256=1nCnxm8nGrbT8O7-52veVVblpuAVDhzm-S365vYHb24,16180
15
+ oqtopus/gui/main_dialog.py,sha256=OX63uivnOuc9hlv1KAxjkh1F7Yxu_NCjlfcg4569BBU,6874
16
+ oqtopus/gui/module_selection_widget.py,sha256=kjU2cQmK9lYcuKnZwsbRbqrG6dR43hpQkc9S16TT0vE,16180
17
17
  oqtopus/gui/module_widget.py,sha256=ckdhXYfUrvOy2mbYGUTYOrDIDplWypmqJ7cp-Pyf1qQ,8529
18
18
  oqtopus/gui/parameters_groupbox.py,sha256=ZXoIbTDrpoe_SfxyYr7mNbQOi0vHAJSW8cPIXzGKdmE,2938
19
19
  oqtopus/gui/plugin_widget.py,sha256=8av8KI3p8gnXOlSssB5-dFVvq4vaLfqGjY9NVSNiBb0,5757
20
20
  oqtopus/gui/project_widget.py,sha256=FhWvMBtQ6kw7NJ4pdCzNs48wMrA5ihjvcbplE4RMWbE,7281
21
- oqtopus/gui/settings_dialog.py,sha256=wgwVCuAIBh9iLrs9y5HfE99LrTV0rEYbL3frMBlW0cQ,1547
21
+ oqtopus/gui/settings_dialog.py,sha256=-iHT86Ltm1Gsk30YmDL4U0C9yK8LFqt15obZOBdKb28,1547
22
22
  oqtopus/ui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
- oqtopus/ui/about_dialog.ui,sha256=2oa5u3LIvN3prHyELUG-bwDuEHlBn9-uuA4CwYsEARo,6236
23
+ oqtopus/ui/about_dialog.ui,sha256=tAc1F5NYOsM3rMwYBes1Id0avaLeFo0uSOMXRUK89UM,6244
24
24
  oqtopus/ui/database_connection_widget.ui,sha256=0hLBaOx0KcLTH6RlkziVj-tsczjHDUGC-3EXQYgcTuE,3729
25
25
  oqtopus/ui/database_create_dialog.ui,sha256=c-fZJRH4tmAeOr6O6M2sPIhzzYQMrSc1DI6a7at-UjI,9230
26
26
  oqtopus/ui/database_duplicate_dialog.ui,sha256=EzMRYhlxsiP_sr9ixBJn4lnefM5R_p1oXx4RCyMAj9U,3826
27
27
  oqtopus/ui/logs_widget.ui,sha256=oAgEtRUBXB-DzLC0vmBP-PEA-Uu3d3ppFm0ahs1jHQI,2785
28
- oqtopus/ui/main_dialog.ui,sha256=mB_VeJ-4wXJm3UTS5leGg_ZgFwgBJaS1QruBqnYMh6U,2650
28
+ oqtopus/ui/main_dialog.ui,sha256=A1U97A6Cl9h3GHtI4U6ZNI7KXpMEJM6aBKheuAshzto,2650
29
29
  oqtopus/ui/module_selection_widget.ui,sha256=IWfoWT5vHoayQPoOPIHOJlg4JdNmVX8DHFQnTIv-Hdk,5646
30
30
  oqtopus/ui/module_widget.ui,sha256=2sm0J-qb4CRiKaGk5lyg6AMWlq0d2hE0IW5OSYmJQZo,5662
31
31
  oqtopus/ui/plugin_widget.ui,sha256=osJ_QwzmXahV5fEHk4WfUjBBQ7jdsrL4pixiMF2jURA,2570
@@ -36,10 +36,10 @@ oqtopus/utils/plugin_utils.py,sha256=uGuhiiVC0qfNYH5vN-XE8poB22aNZyZeHf2g515uUrI
36
36
  oqtopus/utils/qt_utils.py,sha256=HPe9tOQQH9R9xZp4rGphVhSJO7220q368xmreDu5-6g,3243
37
37
  oqtopus/utils/tmmtlogging.py,sha256=BSAPrhQGCuH2boMG4bP8QFyLfoss1uR4pO_pXjTA1eQ,1733
38
38
  oqtopus/utils/translation.py,sha256=p1d5N6CYIf94fGYdPQnJamdum9MVBlPkJ24c557rqdg,2647
39
- oqtopus-0.1.23.dist-info/licenses/LICENSE,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
39
+ oqtopus-0.2.0.dist-info/licenses/LICENSE,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
40
40
  tests/__init__.py,sha256=z5CxS92efenLcDm64Sifx26EjZBCWPO4oVvaEEHJJ6w,444
41
41
  tests/test_plugin_load.py,sha256=HuVLdrsn2PSjKIrvcLj0EH7vNE8-0jBMmHZHihsqB3Q,517
42
- oqtopus-0.1.23.dist-info/METADATA,sha256=3NFcfxI2kbqcoJ2FkNnjBs8Sc95HDkNOpsS6e-5DvY0,21476
43
- oqtopus-0.1.23.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
44
- oqtopus-0.1.23.dist-info/top_level.txt,sha256=i4DHi21kcGIzrF8DlgsKj-UCENHg_NebTRac7cwt32A,14
45
- oqtopus-0.1.23.dist-info/RECORD,,
42
+ oqtopus-0.2.0.dist-info/METADATA,sha256=c8kCTBzJGtLT5YHnWFttiXzce372ORfDOsYQjOuxbsw,21787
43
+ oqtopus-0.2.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
44
+ oqtopus-0.2.0.dist-info/top_level.txt,sha256=i4DHi21kcGIzrF8DlgsKj-UCENHg_NebTRac7cwt32A,14
45
+ oqtopus-0.2.0.dist-info/RECORD,,