strict-kwargs
JSON →A Python library for enforcing keyword-only arguments in function signatures. Version 2026.6.4 requires Python 3.11+. It provides a decorator that forces all arguments after a certain point to be passed as keyword arguments, reducing bugs from positional argument misuse. No breaking changes have been reported recently.