.travis.yml
LICENSE.md
MANIFEST.in
Makefile
README.md
pylama.ini
pytest.ini
setup.cfg
setup.py
.github/stale.yml
.github/workflows/release.yml
data/bis-modified-schema.json
data/invalid_json.json
data/issue277.json
data/mixed_datapackage.json
data/non_tabular_datapackage.json
data/required_false_schema.json
data/schema_invalid_empty.json
data/schema_invalid_pk_array.json
data/schema_invalid_pk_string.json
data/schema_invalid_wrong_type.json
data/schema_valid_full.json
data/schema_valid_pk_array.json
data/schema_valid_pk_string.json
data/schema_valid_simple.json
data/test_schema.json
data/unique_field.json
data/contacts/schema_incomplete_fields.json
data/contacts/schema_invalid.json
data/contacts/schema_valid.json
data/contacts/schema_valid_not_field_order.json
data/datapackages/geopoint/datapackage.json
data/datapackages/invalid/datapackage.json
data/datapackages/multipart/datapackage.json
data/datapackages/valid/datapackage.json
data/datapackages_linked/cities/datapackage.json
data/datapackages_linked/people/datapackage.json
data/datapackages_linked_errors/cities/datapackage.json
data/datapackages_linked_errors/people/datapackage.json
data/hmt/bis-modified.json
data/hmt/spend-publishing-schema.json
data/number_test/datapackage.json
goodtables/VERSION
goodtables/__init__.py
goodtables/__main__.py
goodtables/cells.py
goodtables/cli.py
goodtables/config.py
goodtables/error.py
goodtables/exceptions.py
goodtables/helpers.py
goodtables/inspector.py
goodtables/registry.py
goodtables/spec.json
goodtables/spec.py
goodtables/validate.py
goodtables.egg-info/PKG-INFO
goodtables.egg-info/SOURCES.txt
goodtables.egg-info/dependency_links.txt
goodtables.egg-info/entry_points.txt
goodtables.egg-info/not-zip-safe
goodtables.egg-info/requires.txt
goodtables.egg-info/top_level.txt
goodtables/checks/__init__.py
goodtables/checks/blank_header.py
goodtables/checks/blank_row.py
goodtables/checks/constraints_checks.py
goodtables/checks/duplicate_header.py
goodtables/checks/duplicate_row.py
goodtables/checks/enumerable_constraint.py
goodtables/checks/extra_header.py
goodtables/checks/extra_value.py
goodtables/checks/maximum_constraint.py
goodtables/checks/maximum_length_constraint.py
goodtables/checks/minimum_constraint.py
goodtables/checks/minimum_length_constraint.py
goodtables/checks/missing_header.py
goodtables/checks/missing_value.py
goodtables/checks/non_matching_header.py
goodtables/checks/pattern_constraint.py
goodtables/checks/required_constraint.py
goodtables/checks/type_or_format_error.py
goodtables/checks/unique_constraint.py
goodtables/contrib/__init__.py
goodtables/contrib/checks/__init__.py
goodtables/contrib/checks/blacklisted_value.py
goodtables/contrib/checks/custom_constraint.py
goodtables/contrib/checks/deviated_value.py
goodtables/contrib/checks/foreign_key.py
goodtables/contrib/checks/sequential_value.py
goodtables/contrib/checks/truncated_value.py
goodtables/presets/__init__.py
goodtables/presets/datapackage.py
goodtables/presets/nested.py
goodtables/presets/table.py
goodtables/schemas/report.json
tests/contrib/__init__.py
tests/contrib/checks/__init__.py
tests/contrib/checks/test_blacklisted_value.py
tests/contrib/checks/test_custom_constraint.py
tests/contrib/checks/test_deviated_value.py
tests/contrib/checks/test_foreign_key.py
tests/contrib/checks/test_sequential_value.py
tests/contrib/checks/test_truncated_value.py
tests/presets/__init__.py
tests/presets/test_datapackage.py
tests/presets/test_nested.py
tests/presets/test_table.py
tests/scenarios/datapackages.yml
tests/scenarios/defective_rows.yml
tests/scenarios/duplicate_columns.yml
tests/scenarios/duplicate_rows.yml
tests/scenarios/empty_rows.yml
tests/scenarios/empty_rows_custom.yml
tests/scenarios/empty_rows_multiple.yml
tests/scenarios/fail_fast_two_schema_errors.yml
tests/scenarios/fail_fast_two_structure_errors.yml
tests/scenarios/headerless_columns.yml
tests/scenarios/jungle.yml
tests/scenarios/missing_headers.yml
tests/scenarios/multipart.yml
tests/scenarios/primary_key_field.yml
tests/scenarios/primary_key_fields.yml
tests/scenarios/reordered_headers_with_missing_header_and_extra_header.yml
tests/scenarios/required_false.yml
tests/scenarios/row_limit_schema.yml
tests/scenarios/row_limit_structure.yml
tests/scenarios/unique_field.yml
tests/scenarios/unique_field_wrong_type_or_format.yml