module documentation

Undocumented

def validate(data, custom_formats={}, name_prefix=None): (source)

Undocumented

def validate_https___docs_python_org_3_install(data, custom_formats={}, name_prefix=None): (source)

Undocumented

def validate_https___packaging_python_org_en_latest_specifications_declaring_build_dependencies(data, custom_formats={}, name_prefix=None): (source)

Undocumented

def validate_https___packaging_python_org_en_latest_specifications_declaring_project_metadata(data, custom_formats={}, name_prefix=None): (source)

Undocumented

def validate_https___packaging_python_org_en_latest_specifications_declaring_project_metadata___definitions_author(data, custom_formats={}, name_prefix=None): (source)

Undocumented

def validate_https___packaging_python_org_en_latest_specifications_declaring_project_metadata___definitions_dependency(data, custom_formats={}, name_prefix=None): (source)

Undocumented

def validate_https___packaging_python_org_en_latest_specifications_declaring_project_metadata___definitions_entry_point_group(data, custom_formats={}, name_prefix=None): (source)

Undocumented

def validate_https___setuptools_pypa_io_en_latest_references_keywords_html(data, custom_formats={}, name_prefix=None): (source)

Undocumented

def validate_https___setuptools_pypa_io_en_latest_references_keywords_html__definitions_attr_directive(data, custom_formats={}, name_prefix=None): (source)

Undocumented

def validate_https___setuptools_pypa_io_en_latest_references_keywords_html__definitions_file_directive(data, custom_formats={}, name_prefix=None): (source)

Undocumented

def validate_https___setuptools_pypa_io_en_latest_references_keywords_html__definitions_find_directive(data, custom_formats={}, name_prefix=None): (source)

Undocumented

def validate_https___setuptools_pypa_io_en_latest_references_keywords_html__definitions_package_name(data, custom_formats={}, name_prefix=None): (source)

Undocumented

REGEX_PATTERNS = (source)

Undocumented

Value
{'^.*$': re.compile(r'^.*$'),
 '.+': re.compile(r'.+'),
 '^.+$': re.compile(r'^.+$'),
 'idn-email_re_pattern': re.compile(r'^[^@]+@[^@]+\.[^@]+\Z')}

Undocumented

Value
'2.16.3'
NoneType = (source)

Undocumented