ee-client 2.3.0__tar.gz → 2.4.0__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.
- {ee_client-2.3.0 → ee_client-2.4.0}/PKG-INFO +1 -1
- {ee_client-2.3.0 → ee_client-2.4.0}/ee_client.egg-info/PKG-INFO +1 -1
- {ee_client-2.3.0 → ee_client-2.4.0}/eeclient/__init__.py +1 -1
- {ee_client-2.3.0 → ee_client-2.4.0}/eeclient/models.py +7 -0
- {ee_client-2.3.0 → ee_client-2.4.0}/pyproject.toml +2 -2
- {ee_client-2.3.0 → ee_client-2.4.0}/LICENSE +0 -0
- {ee_client-2.3.0 → ee_client-2.4.0}/README.rst +0 -0
- {ee_client-2.3.0 → ee_client-2.4.0}/ee_client.egg-info/SOURCES.txt +0 -0
- {ee_client-2.3.0 → ee_client-2.4.0}/ee_client.egg-info/dependency_links.txt +0 -0
- {ee_client-2.3.0 → ee_client-2.4.0}/ee_client.egg-info/requires.txt +0 -0
- {ee_client-2.3.0 → ee_client-2.4.0}/ee_client.egg-info/top_level.txt +0 -0
- {ee_client-2.3.0 → ee_client-2.4.0}/eeclient/client.py +0 -0
- {ee_client-2.3.0 → ee_client-2.4.0}/eeclient/data.py +0 -0
- {ee_client-2.3.0 → ee_client-2.4.0}/eeclient/exceptions.py +0 -0
- {ee_client-2.3.0 → ee_client-2.4.0}/eeclient/export/__init__.py +0 -0
- {ee_client-2.3.0 → ee_client-2.4.0}/eeclient/export/image.py +0 -0
- {ee_client-2.3.0 → ee_client-2.4.0}/eeclient/export/table.py +0 -0
- {ee_client-2.3.0 → ee_client-2.4.0}/eeclient/helpers.py +0 -0
- {ee_client-2.3.0 → ee_client-2.4.0}/eeclient/interfaces/__init__.py +0 -0
- {ee_client-2.3.0 → ee_client-2.4.0}/eeclient/interfaces/export.py +0 -0
- {ee_client-2.3.0 → ee_client-2.4.0}/eeclient/interfaces/operations.py +0 -0
- {ee_client-2.3.0 → ee_client-2.4.0}/eeclient/interfaces/tasks.py +0 -0
- {ee_client-2.3.0 → ee_client-2.4.0}/eeclient/oauth_app.py +0 -0
- {ee_client-2.3.0 → ee_client-2.4.0}/eeclient/sepal_credential_mixin.py +0 -0
- {ee_client-2.3.0 → ee_client-2.4.0}/eeclient/tasks.py +0 -0
- {ee_client-2.3.0 → ee_client-2.4.0}/setup.cfg +0 -0
- {ee_client-2.3.0 → ee_client-2.4.0}/tests/test_client.py +0 -0
- {ee_client-2.3.0 → ee_client-2.4.0}/tests/test_data.py +0 -0
- {ee_client-2.3.0 → ee_client-2.4.0}/tests/test_models.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ee-client
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.4.0
|
|
4
4
|
Summary: extends the capabilities of the earthengine-api by providing custom session management and client interactions
|
|
5
5
|
Author-email: Daniel Guerrero <dfgm2006@gmail.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/dfguerrerom/ee-client
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ee-client
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.4.0
|
|
4
4
|
Summary: extends the capabilities of the earthengine-api by providing custom session management and client interactions
|
|
5
5
|
Author-email: Daniel Guerrero <dfgm2006@gmail.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/dfguerrerom/ee-client
|
|
@@ -141,6 +141,13 @@ class SepalHeaders(BaseModel):
|
|
|
141
141
|
raise ValueError("Invalid JSON string in sepal-user field") from e
|
|
142
142
|
return v
|
|
143
143
|
|
|
144
|
+
@property
|
|
145
|
+
def session_id(self) -> Optional[str]:
|
|
146
|
+
"""
|
|
147
|
+
Returns the SEPAL-SESSIONID cookie value if present.
|
|
148
|
+
"""
|
|
149
|
+
return self.cookies.get("SEPAL-SESSIONID")
|
|
150
|
+
|
|
144
151
|
model_config = ConfigDict(
|
|
145
152
|
alias_generator=to_camel,
|
|
146
153
|
populate_by_name=True,
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "ee-client"
|
|
7
|
-
version = "2.
|
|
7
|
+
version = "2.4.0"
|
|
8
8
|
description = "extends the capabilities of the earthengine-api by providing custom session management and client interactions"
|
|
9
9
|
readme = { file = "README.rst", content-type = "text/x-rst" }
|
|
10
10
|
authors = [
|
|
@@ -66,7 +66,7 @@ branch = true
|
|
|
66
66
|
[tool.commitizen]
|
|
67
67
|
tag_format = "v$major.$minor.$patch$prerelease"
|
|
68
68
|
update_changelog_on_bump = false
|
|
69
|
-
version = "2.
|
|
69
|
+
version = "2.4.0"
|
|
70
70
|
version_files = [
|
|
71
71
|
"pyproject.toml:version",
|
|
72
72
|
"eeclient/__init__.py:__version__",
|
|
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
|