Skip to main content

Python wrapper for Stitch Data API

Project description

Stitch-API-python

Python wrapper for Stitch Data API

Installation

pip install python-stitch-data==0.1.3

Getting started

  • Create secrets file
cp  .env.example .env
  • Fill in secrets (or use environment variables)

STITCH_API_KEY

stitch app > account settings. Used for public API calls

STITCH_CLIENT_ID

stitch app > account settings. Used for public API calls

STITCH_AUTH_USER

Used for internal api calls

STITCH_AUTH_PASSWORD

Used for internal api calls

STITCH_BLACKILST_SOURCES

To mitigate the risk of resetting a large table it can be desirable to add sources/streams to explicit blacklist

Usage

import stitch_api

stitch = stitch_api.StitchAPI(STITCH_API_KEY,
                              STITCH_CLIENT_ID,
                              STITCH_AUTH_USER,
                              STITCH_AUTH_PASSWORD,
                              STITCH_BLACKLIST_SOURCES)

sources = stitch.list_sources()

CLI

stitchapi pause-source --source <SOURCE_NAME>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-stitch-data-0.1.3.tar.gz (7.0 kB view hashes)

Uploaded Source

Built Distribution

python_stitch_data-0.1.3-py3-none-any.whl (10.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page