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

adapapi

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adapapi - npm Package Compare versions

Comparing version
0.0.1
to
0.0.2
+1
-1
adapapi.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: adapapi
Version: 0.0.1
Version: 0.0.2
Summary: A simple Python package using Appen API

@@ -5,0 +5,0 @@ Home-page: UNKNOWN

@@ -21,3 +21,2 @@ import requests

Args:
api_key (str): ADAP API key
job_id (int): ADAP Job ID

@@ -39,3 +38,2 @@

Args:
api_key (str): ADAP API key
data_to_upload (pd.DataFrame_or_str_or_list_or_dict): DataFrame object, path to CSV file, list of dictionaries, or single dictionary

@@ -76,3 +74,2 @@ job_id (int): ADAP Job ID. If None then a new job will be created

Args:
api_key (str): ADAP API key
job_id (int): ADAP Job ID

@@ -94,3 +91,2 @@

Args:
api_key (str): ADAP API key
job_id (int): ADAP Job ID

@@ -113,3 +109,2 @@ include_uploaded_rows (bool): Flag to include previously uploaded rows. Default set to False.

Args:
api_key (str): ADAP API key
job_id (int): ADAP Job ID

@@ -134,3 +129,2 @@ indict (dict): Dictionary of items to update within job json

Args:
api_key (str): ADAP API key
job_id (int): ADAP Job ID

@@ -153,3 +147,2 @@

Args:
api_key (str): ADAP API key
job_id (int): ADAP Job ID

@@ -174,3 +167,2 @@ tag (str): For multiple tags, delimit by comma. eg. 'tag1, tag2'

Args:
api_key (str): ADAP API key
job_id (int): ADAP Job ID

@@ -196,3 +188,2 @@ tag (str): For multiple tags, delimit by comma. eg. 'tag1, tag2'

Args:
api_key (str): ADAP API key
tag (str): For multiple tags, delimit by comma. eg. 'tag1, tag2'

@@ -230,3 +221,2 @@

Args:
api_key (str): ADAP API key
job_id (int_or_list): ADAP Job ID. If a list of job IDs provided, will regenerate them sequentially

@@ -253,4 +243,3 @@ reporttype (str): ADAP report type -- full, aggregated, json, gold_report, workset, source

Args:
api_key (str): ADAP API key
job_ids (int): ADAP Job ID
job_id (int): ADAP Job ID
reporttype (str): ADAP report type -- full, aggregated, json, gold_report, workset, source

@@ -309,3 +298,2 @@ to_csv (bool): True if report should be saved to CSV, False if report to output as DataFrame object

Args:
api_key (str): ADAP API key
list_job_ids (list): list of job IDs

@@ -375,6 +363,5 @@ reporttype (str): ADAP report type -- full, aggregated, json, gold_report, workset, source

Args:
api_key ([type]): [description]
job_id ([type]): [description]
worker_id ([type]): [description]
amount_in_cents ([type]): [description]
job_id (int): ADAP Job ID
worker_id (int): ADAP Contributor ID
amount_in_cents (int): Amount in cents. The max amount to bonus per API request is $20.00. Function will split out your amount in max $20.00 chunks + remainder if more than $20.00 is to be bonused.
"""

@@ -412,3 +399,2 @@ def max_twenty(some):

Args:
api_key (str): ADAP API Key
job_id (int): ADAP Job ID

@@ -438,5 +424,4 @@ unit_id (int): ADAP Unit ID

Args:
api_key (str): ADAP API Key
job_id (int): ADAP Job ID
row (Pandas Series): Row from ADAP report
row (Pandas Series or dictionary): Row from ADAP report

@@ -468,3 +453,2 @@ Returns:

Args:
api_key (str): ADAP API Key
job_id (int): ADAP job ID

@@ -491,3 +475,2 @@ unit_id (int): ADAP Unit ID

Args:
api_key (str): ADAP API Key
job_id (int): ADAP job ID

@@ -510,3 +493,2 @@ unit_id (int): ADAP Unit ID

Args:
api_key (str): ADAP API Key
job_id (int): ADAP job ID

@@ -528,3 +510,2 @@ """

Args:
api_key (str): ADAP API key
job_id (int): ADAP Job ID

@@ -531,0 +512,0 @@ units_to_launch (int or str): Provide number of units to launch OR use "all" to launch all units.

Metadata-Version: 2.1
Name: adapapi
Version: 0.0.1
Version: 0.0.2
Summary: A simple Python package using Appen API

@@ -5,0 +5,0 @@ Home-page: UNKNOWN

@@ -5,3 +5,3 @@ from setuptools import setup, find_packages

name='adapapi',
version='0.0.1',
version='0.0.2',
description='A simple Python package using Appen API',

@@ -8,0 +8,0 @@ long_description_content_type='text/markdown',