google-apps-meet
Google Apps Meet API client library
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-meetuv
uv add google-apps-meetpoetry
poetry add google-apps-meetInstalling 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
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-analytics-adminPython client library for the Google Analytics…
permissive · top 1,000 on PyPI
google-cloud-tasksPython client library for Google Cloud Tasks,…
permissive · top 1,000 on PyPI
google-cloud-api-keysManages API keys for Google Cloud projects,…
permissive · top 15,000 on PyPI
google-cloud-billingProgrammatic access to Google Cloud Platform…
permissive · top 15,000 on PyPI
google-cloud-functionsPython client library for Google Cloud…
permissive · top 5,000 on PyPI
google-cloud-resource-managerProvides a Python client for Google Cloud…
permissive · top 1,000 on PyPI
google-nest-sdmA Python library for interacting with Google…
permissive · top 15,000 on PyPI
gcal-syncAn asyncio library for reading and syncing…
permissive · top 15,000 on PyPI
fathom-pythonA Python SDK for the Fathom External API that…
unclear · top 15,000 on PyPI
nylasOfficial Python SDK for the Nylas API platform,…
permissive · top 15,000 on PyPI