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/cli.py
src/schematools/datasetcollection.py
src/schematools/db.py
src/schematools/exceptions.py
src/schematools/models.py
src/schematools/types.py
src/schematools/utils.py
src/schematools/validation.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/managers.py
src/schematools/contrib/django/models.py
src/schematools/contrib/django/signals.py
src/schematools/contrib/django/validators.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_tables.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/remove_schemas.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/__init__.py
src/schematools/events/__init__.py
src/schematools/events/consumer.py
src/schematools/events/export.py
src/schematools/events/factories.py
src/schematools/events/full.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