{"enrichment":{"capability":"overrides provides a decorator-based mechanism to validate that methods in subclasses correctly override parent class methods, catching signature mismatches and missing overrides at class definition time, while automatically inheriting parent docstrings.","verdict":"overrides is a lightweight, well-maintained tool for catching inheritance bugs early in development. With no security vulnerabilities, permissive licensing, and a single standard-library dependency, it's a low-risk addition to any Python 3.6+ project that uses class hierarchies. The decorator-based approach integrates cleanly into existing codebases and provides immediate value through signature validation and docstring inheritance."},"id":"overrides","links":{"html":"https://skillfed.io/packages/overrides","md":"https://skillfed.io/packages/overrides.md","pypi":"https://pypi.org/project/overrides/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2024-01-27","license_spdx":null,"license_treatment":"permissive","name":"overrides","python_support":"supports_current","summary":"A decorator to automatically detect mismatch when overriding a method."},"popularity":{"tier":"top_1000"},"security":{"n_vulnerabilities":0},"version":"7.7.0"}
