Skip to content

hotgluexyz/tap-sellercloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tap-sellercloud

tap-sellercloud is a Singer tap for Sellercloud.

Installation

pipx install tap-sellercloud

Configuration

Accepted Config Options

A full list of supported settings and capabilities for this tap is available by running:

tap-sellercloud --about

Configure using environment variables

This Singer tap will automatically import any environment variables within the working directory's .env if the --config=ENV is provided, such that config values will be considered if a matching environment variable is set either in the terminal context or in the .env file.

Source Authentication and Authorization

{
  "server_id":"Sellercloud server id",
  "username":"Sellercloud username",
  "password": "SellerCloud password"
}

Executing the Tap Directly

tap-sellercloud --version
tap-sellercloud --help
tap-sellercloud --config CONFIG --discover > ./catalog.json

Initialize your Development Environment

pipx install poetry
poetry install

Create and Run Tests

Create tests within the tap_sellercloud/tests subfolder and then run:

poetry run pytest

You can also test the tap-sellercloud CLI interface directly using poetry run:

poetry run tap-sellercloud --help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages