skillfed

google-cloud-scheduler

Google Cloud Scheduler API client library

google-cloud-scheduler v2.20.0 1.9M downloads/30d#3,442 on PyPI5,373
Permissive license Apache-2.0 Active released

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-scheduler

uv

uv add google-cloud-scheduler

poetry

poetry add google-cloud-scheduler

Installing 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

Development Status :: 5 - Production/StableIntended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: Internet

Tags

cloud scheduler python clientgoogle cloud job schedulingrecurring task management gcpcron job automation google cloudscheduled job orchestrationcloud scheduler api python
google-cloudjob-schedulingtask-automation

More Internet packages

botocore

Botocore provides low-level, data-driven access…

permissive · top 100 on PyPI

aiobotocore

Provides an async client for AWS services using…

permissive · top 100 on PyPI

pydantic

Pydantic validates Python data structures…

permissive · top 100 on PyPI

filelock

Provides a platform-independent file locking…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

googleapis-common-protos

Provides common Protocol Buffer message…

permissive · top 100 on PyPI

google-cloud-tasks

Python client library for Google Cloud Tasks,…

permissive · top 1,000 on PyPI

TGScheduler

TGScheduler is a pure Python task scheduler…

permissive · top 15,000 on PyPI

google-cloud-build

Python client library for Google Cloud Build…

permissive · top 1,000 on PyPI

google-cloud-monitoring

Python client library for Google Cloud…

permissive · top 1,000 on PyPI

google-cloud-functions

Python client library for Google Cloud…

permissive · top 5,000 on PyPI

google-cloud-batch

A Python client library for Google Cloud Batch…

permissive · top 1,000 on PyPI

gcal-sync

An asyncio library for reading and syncing…

permissive · top 15,000 on PyPI

google-cloud-monitoring-dashboards

Python client library for Google Cloud…

permissive · top 15,000 on PyPI

google-cloud-dataflow-client

Provides a Python client library to manage…

permissive · top 1,000 on PyPI

nylas

Official Python SDK for the Nylas API platform,…

permissive · top 15,000 on PyPI