.travis.yml
LICENSE.md
MANIFEST.in
Makefile
README.md
pylama.ini
pytest.ini
setup.cfg
setup.py
tox.ini
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/invalid/datapackage.json
data/datapackages/valid/datapackage.json
data/hmt/bis-modified.json
data/hmt/spend-publishing-schema.json
features/datapackages.yml
features/defective_rows.yml
features/duplicate_columns.yml
features/duplicate_rows.yml
features/empty_rows.yml
features/empty_rows_custom.yml
features/empty_rows_multiple.yml
features/fail_fast_two_schema_errors.yml
features/fail_fast_two_structure_errors.yml
features/headerless_columns.yml
features/jungle.yml
features/required_false.yml
features/row_limit_schema.yml
features/row_limit_structure.yml
features/unique_field.yml
goodtables/VERSION
goodtables/__init__.py
goodtables/cli.py
goodtables/config.py
goodtables/exceptions.py
goodtables/inspector.py
goodtables/register.py
goodtables/spec.json
goodtables/spec.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/body/__init__.py
goodtables/checks/body/blank_row.py
goodtables/checks/body/duplicate_row.py
goodtables/checks/body/extra_value.py
goodtables/checks/body/missing_value.py
goodtables/checks/body/non_castable_value.py
goodtables/checks/body/constraints/__init__.py
goodtables/checks/body/constraints/enumerable_constraint.py
goodtables/checks/body/constraints/maximum_constraint.py
goodtables/checks/body/constraints/maximum_length_constraint.py
goodtables/checks/body/constraints/minimum_constraint.py
goodtables/checks/body/constraints/minimum_length_constraint.py
goodtables/checks/body/constraints/pattern_constraint.py
goodtables/checks/body/constraints/required_constraint.py
goodtables/checks/body/constraints/unique_constraint.py
goodtables/checks/head/__init__.py
goodtables/checks/head/blank_header.py
goodtables/checks/head/duplicate_header.py
goodtables/checks/head/extra_header.py
goodtables/checks/head/missing_header.py
goodtables/checks/head/non_matching_header.py
goodtables/presets/__init__.py
goodtables/presets/datapackage.py
goodtables/presets/nested.py
goodtables/presets/table.py
tests/presets/__init__.py
tests/presets/test_datapackage.py
tests/presets/test_nested.py
tests/presets/test_table.py