ckanapi-harvesters 0.0.2__py3-none-any.whl → 0.0.3__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.
- {ckanapi_harvesters-0.0.2.dist-info → ckanapi_harvesters-0.0.3.dist-info}/METADATA +12 -2
- {ckanapi_harvesters-0.0.2.dist-info → ckanapi_harvesters-0.0.3.dist-info}/RECORD +4 -4
- {ckanapi_harvesters-0.0.2.dist-info → ckanapi_harvesters-0.0.3.dist-info}/WHEEL +0 -0
- {ckanapi_harvesters-0.0.2.dist-info → ckanapi_harvesters-0.0.3.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ckanapi_harvesters
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.3
|
|
4
4
|
Summary: Package helping to upload local resources to a CKAN server using the CKAN API. Metadata and the list of resources can be defined in an Excel spreadsheet. The package includes requests to download resources and checks metadata against formatting rules.
|
|
5
|
+
Author-email: ifpen-gp <63413841+ifpen-gp@users.noreply.github.com>
|
|
5
6
|
Maintainer-email: ifpen-gp <63413841+ifpen-gp@users.noreply.github.com>
|
|
6
7
|
License: MIT License
|
|
7
8
|
|
|
@@ -25,6 +26,9 @@ License: MIT License
|
|
|
25
26
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
26
27
|
SOFTWARE.
|
|
27
28
|
|
|
29
|
+
Project-URL: Documentation, https://mobidec.github.io/ckanapi_harvesters/index.html
|
|
30
|
+
Project-URL: Repository, https://github.com/Mobidec/ckanapi_harvesters.git
|
|
31
|
+
Project-URL: Issues, https://github.com/Mobidec/ckanapi_harvesters/issues
|
|
28
32
|
Classifier: Programming Language :: Python :: 3.10
|
|
29
33
|
Classifier: License :: OSI Approved :: MIT License
|
|
30
34
|
Classifier: Operating System :: OS Independent
|
|
@@ -36,6 +40,12 @@ Requires-Dist: requests>=2.32.5
|
|
|
36
40
|
Requires-Dist: pandas>=2.3.3
|
|
37
41
|
Requires-Dist: numpy>=2.2.6
|
|
38
42
|
Requires-Dist: openpyxl>=3.1.5
|
|
43
|
+
Provides-Extra: extras
|
|
44
|
+
Requires-Dist: pymongo>=4.8.0; extra == "extras"
|
|
45
|
+
Requires-Dist: psycopg2>=2.9.11; extra == "extras"
|
|
46
|
+
Requires-Dist: shapely>=2.1.2; extra == "extras"
|
|
47
|
+
Requires-Dist: pyproj==3.6.1; extra == "extras"
|
|
48
|
+
Requires-Dist: geopandas>=1.1.2; extra == "extras"
|
|
39
49
|
Provides-Extra: harvesters
|
|
40
50
|
Requires-Dist: pymongo>=4.8.0; extra == "harvesters"
|
|
41
51
|
Requires-Dist: psycopg2>=2.9.11; extra == "harvesters"
|
|
@@ -49,7 +59,7 @@ Requires-Dist: geopandas>=1.1.2; extra == "alt"
|
|
|
49
59
|
|
|
50
60
|
# ckanapi_harvesters
|
|
51
61
|
|
|
52
|
-
<img src="doc/assets/France2030-Logo-1024x576.png" alt="logo">
|
|
62
|
+
<img src="https://raw.githubusercontent.com/Mobidec/ckanapi_harvesters/refs/heads/main/doc/assets/France2030-Logo-1024x576.png" alt="logo">
|
|
53
63
|
|
|
54
64
|
---
|
|
55
65
|
|
|
@@ -99,7 +99,7 @@ ckanapi_harvesters/policies/data_format_policy_lists.py,sha256=Lh_pYUvolW6QujaHd
|
|
|
99
99
|
ckanapi_harvesters/policies/data_format_policy_tag_groups.py,sha256=KBxXm9hLgaiuJDTnP-ti2iZAyvf04uvUkIoo_Jqbpog,1341
|
|
100
100
|
ckanapi_harvesters/reports/__init__.py,sha256=LuacieaFOyqaivLuaRAD7Umx0rE_Lz9jD7bL88XLonw,137
|
|
101
101
|
ckanapi_harvesters/reports/admin_report.py,sha256=fSqNSLGe-XFmRQ6QanOm9VcAIbjDsiCNQSpVIGsH9XE,16773
|
|
102
|
-
ckanapi_harvesters-0.0.
|
|
103
|
-
ckanapi_harvesters-0.0.
|
|
104
|
-
ckanapi_harvesters-0.0.
|
|
105
|
-
ckanapi_harvesters-0.0.
|
|
102
|
+
ckanapi_harvesters-0.0.3.dist-info/METADATA,sha256=PO6PmbHXvX-ahLDUmoCai6UA1hkC-UtAhNwLHh7ywBA,12564
|
|
103
|
+
ckanapi_harvesters-0.0.3.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
104
|
+
ckanapi_harvesters-0.0.3.dist-info/top_level.txt,sha256=WvJprCJXBEK-Eew36dTdVdt9I_r4AdgA2Kur3RhLTPg,19
|
|
105
|
+
ckanapi_harvesters-0.0.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|