Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

adamapi

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adamapi - npm Package Compare versions

Comparing version
2.0.7
to
2.0.8
+10
-3
adamapi.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: adamapi
Version: 2.0.7
Version: 2.0.8
Summary: Python Adam API

@@ -14,3 +14,3 @@ Home-page: https://git.services.meeo.it/das/adamapi

1. adamapi==1.0.1 , This package works only with ADAMCORE 1.
2. adamapi==2.0.7, This pachage works only with ADAMCORE 2.
2. adamapi==2.0.8, This pachage works only with ADAMCORE 2.

@@ -264,3 +264,10 @@ ## Requirements

#check order status
image=data.getData(datasetId, asyncron= True,pk={{orderID}})
- get order info:
image.pk -> order key
image.status -> order status
image.location -> order location when status is completed
image=data.getData(datasetId, asyncron= True,pk=image.pk)
```

@@ -267,0 +274,0 @@

@@ -30,4 +30,8 @@ """

"""Base class for adamapi mesage"""
pass
def __init__(self,json):
self.pk=json["pk"]
self.status=json["status"]
self.location = json["location"] if "location" in json else ""
from . import authorization

@@ -34,0 +38,0 @@ from . import datasets

Metadata-Version: 2.1
Name: adamapi
Version: 2.0.7
Version: 2.0.8
Summary: Python Adam API

@@ -14,3 +14,3 @@ Home-page: https://git.services.meeo.it/das/adamapi

1. adamapi==1.0.1 , This package works only with ADAMCORE 1.
2. adamapi==2.0.7, This pachage works only with ADAMCORE 2.
2. adamapi==2.0.8, This pachage works only with ADAMCORE 2.

@@ -264,3 +264,10 @@ ## Requirements

#check order status
image=data.getData(datasetId, asyncron= True,pk={{orderID}})
- get order info:
image.pk -> order key
image.status -> order status
image.location -> order location when status is completed
image=data.getData(datasetId, asyncron= True,pk=image.pk)
```

@@ -267,0 +274,0 @@

@@ -31,3 +31,3 @@ """

name="adamapi",
version="2.0.7",
version="2.0.8",
author="MEEO s.r.l.",

@@ -34,0 +34,0 @@ author_email="info@meeo.it",