--- id: gcloud-rest-taskqueue version: "7.0.0" license: MIT license_treatment: permissive maintenance: active --- # gcloud-rest-taskqueue — Python Client for Google Cloud Task Queue License: permissive · Maintenance: active · Downloads: 408.6K/mo ## What it is and what it does gcloud-rest-taskqueue is a Python client library for interacting with Google Cloud Task Queue, offering both asyncio and threadsafe interfaces for developers who need to manage task scheduling and execution in Google Cloud. It wraps the Cloud Tasks API, allowing you to create, list, and manage tasks programmatically from Python applications. The package is designed for production use and supports Python 3.8, 3.9, 3.10, and 3.11. It depends only on gcloud-rest-auth for authentication, keeping the dependency footprint minimal. The library is actively maintained and part of the broader gcloud-rest ecosystem, which provides similar async-first clients for other Google Cloud services. Use it for: - Schedule background jobs and deferred tasks in Google Cloud from a Python application - Build task queue management into microservices that need to coordinate work across distributed systems - Integrate task scheduling into async Python web frameworks that require non-blocking I/O - Manage task queues programmatically in automation or infrastructure-as-code workflows ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Asyncio and threadsafe Python client for Google Cloud Task Queue, enabling asynchronous task management and scheduling in Google Cloud. Yes, if you are building Python applications that need to interact with Google Cloud Task Queue. The package is production-stable, actively maintained, has low install friction, and carries a permissive MIT license. It is a reasonable choice for async-first or threadsafe task queue operations in Google Cloud environments. ## Install pip install gcloud-rest-taskqueue uv add gcloud-rest-taskqueue poetry add gcloud-rest-taskqueue ## Installing gcloud-rest-taskqueue Before you install: Low friction installation with a single runtime dependency (gcloud-rest-auth). Active maintenance with recent commits; repository remains actively developed. License in practice: MIT license permits commercial and private use with minimal restrictions; you may use, modify, and distribute the package freely provided you include the license notice. Quickstart: pip install gcloud-rest-taskqueue from gcloud.rest.taskqueue import TaskQueue # Requires gcloud-rest-auth for authentication taskqueue = TaskQueue(project='your-project') Requires Python 3.8 or later (supports 3.8, 3.9, 3.10, 3.11); authentication via gcloud-rest-auth must be configured Verify before relying: - Whether the package supports both asyncio and threadsafe patterns equally or if one is preferred - What specific task queue operations are supported beyond scheduling ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 408.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags google cloud task queue python, asyncio task queue client, cloud task scheduling, google cloud tasks async, task queue management python, google-cloud, task-queue, async-client [View on SkillFed](https://skillfed.io/packages/gcloud-rest-taskqueue) · [View on PyPI](https://pypi.org/project/gcloud-rest-taskqueue/)