LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
src/amsterdam_schema_tools.egg-info/PKG-INFO
src/amsterdam_schema_tools.egg-info/SOURCES.txt
src/amsterdam_schema_tools.egg-info/dependency_links.txt
src/amsterdam_schema_tools.egg-info/entry_points.txt
src/amsterdam_schema_tools.egg-info/requires.txt
src/amsterdam_schema_tools.egg-info/top_level.txt
src/schematools/__init__.py
src/schematools/_utils.py
src/schematools/cli.py
src/schematools/exceptions.py
src/schematools/factories.py
src/schematools/loaders.py
src/schematools/naming.py
src/schematools/types.py
src/schematools/validation.py
src/schematools/ckan/__init__.py
src/schematools/ckan/_convert.py
src/schematools/contrib/__init__.py
src/schematools/contrib/django/__init__.py
src/schematools/contrib/django/app_config.py
src/schematools/contrib/django/apps.py
src/schematools/contrib/django/auth_backend.py
src/schematools/contrib/django/cli.py
src/schematools/contrib/django/db.py
src/schematools/contrib/django/factories.py
src/schematools/contrib/django/fields.py
src/schematools/contrib/django/loaders.py
src/schematools/contrib/django/managers.py
src/schematools/contrib/django/mockers.py
src/schematools/contrib/django/models.py
src/schematools/contrib/django/signals.py
src/schematools/contrib/django/validators.py
src/schematools/contrib/django/faker/__init__.py
src/schematools/contrib/django/faker/create.py
src/schematools/contrib/django/faker/relate.py
src/schematools/contrib/django/faker/providers/__init__.py
src/schematools/contrib/django/faker/providers/date.py
src/schematools/contrib/django/faker/providers/date_time.py
src/schematools/contrib/django/faker/providers/geo.py
src/schematools/contrib/django/faker/providers/integer.py
src/schematools/contrib/django/faker/providers/nuller.py
src/schematools/contrib/django/faker/providers/pyfloat.py
src/schematools/contrib/django/management/__init__.py
src/schematools/contrib/django/management/commands/__init__.py
src/schematools/contrib/django/management/commands/change_dataset.py
src/schematools/contrib/django/management/commands/create_mock_data.py
src/schematools/contrib/django/management/commands/create_tables.py
src/schematools/contrib/django/management/commands/create_views.py
src/schematools/contrib/django/management/commands/dump_model_mockers.py
src/schematools/contrib/django/management/commands/dump_models.py
src/schematools/contrib/django/management/commands/import_profiles.py
src/schematools/contrib/django/management/commands/import_schemas.py
src/schematools/contrib/django/management/commands/migration_helpers.py
src/schematools/contrib/django/management/commands/relate_mock_data.py
src/schematools/contrib/django/management/commands/remove_schemas.py
src/schematools/contrib/django/management/commands/sqlmigrate_schema.py
src/schematools/contrib/django/management/commands/truncate_tables.py
src/schematools/contrib/django/migrations/0001_initial.py
src/schematools/contrib/django/migrations/0002_add_datasettable.py
src/schematools/contrib/django/migrations/0003_datasettable_geometry_field_type.py
src/schematools/contrib/django/migrations/0004_add_authorization_fields.py
src/schematools/contrib/django/migrations/0005_datasetfield.py
src/schematools/contrib/django/migrations/0006_remote_datasets.py
src/schematools/contrib/django/migrations/0007_datasettable_is_temporal.py
src/schematools/contrib/django/migrations/0008_profile.py
src/schematools/contrib/django/migrations/0009_auto_20210330_1659.py
src/schematools/contrib/django/migrations/0010_use_native_jsonfield.py
src/schematools/contrib/django/migrations/0011_auto_20210623_1135.py
src/schematools/contrib/django/migrations/0012_schema_data_as_textfield.py
src/schematools/contrib/django/migrations/0013_profile_schema_data_as_textfield.py
src/schematools/contrib/django/migrations/0014_datasettable_version.py
src/schematools/contrib/django/migrations/0015_alter_dataset_id_alter_datasetfield_id_and_more.py
src/schematools/contrib/django/migrations/0016_dataset_view_data.py
src/schematools/contrib/django/migrations/0017_dataset_enable_export.py
src/schematools/contrib/django/migrations/0018_datasettable_id_field.py
src/schematools/contrib/django/migrations/0019_datasettable_enable_export.py
src/schematools/contrib/django/migrations/0020_remove_remote_datasets.py
src/schematools/contrib/django/migrations/__init__.py
src/schematools/exports/__init__.py
src/schematools/exports/csv.py
src/schematools/exports/geojson.py
src/schematools/exports/geopackage.py
src/schematools/exports/jsonlines.py
src/schematools/importer/__init__.py
src/schematools/importer/base.py
src/schematools/importer/geojson.py
src/schematools/importer/ndjson.py
src/schematools/introspect/__init__.py
src/schematools/introspect/db.py
src/schematools/introspect/geojson.py
src/schematools/introspect/utils.py
src/schematools/maps/__init__.py
src/schematools/maps/create.py
src/schematools/maps/generators/__init__.py
src/schematools/maps/generators/mapfile.py
src/schematools/maps/interfaces/__init__.py
src/schematools/maps/interfaces/json_.py
src/schematools/maps/interfaces/mapfile/__init__.py
src/schematools/maps/interfaces/mapfile/serializers.py
src/schematools/maps/interfaces/mapfile/types.py
src/schematools/permissions/__init__.py
src/schematools/permissions/auth.py
src/schematools/permissions/db.py
src/schematools/provenance/__init__.py
src/schematools/provenance/create.py
tests/test_ckan.py
tests/test_export.py
tests/test_factory.py
tests/test_geojson.py
tests/test_import.py
tests/test_indexes.py
tests/test_loaders.py
tests/test_naming.py
tests/test_ndjson.py
tests/test_permissions.py
tests/test_permissions_auth.py
tests/test_provenance.py
tests/test_provenancemapper.py
tests/test_types.py
tests/test_validation.py