{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/10"},{"label":"Office/Business","url":"https://skillfed.io/packages/category/office-business"}],"enrichment":{"capability":"Transfers tabular data between Google Spreadsheets and DataFrames, enabling bidirectional sync of spreadsheet data for analysis and processing.","skillfed_tags":["google-sheets","data-sync","spreadsheet-integration"],"use_cases":["Export analysis results directly to a shared Google Sheet for team review.","Automate periodic data pulls from Google Sheets into a Python pipeline for further processing.","Sync tabular data stored in Google Drive with local DataFrames for offline analysis.","Replace manual copy-paste of spreadsheet data by programmatically uploading cleaned data.","Build a data collection tool that reads responses from a Google Form stored as a Sheet."],"what_it_does":"df2gspread is a Python bridge for moving table data between Google Spreadsheets and DataFrames. It provides two main functions: upload() to write a DataFrame to a Google Sheet, and download() to read a Sheet into a DataFrame. The package handles Google Drive authentication via OAuth 2.0 and abstracts away the complexity of the Google Sheets API.\n\nThe package is designed for workflows where data lives in Google Drive and needs periodic sync with Python analysis pipelines. It requires manual credential setup\u2014downloading an OAuth JSON file from Google Cloud Console and authorizing the application once\u2014before it can read or write. No runtime dependencies are declared in the package metadata.","worth_installing":"Yes, if you need to sync data with Google Sheets and can tolerate the OAuth setup overhead and dormant maintenance status. No, if you require active maintenance, Python 3 certainty, or a more modern Google Sheets integration. The GPLv3 copyleft license is a hard blocker for proprietary code."},"id":"df2gspread","links":{"html":"https://skillfed.io/packages/df2gspread","md":"https://skillfed.io/packages/df2gspread.md","pypi":"https://pypi.org/project/df2gspread/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2019-01-03","license_spdx":null,"license_treatment":"copyleft","name":"df2gspread","python_support":"unspecified","summary":"Export tables to Google Spreadsheets."},"popularity":{"monthly_downloads":99391,"position":13025,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.0.4"}
