Skip to main content

Suite of prebuilt connectors to other APIs

Project description

Fringe API Connectors

This API package GSuite and GCP API connections into classes with simpler executions.

Requirements

  • Oauth Credentials for GSuite services
  • Service Account for GCP services

Defaults

  • scopes:
scopes = [
    'https://www.googleapis.com/auth/drive',
    'https://www.googleapis.com/auth/drive.file',
    'https://www.googleapis.com/auth/spreadsheets',
    'https://mail.google.com/'
]

Classes & Functions

import fringe_connector.api

  • GSuite() - authenticates using the Oauth credentials .json file
  • GSheets()- creates service using GSuite class upon instantiation
    • get()
    • update()
    • getColumnNumber()
    • getIndexesFromRange()
    • create()
  • GMail() - creates service using GSuite class upon instantiation
    • fetchEmails()
    • sendEmail()
  • GDrive()- creates service using GSuite class upon instantiation
    • moveFile()
    • uploadFile()
  • GSlides() - creates service using GSuite class upon instantiation
  • BigQuery() creates service using Service Account .json upon instantiation
    • loadTable() - creates table with data
    • createTable() - creates an empty table
    • query() - custom defined query. Returns results of query or loads results at the defined destination table
    • updateSchema() - updates schema of table
    • getTableProperties() - returns parsed table properties
    • deleteTable()
    • copyTable()
    • deleteDataset()
    • createDataset()
    • getDatasetTables()

import fringe_web_driver

  • WebDriver() - default instantiation with a crome web driver. Requires a chrome web driver in PATH.
    • quit()
    • downloadFile() - works with chrome web driver. Buggy with Firefox web driver. Returns the filename of the downloaded file.

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

fringe_connector-0.0.104.tar.gz (9.8 kB view hashes)

Uploaded Source

Built Distribution

fringe_connector-0.0.104-py3-none-any.whl (28.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