Metadata-Version: 2.4
Name: modgud
Version: 0.2.1
Summary: Guard clauses are validation checks at the beginning of functions that exit early when preconditions aren't met. They prevent deeply nested conditional logic and make the "happy path" of your code more readable.
License: MIT
License-File: LICENSE
Keywords: guards,validation,decorators,defensive-programming,single-return-point,implicit-return
Author: steven.miers@gmail.com
Requires-Python: >=3.13
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
