google-cloud-scheduler
Google Cloud Scheduler API client library
What it is and 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.
The 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.
Use it for:
- 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.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Python client library for Google Cloud Scheduler that creates and manages jobs run on a regular recurring schedule.
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.
Install
google-cloud-scheduler on PyPI
pip
pip install google-cloud-scheduleruv
uv add google-cloud-schedulerpoetry
poetry add google-cloud-schedulerInstalling google-cloud-scheduler
Before you install
Low friction installation with a wheel distribution. Actively maintained with recent releases; last commit 2026-08-14. Depends on standard Google Cloud libraries (google-api-core, google-auth, grpcio, proto-plus, protobuf).
License in practice
Licensed under Apache-2.0 (permissive), allowing commercial and private use with minimal restrictions beyond attribution and liability disclaimers.
Quickstart
pip install google-cloud-scheduler
from google.cloud import scheduler_v1
client = scheduler_v1.CloudSchedulerClient()
project = 'your-project-id'
parent = client.common_project_path(project)
jobs = client.list_jobs(request={'parent': parent})
Requires Python >= 3.10. Google Cloud credentials must be configured (via application default credentials, service account key, or GOOGLE_APPLICATION_CREDENTIALS environment variable).
Verify before relying
- Whether the package supports all Cloud Scheduler job types (HTTP, Pub/Sub, App Engine) or if additional setup is needed for each.
- Performance characteristics when managing large numbers of scheduled jobs.
- Whether timezone handling for job schedules is automatic or requires manual configuration.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 5 — google-api-core, google-auth, grpcio, proto-plus, protobuf |
| Maintenance | actively maintained — 72 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 1,903,988/month — #3,442 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: google_cloud_scheduler-2.20.0-py3-none-any.whl
Tags
More Internet packages
Botocore provides low-level, data-driven access…
permissive · top 100 on PyPI
aiobotocoreProvides an async client for AWS services using…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
filelockProvides a platform-independent file locking…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
googleapis-common-protosProvides common Protocol Buffer message…
permissive · top 100 on PyPI
google-cloud-tasksPython client library for Google Cloud Tasks,…
permissive · top 1,000 on PyPI
TGSchedulerTGScheduler is a pure Python task scheduler…
permissive · top 15,000 on PyPI
google-cloud-buildPython client library for Google Cloud Build…
permissive · top 1,000 on PyPI
google-cloud-monitoringPython client library for Google Cloud…
permissive · top 1,000 on PyPI
google-cloud-functionsPython client library for Google Cloud…
permissive · top 5,000 on PyPI
google-cloud-batchA Python client library for Google Cloud Batch…
permissive · top 1,000 on PyPI
gcal-syncAn asyncio library for reading and syncing…
permissive · top 15,000 on PyPI
google-cloud-monitoring-dashboardsPython client library for Google Cloud…
permissive · top 15,000 on PyPI
google-cloud-dataflow-clientProvides a Python client library to manage…
permissive · top 1,000 on PyPI
nylasOfficial Python SDK for the Nylas API platform,…
permissive · top 15,000 on PyPI