{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/3"}],"enrichment":{"capability":"Aiogoogle is an async Python client for accessing Google's public APIs, enabling non-blocking requests to services like Google Drive, Gmail, Calendar, Sheets, Maps, and YouTube.","skillfed_tags":["async-io","google-apis"],"use_cases":["Build an async web service that queries Google Drive or Sheets without blocking request handlers.","Fetch Gmail messages or send emails asynchronously as part of a larger async workflow.","Integrate Google Calendar events into a real-time scheduling or notification system.","Batch-process YouTube or Google Maps data in a non-blocking async loop.","Combine multiple Google API calls in parallel using asyncio.gather() for faster data collection."],"what_it_does":"Aiogoogle is an async wrapper around Google's REST APIs, built on aiohttp and google-auth. It lets you make non-blocking calls to Google services\u2014Drive, Gmail, Sheets, Maps, YouTube, and others\u2014from within an asyncio event loop, avoiding the blocking I/O that would otherwise stall your application.\n\nThe package handles authentication via google-auth and abstracts away the HTTP boilerplate, so you can focus on your business logic. It's useful when you need to integrate multiple Google services into a larger async application, such as a web server, background worker, or data pipeline that must remain responsive while waiting for API responses.","worth_installing":"Yes, if you need async access to Google APIs and are already using asyncio in your project. The package is actively maintained, has low install friction, and carries a permissive MIT license. No known vulnerabilities as of 2026-08-14. Install it if you want to avoid blocking I/O when calling Google services; skip it if you're building a synchronous application or prefer the official google-cloud-* libraries."},"id":"aiogoogle","links":{"html":"https://skillfed.io/packages/aiogoogle","md":"https://skillfed.io/packages/aiogoogle.md","pypi":"https://pypi.org/project/aiogoogle/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-18","license_spdx":null,"license_treatment":"permissive","name":"aiogoogle","python_support":"unspecified","summary":"Async Google API client"},"popularity":{"monthly_downloads":827703,"position":4956,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"5.19.0"}
