Metadata-Version: 2.1
Name: python-stitch-data
Version: 0.1.1
Summary: Python wrapper for Stitch Data API
Home-page: https://github.com/rynmccrmck/python-stitch-data
License: UNKNOWN
Download-URL: https://github.com/rynmccrmck/python-stitch-data/archive/v0.1.1.tar.gz
Description: # Stitch-API-python
        
        Python wrapper for Stitch Data API
        
        ## Installation
        
        ```
        pip install python-stitch-data==0.1.1
        ```
        
        ## Getting started
        
        - Create secrets file
        ```
        cp  .env.example .env
        ```
        
        - Fill in secrets (or use environment variables)
        
        ## Usage
        
        ```
        import stitch_api
        
        stitch = stitch_api.StitchAPI(STITCH_API_KEY,
                                       STITCH_CLIENT_ID,
                                       STITCH_AUTH_USER,
                                       STITCH_AUTH_PASSWORD,
                                       STITCH_BLACKILST_SOURCES)
        
        sources = stitch.list_sources()
        ```
        
        
        ## CLI
        
        
        ```
        stitchapi pause-source --source <SOURCE_NAME>
        ```
Keywords: stitch,api,wrapper
Platform: UNKNOWN
Description-Content-Type: text/markdown
