freva-client 2404.0.0__tar.gz → 2404.0.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.
- {freva_client-2404.0.0 → freva_client-2404.0.1}/PKG-INFO +2 -2
- {freva_client-2404.0.0 → freva_client-2404.0.1}/README.md +1 -1
- {freva_client-2404.0.0 → freva_client-2404.0.1}/src/freva_client/__init__.py +1 -1
- {freva_client-2404.0.0 → freva_client-2404.0.1}/MANIFEST.in +0 -0
- {freva_client-2404.0.0 → freva_client-2404.0.1}/assets/share/freva/freva.toml +0 -0
- {freva_client-2404.0.0 → freva_client-2404.0.1}/pyproject.toml +0 -0
- {freva_client-2404.0.0 → freva_client-2404.0.1}/src/freva_client/__main__.py +0 -0
- {freva_client-2404.0.0 → freva_client-2404.0.1}/src/freva_client/cli/__init__.py +0 -0
- {freva_client-2404.0.0 → freva_client-2404.0.1}/src/freva_client/cli/cli_app.py +0 -0
- {freva_client-2404.0.0 → freva_client-2404.0.1}/src/freva_client/cli/cli_utils.py +0 -0
- {freva_client-2404.0.0 → freva_client-2404.0.1}/src/freva_client/cli/databrowser_cli.py +0 -0
- {freva_client-2404.0.0 → freva_client-2404.0.1}/src/freva_client/py.typed +0 -0
- {freva_client-2404.0.0 → freva_client-2404.0.1}/src/freva_client/query.py +0 -0
- {freva_client-2404.0.0 → freva_client-2404.0.1}/src/freva_client/utils/__init__.py +0 -0
- {freva_client-2404.0.0 → freva_client-2404.0.1}/src/freva_client/utils/databrowser_utils.py +0 -0
- {freva_client-2404.0.0 → freva_client-2404.0.1}/src/freva_client/utils/logger.py +0 -0
- {freva_client-2404.0.0 → freva_client-2404.0.1}/src/tests/__init__.py +0 -0
- {freva_client-2404.0.0 → freva_client-2404.0.1}/src/tests/conftest.py +0 -0
- {freva_client-2404.0.0 → freva_client-2404.0.1}/src/tests/test_cli.py +0 -0
- {freva_client-2404.0.0 → freva_client-2404.0.1}/src/tests/test_databrowser.py +0 -0
- {freva_client-2404.0.0 → freva_client-2404.0.1}/src/tests/test_url.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: freva-client
|
|
3
|
-
Version: 2404.0.
|
|
3
|
+
Version: 2404.0.1
|
|
4
4
|
Summary: Search for climate data based on key-value pairs
|
|
5
5
|
Author-email: "DKRZ, Clint" <freva@dkrz.de>
|
|
6
6
|
Requires-Python: >=3.8
|
|
@@ -31,7 +31,7 @@ Provides-Extra: dev
|
|
|
31
31
|
# A REST API for the freva databrowser
|
|
32
32
|
|
|
33
33
|
[](LICENSE)
|
|
34
|
-
[](https://pypi.org/project/freva-client/)
|
|
35
35
|
[](https://freva-clint.github.io/freva-nextgen)
|
|
36
36
|
[](https://github.com/FREVA-CLINT/freva-nextgen/actions)
|
|
37
37
|
[](https://codecov.io/github/FREVA-CLINT/freva-nextgen)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# A REST API for the freva databrowser
|
|
2
2
|
|
|
3
3
|
[](LICENSE)
|
|
4
|
-
[](https://pypi.org/project/freva-client/)
|
|
5
5
|
[](https://freva-clint.github.io/freva-nextgen)
|
|
6
6
|
[](https://github.com/FREVA-CLINT/freva-nextgen/actions)
|
|
7
7
|
[](https://codecov.io/github/FREVA-CLINT/freva-nextgen)
|
|
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
|