LICENSE.md
MANIFEST.in
Makefile
README.md
pylama.ini
pytest.ini
setup.cfg
setup.py
tox.ini
data/schema_invalid_empty.json
data/schema_invalid_fk_array.json
data/schema_invalid_fk_array_string.json
data/schema_invalid_fk_array_string_ref.json
data/schema_invalid_fk_array_wrong_number.json
data/schema_invalid_fk_no_reference.json
data/schema_invalid_fk_string.json
data/schema_invalid_fk_string_array_ref.json
data/schema_invalid_multiple_errors.json
data/schema_invalid_pk_array.json
data/schema_invalid_pk_is_wrong_type.json
data/schema_invalid_pk_no_fields.json
data/schema_invalid_pk_string.json
data/schema_invalid_wrong_type.json
data/schema_valid_fk_array.json
data/schema_valid_full.json
data/schema_valid_pk_array.json
data/schema_valid_simple.json
tableschema/VERSION
tableschema/__init__.py
tableschema/cli.py
tableschema/compat.py
tableschema/config.py
tableschema/exceptions.py
tableschema/field.py
tableschema/helpers.py
tableschema/infer.py
tableschema/schema.py
tableschema/specs.py
tableschema/storage.py
tableschema/table.py
tableschema/validate.py
tableschema.egg-info/PKG-INFO
tableschema.egg-info/SOURCES.txt
tableschema.egg-info/dependency_links.txt
tableschema.egg-info/entry_points.txt
tableschema.egg-info/not-zip-safe
tableschema.egg-info/requires.txt
tableschema.egg-info/top_level.txt
tableschema/constraints/__init__.py
tableschema/constraints/enum.py
tableschema/constraints/maxLength.py
tableschema/constraints/maximum.py
tableschema/constraints/minLength.py
tableschema/constraints/minimum.py
tableschema/constraints/pattern.py
tableschema/constraints/required.py
tableschema/constraints/unique.py
tableschema/plugins/__init__.py
tableschema/specs/geojson.json
tableschema/specs/table-schema.json
tableschema/types/__init__.py
tableschema/types/any.py
tableschema/types/array.py
tableschema/types/boolean.py
tableschema/types/date.py
tableschema/types/datetime.py
tableschema/types/duration.py
tableschema/types/geojson.py
tableschema/types/geopoint.py
tableschema/types/integer.py
tableschema/types/number.py
tableschema/types/object.py
tableschema/types/string.py
tableschema/types/time.py
tableschema/types/year.py
tableschema/types/yearmonth.py
tests/constraints/__init__.py
tests/constraints/test_enum.py
tests/constraints/test_maxLength.py
tests/constraints/test_maximum.py
tests/constraints/test_minLength.py
tests/constraints/test_minimum.py
tests/constraints/test_pattern.py
tests/constraints/test_required.py
tests/constraints/test_unique.py
tests/types/__init__.py
tests/types/test_any.py
tests/types/test_array.py
tests/types/test_boolean.py
tests/types/test_date.py
tests/types/test_datetime.py
tests/types/test_duration.py
tests/types/test_geojson.py
tests/types/test_geopoint.py
tests/types/test_integer.py
tests/types/test_number.py
tests/types/test_object.py
tests/types/test_string.py
tests/types/test_time.py
tests/types/test_year.py
tests/types/test_yearmonth.py