What problem does it solve?
This Skill helps developers write Python code that adheres to Google's official style guide, ensuring consistency, readability, and maintainability across projects.
Core Features & Use Cases
- PEP 8 Compliance: Extends PEP 8 with Google-specific conventions.
- Type Annotations: Enforces type hints for better code clarity and static analysis.
- Docstrings: Mandates Google-style docstrings for comprehensive documentation.
- Naming Conventions: Provides clear guidelines for naming modules, classes, functions, and variables.
- Use Case: When generating a new Python module for a web service, use this Skill to ensure all functions are correctly typed, documented, and follow Google's naming standards, making the code easier for other developers to understand and integrate.
Quick Start
Apply Google's Python style guide to the provided code snippet.