Stitch-API-python
Python wrapper for Stitch Data API
Installation
pip install python-stitch-data==0.1.7
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>
Release files for python-stitch-data 0.1.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| python-stitch-data-0.1.7.tar.gz | 7.4 kB | Details |
Release files / python-stitch-data-0.1.7.tar.gz
| Download URL | python-stitch-data-0.1.7.tar.gz |
|---|---|
| Size | 7.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e521019e606a261e837427277adafc77366db1de7bd865f9208d51abc8c93892
|
|
BLAKE2b-256 checksum How to use checksums |
e466155bfad7ac16764706918005b6d4a3f84db3a592fd66ec958861df2f069c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7
|