sws-api-client 0.0.3.dev1__tar.gz → 0.0.4.dev0__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.
- {sws_api_client-0.0.3.dev1/sws_api_client.egg-info → sws_api_client-0.0.4.dev0}/PKG-INFO +1 -1
- {sws_api_client-0.0.3.dev1 → sws_api_client-0.0.4.dev0}/setup.py +1 -1
- {sws_api_client-0.0.3.dev1 → sws_api_client-0.0.4.dev0}/sws_api_client/tasks.py +2 -0
- {sws_api_client-0.0.3.dev1 → sws_api_client-0.0.4.dev0/sws_api_client.egg-info}/PKG-INFO +1 -1
- {sws_api_client-0.0.3.dev1 → sws_api_client-0.0.4.dev0}/LICENSE +0 -0
- {sws_api_client-0.0.3.dev1 → sws_api_client-0.0.4.dev0}/README.md +0 -0
- {sws_api_client-0.0.3.dev1 → sws_api_client-0.0.4.dev0}/setup.cfg +0 -0
- {sws_api_client-0.0.3.dev1 → sws_api_client-0.0.4.dev0}/sws_api_client/__init__.py +0 -0
- {sws_api_client-0.0.3.dev1 → sws_api_client-0.0.4.dev0}/sws_api_client/datasets.py +0 -0
- {sws_api_client-0.0.3.dev1 → sws_api_client-0.0.4.dev0}/sws_api_client/discover.py +0 -0
- {sws_api_client-0.0.3.dev1 → sws_api_client-0.0.4.dev0}/sws_api_client/sws_api_client.py +0 -0
- {sws_api_client-0.0.3.dev1 → sws_api_client-0.0.4.dev0}/sws_api_client/tags.py +0 -0
- {sws_api_client-0.0.3.dev1 → sws_api_client-0.0.4.dev0}/sws_api_client.egg-info/SOURCES.txt +0 -0
- {sws_api_client-0.0.3.dev1 → sws_api_client-0.0.4.dev0}/sws_api_client.egg-info/dependency_links.txt +0 -0
- {sws_api_client-0.0.3.dev1 → sws_api_client-0.0.4.dev0}/sws_api_client.egg-info/requires.txt +0 -0
- {sws_api_client-0.0.3.dev1 → sws_api_client-0.0.4.dev0}/sws_api_client.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: sws_api_client
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.4.dev0
|
|
4
4
|
Summary: A Python client to easily interact with the FAO SWS REST APIs
|
|
5
5
|
Home-page: https://bitbucket.org/cioapps/sws-it-python-api-client/src/main/
|
|
6
6
|
Author: Mansillo, Daniele (CSI)
|
|
@@ -17,6 +17,8 @@ class PluginPayload:
|
|
|
17
17
|
def to_dict(self) -> Dict:
|
|
18
18
|
return asdict(self)
|
|
19
19
|
|
|
20
|
+
# fake upate
|
|
21
|
+
|
|
20
22
|
# Define Status and DetailStatus as Literal types
|
|
21
23
|
Status = Literal['ACTIVE', 'ARCHIVED']
|
|
22
24
|
DetailStatus = Literal['CREATED', 'EXECUTION_PREPARED', 'EXECUTION_PROCESSING', 'EXECUTION_PROCESSED', 'STOP_REQUESTED', 'RETRIED', 'ENDED', 'ARCHIVED']
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: sws_api_client
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.4.dev0
|
|
4
4
|
Summary: A Python client to easily interact with the FAO SWS REST APIs
|
|
5
5
|
Home-page: https://bitbucket.org/cioapps/sws-it-python-api-client/src/main/
|
|
6
6
|
Author: Mansillo, Daniele (CSI)
|
|
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
|
{sws_api_client-0.0.3.dev1 → sws_api_client-0.0.4.dev0}/sws_api_client.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{sws_api_client-0.0.3.dev1 → sws_api_client-0.0.4.dev0}/sws_api_client.egg-info/requires.txt
RENAMED
|
File without changes
|
{sws_api_client-0.0.3.dev1 → sws_api_client-0.0.4.dev0}/sws_api_client.egg-info/top_level.txt
RENAMED
|
File without changes
|