ddsapi 0.6b5__tar.gz → 0.7.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.
- {ddsapi-0.6b5 → ddsapi-0.7.1}/PKG-INFO +2 -2
- {ddsapi-0.6b5 → ddsapi-0.7.1}/ddsapi.egg-info/PKG-INFO +2 -2
- {ddsapi-0.6b5 → ddsapi-0.7.1}/setup.py +2 -2
- {ddsapi-0.6b5 → ddsapi-0.7.1}/LICENSE +0 -0
- {ddsapi-0.6b5 → ddsapi-0.7.1}/README.md +0 -0
- {ddsapi-0.6b5 → ddsapi-0.7.1}/ddsapi/__init__.py +0 -0
- {ddsapi-0.6b5 → ddsapi-0.7.1}/ddsapi/api.py +0 -0
- {ddsapi-0.6b5 → ddsapi-0.7.1}/ddsapi/cache.py +0 -0
- {ddsapi-0.6b5 → ddsapi-0.7.1}/ddsapi.egg-info/SOURCES.txt +0 -0
- {ddsapi-0.6b5 → ddsapi-0.7.1}/ddsapi.egg-info/dependency_links.txt +0 -0
- {ddsapi-0.6b5 → ddsapi-0.7.1}/ddsapi.egg-info/requires.txt +0 -0
- {ddsapi-0.6b5 → ddsapi-0.7.1}/ddsapi.egg-info/top_level.txt +0 -0
- {ddsapi-0.6b5 → ddsapi-0.7.1}/setup.cfg +0 -0
- {ddsapi-0.6b5 → ddsapi-0.7.1}/tests/__init__.py +0 -0
- {ddsapi-0.6b5 → ddsapi-0.7.1}/tests/test_config.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: ddsapi
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.7.1
|
|
4
4
|
Summary: Python Client to access and download data from CMCC Data Delivery System (DDS)
|
|
5
5
|
Home-page: https://github.com/CMCC-Foundation/ddsapi-client/
|
|
6
6
|
Author: CMCC Data Delivery System Team
|
|
@@ -15,7 +15,7 @@ Classifier: Operating System :: OS Independent
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
|
|
17
17
|
Classifier: Topic :: Scientific/Engineering :: Hydrology
|
|
18
|
-
Requires-Python: >=3.
|
|
18
|
+
Requires-Python: >=3.11
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE
|
|
21
21
|
Requires-Dist: geokube==0.2.7.1
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: ddsapi
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.7.1
|
|
4
4
|
Summary: Python Client to access and download data from CMCC Data Delivery System (DDS)
|
|
5
5
|
Home-page: https://github.com/CMCC-Foundation/ddsapi-client/
|
|
6
6
|
Author: CMCC Data Delivery System Team
|
|
@@ -15,7 +15,7 @@ Classifier: Operating System :: OS Independent
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
|
|
17
17
|
Classifier: Topic :: Scientific/Engineering :: Hydrology
|
|
18
|
-
Requires-Python: >=3.
|
|
18
|
+
Requires-Python: >=3.11
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE
|
|
21
21
|
Requires-Dist: geokube==0.2.7.1
|
|
@@ -17,7 +17,7 @@ with open("README.md", "r") as f:
|
|
|
17
17
|
|
|
18
18
|
setuptools.setup(
|
|
19
19
|
name="ddsapi",
|
|
20
|
-
version="0.
|
|
20
|
+
version="0.7.1",
|
|
21
21
|
author="CMCC Data Delivery System Team",
|
|
22
22
|
author_email="dds-support@cmcc.it",
|
|
23
23
|
description=(
|
|
@@ -47,6 +47,6 @@ setuptools.setup(
|
|
|
47
47
|
"Topic :: Scientific/Engineering :: Atmospheric Science",
|
|
48
48
|
"Topic :: Scientific/Engineering :: Hydrology",
|
|
49
49
|
],
|
|
50
|
-
python_requires=">=3.
|
|
50
|
+
python_requires=">=3.11",
|
|
51
51
|
license="Apache License, Version 2.0",
|
|
52
52
|
)
|
|
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
|