module documentation

The purpose of this module is implement PEP 621 validations that are difficult to express as a JSON Schema (or that are not supported by the current JSON Schema library).

Class RedefiningStaticFieldAsDynamic According to PEP 621:
Function validate_project_dynamic Undocumented
Type Variable T Undocumented
def validate_project_dynamic(pyproject: T) -> T: (source)

Undocumented

Undocumented

Value
TypeVar('T',
        bound=Mapping)