{"categories":[{"label":"Internet","url":"https://skillfed.io/packages/category/internet/2"}],"enrichment":{"capability":"Python client library for Google Cloud Scheduler that creates and manages jobs run on a regular recurring schedule.","skillfed_tags":["google-cloud","job-scheduling","task-automation"],"use_cases":["Schedule recurring data pipeline jobs (ETL, backups, reports) on Google Cloud without managing cron servers.","Trigger Pub/Sub messages or HTTP webhooks on a fixed schedule for event-driven workflows.","Programmatically manage job lifecycle (create, update, pause, delete, run) from Python applications.","Monitor and list all scheduled jobs in a Google Cloud project for auditing or operational dashboards.","Integrate job scheduling into multi-cloud or hybrid deployments that use Google Cloud as one component."],"what_it_does":"google-cloud-scheduler is the official Python client library for Google Cloud Scheduler, a managed service that lets you create and manage jobs that run on a regular recurring schedule. It wraps the Cloud Scheduler API, allowing you to programmatically define, trigger, pause, and monitor scheduled tasks without managing cron infrastructure yourself.\n\nThe library depends on google-api-core, google-auth, grpcio, proto-plus, and protobuf to handle authentication, gRPC communication, and protocol buffer serialization. It targets modern Python versions (3.10 and later) and is actively maintained by Google. Installation is straightforward via pip, and authentication is handled through standard Google Cloud credential mechanisms.","worth_installing":"Yes. This is the official, actively maintained client for Cloud Scheduler with no known vulnerabilities, permissive licensing, and low install friction. Install it if you need to manage scheduled jobs on Google Cloud from Python code; skip it if you only use the Cloud Console or don't use Cloud Scheduler."},"id":"google-cloud-scheduler","links":{"html":"https://skillfed.io/packages/google-cloud-scheduler","md":"https://skillfed.io/packages/google-cloud-scheduler.md","pypi":"https://pypi.org/project/google-cloud-scheduler/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-03","license_spdx":null,"license_treatment":"permissive","name":"google-cloud-scheduler","python_support":"supports_current","summary":"Google Cloud Scheduler API client library"},"popularity":{"monthly_downloads":1903988,"position":3442,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"2.20.0"}
