--- id: google-apps-meet version: "0.5.0" license: Apache-2.0 license_treatment: permissive maintenance: active --- # google-apps-meet — Google Apps Meet API client library License: permissive · Maintenance: active · Downloads: 339.5K/mo ## 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 above — 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 pip install google-apps-meet uv add google-apps-meet 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_current - Install friction: low - Maintenance: active - Downloads: 339.5K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags google meet api client, create manage meetings python, google meet python library, google apps meet sdk, meet api integration, google meet automation, google-cloud, meeting-api, grpc-client [View on SkillFed](https://skillfed.io/packages/google-apps-meet) · [View on PyPI](https://pypi.org/project/google-apps-meet/)