Skip to main content

Python Client for Google Cloud Run

Project description

asyncio Python Client for Google Cloud Run

Sources Written in Python PyPI Build License

Installation

pip install gcloud-aio-run

Usage

List Cloud Run Services

import aiohttp
from gcloud.aio.run import RunClient


async def print_services(project, region):
  async with aiohttp.ClientSession() as session:
    async with RunClient(session=session) as client:
      services = await client.list_services(project, region=region)
      for service in services:
        print(service.name)

License

Copyright (c) 2021 by Cornelius Buschka.

Apache License, Version 2.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gcloud-aio-run-1.0.0.tar.gz (8.6 kB view hashes)

Uploaded Source

Built Distribution

gcloud_aio_run-1.0.0-py2.py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page