ckanapi-harvesters 0.0.2__tar.gz → 0.0.3__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.
- {ckanapi_harvesters-0.0.2/src/ckanapi_harvesters.egg-info → ckanapi_harvesters-0.0.3}/PKG-INFO +12 -2
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/README.md +1 -1
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/pyproject.toml +16 -3
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3/src/ckanapi_harvesters.egg-info}/PKG-INFO +12 -2
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters.egg-info/requires.txt +7 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/LICENSE +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/setup.cfg +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/__init__.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/auxiliary/__init__.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/auxiliary/ckan_action.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/auxiliary/ckan_api_key.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/auxiliary/ckan_auxiliary.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/auxiliary/ckan_configuration.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/auxiliary/ckan_defs.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/auxiliary/ckan_errors.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/auxiliary/ckan_map.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/auxiliary/ckan_model.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/auxiliary/ckan_vocabulary_deprecated.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/auxiliary/deprecated.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/auxiliary/error_level_message.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/auxiliary/external_code_import.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/auxiliary/list_records.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/auxiliary/login.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/auxiliary/path.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/auxiliary/proxy_config.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/auxiliary/urls.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/__init__.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/builder_aux.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/builder_ckan.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/builder_errors.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/builder_field.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/builder_package.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/builder_package_1_basic.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/builder_package_2_harvesters.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/builder_package_3_multi_threaded.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/builder_package_example.xlsx +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/builder_resource.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/builder_resource_datastore.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/builder_resource_datastore_multi_abc.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/builder_resource_datastore_multi_folder.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/builder_resource_datastore_multi_harvester.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/builder_resource_datastore_unmanaged.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/builder_resource_datastore_url.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/builder_resource_init.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/builder_resource_multi_abc.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/builder_resource_multi_datastore.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/builder_resource_multi_file.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/example/__init__.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/example/builder_example.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/example/builder_example_aux_fun.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/example/builder_example_download.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/example/builder_example_generate_data.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/example/builder_example_patch_upload.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/example/builder_example_policy.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/example/builder_example_test_sql.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/example/builder_example_tests.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/example/builder_example_tests_offline.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/example/package/ckan-dpg.svg +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/example/package/users_local.csv +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/mapper_datastore.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/mapper_datastore_multi.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/specific/__init__.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/specific/configuration_builder.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/specific_builder_abc.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/ckan_api/__init__.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/ckan_api/ckan_api.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/ckan_api/ckan_api_0_base.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/ckan_api/ckan_api_1_map.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/ckan_api/ckan_api_2_readonly.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/ckan_api/ckan_api_3_policy.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/ckan_api/ckan_api_4_readwrite.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/ckan_api/ckan_api_5_manage.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/ckan_api/ckan_api_params.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/ckan_api/deprecated/__init__.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/ckan_api/deprecated/ckan_api_deprecated.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/ckan_api/deprecated/ckan_api_deprecated_vocabularies.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/harvesters/__init__.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/harvesters/data_cleaner/__init__.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/harvesters/data_cleaner/data_cleaner_abc.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/harvesters/data_cleaner/data_cleaner_errors.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/harvesters/data_cleaner/data_cleaner_upload.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/harvesters/data_cleaner/data_cleaner_upload_1_basic.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/harvesters/data_cleaner/data_cleaner_upload_2_geom.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/harvesters/file_formats/__init__.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/harvesters/file_formats/csv_format.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/harvesters/file_formats/file_format_abc.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/harvesters/file_formats/file_format_init.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/harvesters/file_formats/shp_format.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/harvesters/harvester_abc.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/harvesters/harvester_errors.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/harvesters/harvester_init.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/harvesters/harvester_model.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/harvesters/harvester_params.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/harvesters/postgre_harvester.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/harvesters/postgre_params.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/harvesters/pymongo_data_cleaner.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/harvesters/pymongo_harvester.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/harvesters/pymongo_params.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/policies/__init__.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/policies/data_format_policy.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/policies/data_format_policy_abc.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/policies/data_format_policy_custom_fields.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/policies/data_format_policy_defs.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/policies/data_format_policy_errors.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/policies/data_format_policy_lists.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/policies/data_format_policy_tag_groups.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/reports/__init__.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/reports/admin_report.py +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters.egg-info/SOURCES.txt +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters.egg-info/dependency_links.txt +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters.egg-info/top_level.txt +0 -0
- {ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/tests/test_builder_example_offline.py +0 -0
{ckanapi_harvesters-0.0.2/src/ckanapi_harvesters.egg-info → ckanapi_harvesters-0.0.3}/PKG-INFO
RENAMED
|
@@ -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
|
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "ckanapi_harvesters"
|
|
3
|
-
version = '0.0.
|
|
3
|
+
version = '0.0.3'
|
|
4
4
|
authors = [
|
|
5
|
+
{ name = "ifpen-gp", email = "63413841+ifpen-gp@users.noreply.github.com" },
|
|
5
6
|
]
|
|
6
7
|
maintainers = [
|
|
7
8
|
{ name = "ifpen-gp", email = "63413841+ifpen-gp@users.noreply.github.com" },
|
|
@@ -26,14 +27,26 @@ dependencies = [
|
|
|
26
27
|
|
|
27
28
|
license = { file = "LICENSE" }
|
|
28
29
|
|
|
30
|
+
[project.urls]
|
|
31
|
+
Documentation = "https://mobidec.github.io/ckanapi_harvesters/index.html"
|
|
32
|
+
Repository = "https://github.com/Mobidec/ckanapi_harvesters.git"
|
|
33
|
+
Issues = "https://github.com/Mobidec/ckanapi_harvesters/issues"
|
|
34
|
+
|
|
29
35
|
[project.optional-dependencies]
|
|
30
|
-
|
|
36
|
+
extras = [ # default extras
|
|
37
|
+
"pymongo >= 4.8.0", # MongoDB harvester
|
|
38
|
+
"psycopg2 >= 2.9.11", # Postgre harvester
|
|
39
|
+
"shapely >= 2.1.2", # GeoJSON support
|
|
40
|
+
"pyproj == 3.6.1", # GeoJSON transformations (v3.6.1 is compatible with Python 3.10)
|
|
41
|
+
"geopandas >= 1.1.2", # Shapefile reading functions
|
|
42
|
+
]
|
|
43
|
+
harvesters = [ # dependencies for database harvesters
|
|
31
44
|
"pymongo >= 4.8.0", # MongoDB harvester
|
|
32
45
|
"psycopg2 >= 2.9.11", # Postgre harvester
|
|
33
46
|
"shapely >= 2.1.2", # GeoJSON support
|
|
34
47
|
"pyproj == 3.6.1", # GeoJSON transformations (v3.6.1 is compatible with Python 3.10)
|
|
35
48
|
]
|
|
36
|
-
alt = [
|
|
49
|
+
alt = [ # optional packages alternative
|
|
37
50
|
"bson", # bson implementation, independent of pymongo
|
|
38
51
|
"shapely >= 2.1.2", # GeoJSON support
|
|
39
52
|
"pyproj == 3.6.1", # GeoJSON transformations (v3.6.1 is compatible with Python 3.10)
|
{ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3/src/ckanapi_harvesters.egg-info}/PKG-INFO
RENAMED
|
@@ -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
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/auxiliary/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/auxiliary/ckan_defs.py
RENAMED
|
File without changes
|
|
File without changes
|
{ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/auxiliary/ckan_map.py
RENAMED
|
File without changes
|
{ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/auxiliary/ckan_model.py
RENAMED
|
File without changes
|
|
File without changes
|
{ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/auxiliary/deprecated.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/auxiliary/login.py
RENAMED
|
File without changes
|
{ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/auxiliary/path.py
RENAMED
|
File without changes
|
|
File without changes
|
{ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/auxiliary/urls.py
RENAMED
|
File without changes
|
{ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/__init__.py
RENAMED
|
File without changes
|
{ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/builder_aux.py
RENAMED
|
File without changes
|
{ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/builder/builder_ckan.py
RENAMED
|
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
|
{ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/ckan_api/__init__.py
RENAMED
|
File without changes
|
{ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/ckan_api/ckan_api.py
RENAMED
|
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
|
{ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/harvesters/__init__.py
RENAMED
|
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
|
{ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/policies/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/reports/__init__.py
RENAMED
|
File without changes
|
{ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters/reports/admin_report.py
RENAMED
|
File without changes
|
{ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{ckanapi_harvesters-0.0.2 → ckanapi_harvesters-0.0.3}/src/ckanapi_harvesters.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|