skillfed

google-apps-meet

Google Apps Meet API client library

google-apps-meet v0.5.0 339.5K downloads/30d#7,423 on PyPI5,373
Permissive license Apache-2.0 Active released

What it is and what it does

google-apps-meet is Google's official Python client for the Meet API, part of the broader google-cloud-python ecosystem. It wraps the underlying gRPC and REST interfaces to the Google Meet service, allowing you to programmatically create spaces, manage meetings, and interact with Meet resources from Python code. The library handles authentication via google-auth and serialization via protobuf and proto-plus, abstracting away the low-level protocol details.

You use it when you need to integrate Meet meeting creation or management into a Python application—for example, automating meeting setup, querying meeting details, or building a custom scheduling system. The library is in Beta status and actively maintained, supporting Python 3.10 through 3.14. Setup requires a Google Cloud project with the Meet API enabled and proper credentials configured.

Use it for:

  • Automate meeting creation and scheduling within a Python application or workflow
  • Build a custom admin dashboard that queries and manages Meet spaces and meetings
  • Integrate Meet meeting links into a third-party booking or calendar system
  • Programmatically retrieve meeting metadata and participant information for reporting

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Python client library for the Google Meet API that lets you create and manage meetings in Google Meet programmatically.

Yes, if you are building a Python application that needs to create or manage Google Meet meetings. The library is actively maintained, has low install friction, carries a permissive license, and integrates cleanly with standard Google Cloud authentication. Requires Python 3.10+ and prior setup of a Google Cloud project with the Meet API enabled.

Install

google-apps-meet on PyPI

pip

pip install google-apps-meet

uv

uv add google-apps-meet

poetry

poetry add google-apps-meet

Installing google-apps-meet

Before you install

Low install friction with a pure Python wheel distribution. Actively maintained as of 72 days ago with recent commits. Depends on standard Google Cloud libraries (google-api-core, google-auth, grpcio, proto-plus, protobuf).

License in practice

Apache-2.0 permissive license allows commercial and private use with minimal restrictions; you must include a copy of the license and state significant changes.

Quickstart

pip install google-apps-meet

from google.apps import meet_v2

client = meet_v2.SpacesServiceClient()
# Use client to create or manage meetings

Requires Python >= 3.10. You must set up a Google Cloud project, enable the Meet API, and configure authentication (service account or OAuth credentials) before making API calls.

Verify before relying

  • Specific API methods and meeting management capabilities available in version 0.5.0
  • Whether the library supports real-time meeting operations or only administrative tasks
  • Rate limits or quota constraints imposed by the Google Meet API itself

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 339,510/month — #7,423 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: google_apps_meet-0.5.0-py3-none-any.whl

Development Status :: 4 - BetaIntended 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

google meet api clientcreate manage meetings pythongoogle meet python librarygoogle apps meet sdkmeet api integrationgoogle meet automation
google-cloudmeeting-apigrpc-client

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-analytics-admin

Python client library for the Google Analytics…

permissive · top 1,000 on PyPI

google-cloud-tasks

Python client library for Google Cloud Tasks,…

permissive · top 1,000 on PyPI

google-cloud-api-keys

Manages API keys for Google Cloud projects,…

permissive · top 15,000 on PyPI

google-cloud-billing

Programmatic access to Google Cloud Platform…

permissive · top 15,000 on PyPI

google-cloud-functions

Python client library for Google Cloud…

permissive · top 5,000 on PyPI

google-cloud-resource-manager

Provides a Python client for Google Cloud…

permissive · top 1,000 on PyPI

google-nest-sdm

A Python library for interacting with Google…

permissive · top 15,000 on PyPI

gcal-sync

An asyncio library for reading and syncing…

permissive · top 15,000 on PyPI

fathom-python

A Python SDK for the Fathom External API that…

unclear · top 15,000 on PyPI

nylas

Official Python SDK for the Nylas API platform,…

permissive · top 15,000 on PyPI