-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugins.xml
38 lines (38 loc) · 1.73 KB
/
plugins.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<plugins>
<pyqgis_plugin name="Eqip" version="0.2.0">
<description>QGIS Pip Management</description>
<version>0.2.0</version>
<qgis_minimum_version>3.0</qgis_minimum_version>
<homepage>https://github.com/automaps/eqip</homepage>
<file_name>eqip.0.2.0.zip</file_name>
<icon>icon.png</icon>
<author_name>heider</author_name>
<download_url>https://github.com/automaps/eqip/releases/download/0.2.0/eqip.0.2.0.zip</download_url>
<uploaded_by>heider</uploaded_by>
<create_date>2024-04-07</create_date>
<update_date>2024-04-07</update_date>
<experimental>True</experimental>
<deprecated>False # deprecated flag (applies to the whole plugin, not just a single version)</deprecated>
<tracker>https://github.com/automaps/eqip/issues</tracker>
<repository>https://github.com/automaps/eqip</repository>
<tags>python, live, inspection, debugging, shapely, geometry, collections</tags>
</pyqgis_plugin>
<pyqgis_plugin name="Eqip" version="0.2.9">
<description>QGIS Pip Management</description>
<version>0.2.9</version>
<qgis_minimum_version>3.0</qgis_minimum_version>
<homepage>https://github.com/automaps/eqip</homepage>
<file_name>eqip.0.2.9.zip</file_name>
<icon>icon.png</icon>
<author_name>heider</author_name>
<download_url>https://github.com/automaps/eqip/releases/download/0.2.9/eqip.0.2.9.zip</download_url>
<uploaded_by>heider</uploaded_by>
<create_date>2024-06-03</create_date>
<update_date>2024-06-03</update_date>
<experimental>False</experimental>
<deprecated>False</deprecated>
<tracker>https://github.com/automaps/eqip/issues</tracker>
<repository>https://github.com/automaps/eqip</repository>
<tags>python, live, inspection, debugging, shapely, geometry, collections</tags>
</pyqgis_plugin>
</plugins>