{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/8"}],"enrichment":{"capability":"Provides a fsspec-compatible filesystem interface for Google Drive, allowing you to read, write, and browse files on Google Drive using standard filesystem operations.","skillfed_tags":["cloud-storage","google-drive","filesystem-abstraction"],"use_cases":["Integrate Google Drive as a data source in data pipelines or Jupyter notebooks without switching between APIs.","Build backup or sync tools that treat Google Drive as a standard filesystem target.","Access publicly shared Google Drive files programmatically without authentication setup.","Automate file operations on a shared team drive using service account credentials in CI/CD workflows.","Prototype cloud-agnostic code that can swap fsspec backends (local, S3, Google Drive) without rewriting logic."],"what_it_does":"gdrive-fsspec wraps Google Drive as a filesystem using the fsspec abstraction layer, letting you treat Google Drive like a local or networked filesystem. It supports three authentication modes: service account credentials (for programmatic access without user prompts), OAuth with browser or console-based flow (for user-interactive scenarios), and anonymous read-only access to publicly shared files. The package implements the fsspec interface, so once authenticated, you can use standard filesystem operations\u2014listing directories, reading and writing files, checking existence\u2014against your Google Drive.\n\nThe package is actively maintained but explicitly marked as beta, meaning the API or behavior may change and it is not recommended for production systems where stability is critical. It depends on Google's official API client libraries (google-api-python-client, google-auth-httplib2, google-auth-oauthlib) and pydata-google-auth for credential handling, all of which are well-established. The low install friction and support for modern Python versions (3.10\u20133.14) make it straightforward to add to existing projects.","worth_installing":"Yes, if you need to interact with Google Drive as a filesystem and can accept beta-stage stability. The low install friction, active maintenance, and permissive license make it a reasonable choice for development and non-critical workflows. Not recommended for production systems requiring guaranteed stability\u2014wait for a stable release or use the official Google Drive API directly if production reliability is essential."},"id":"gdrive-fsspec","links":{"html":"https://skillfed.io/packages/gdrive-fsspec","md":"https://skillfed.io/packages/gdrive-fsspec.md","pypi":"https://pypi.org/project/gdrive-fsspec/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-11","license_spdx":null,"license_treatment":"permissive","name":"gdrive-fsspec","python_support":"supports_current","summary":"File system on GDrive"},"popularity":{"monthly_downloads":159425,"position":10695,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.4.1"}
