LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
ckanext/__init__.py
ckanext/datapusher_plus/__init__.py
ckanext/datapusher_plus/cli.py
ckanext/datapusher_plus/config.py
ckanext/datapusher_plus/config_declaration.yaml
ckanext/datapusher_plus/dataset-druf.yaml
ckanext/datapusher_plus/datastore_utils.py
ckanext/datapusher_plus/druf_view.py
ckanext/datapusher_plus/helpers.py
ckanext/datapusher_plus/interfaces.py
ckanext/datapusher_plus/jinja2_helpers.py
ckanext/datapusher_plus/job_exceptions.py
ckanext/datapusher_plus/jobs.py
ckanext/datapusher_plus/jobs_legacy.py
ckanext/datapusher_plus/logging_utils.py
ckanext/datapusher_plus/pii_screening.py
ckanext/datapusher_plus/plugin.py
ckanext/datapusher_plus/qsv_utils.py
ckanext/datapusher_plus/spatial_helpers.py
ckanext/datapusher_plus/utils.py
ckanext/datapusher_plus/views.py
ckanext/datapusher_plus/assets/js/scheming-suggestions.js
ckanext/datapusher_plus/assets/styles/suggestions.css
ckanext/datapusher_plus/jobs/__init__.py
ckanext/datapusher_plus/jobs/context.py
ckanext/datapusher_plus/jobs/pipeline.py
ckanext/datapusher_plus/jobs/stages/__init__.py
ckanext/datapusher_plus/jobs/stages/analysis.py
ckanext/datapusher_plus/jobs/stages/base.py
ckanext/datapusher_plus/jobs/stages/database.py
ckanext/datapusher_plus/jobs/stages/download.py
ckanext/datapusher_plus/jobs/stages/format_converter.py
ckanext/datapusher_plus/jobs/stages/formula.py
ckanext/datapusher_plus/jobs/stages/indexing.py
ckanext/datapusher_plus/jobs/stages/metadata.py
ckanext/datapusher_plus/jobs/stages/validation.py
ckanext/datapusher_plus/jobs/utils/__init__.py
ckanext/datapusher_plus/logic/__init__.py
ckanext/datapusher_plus/logic/action.py
ckanext/datapusher_plus/logic/auth.py
ckanext/datapusher_plus/logic/schema.py
ckanext/datapusher_plus/migration/datapusher_plus/alembic.ini
ckanext/datapusher_plus/migration/datapusher_plus/env.py
ckanext/datapusher_plus/migration/datapusher_plus/script.py.mako
ckanext/datapusher_plus/migration/datapusher_plus/versions/01_e9c4a88839c8_create_tables.py
ckanext/datapusher_plus/migration/datapusher_plus/versions/02_201f7ead1850_upgrade_jobs_table.py
ckanext/datapusher_plus/migration/datapusher_plus/versions/03_23d45fa26447_add_job_key.py
ckanext/datapusher_plus/model/__init__.py
ckanext/datapusher_plus/model/model.py
ckanext/datapusher_plus/templates/datapusher/resource_data.html
ckanext/datapusher_plus/templates/druf/package/snippets/package_form.html
ckanext/datapusher_plus/templates/druf/package/snippets/resource_form.html
ckanext/datapusher_plus/templates/druf/scheming/package/snippets/package_form.html
ckanext/datapusher_plus/templates/druf/scheming/package/snippets/resource_form.html
ckanext/datapusher_plus/templates/druf/snippets/add_dataset.html
ckanext/datapusher_plus/templates/package/resource_edit_base.html
ckanext/datapusher_plus/templates/scheming/form_snippets/markdown.html
ckanext/datapusher_plus/templates/scheming/form_snippets/select.html
ckanext/datapusher_plus/templates/scheming/form_snippets/text.html
ckanext/datapusher_plus/templates/scheming/snippets/suggestion_button.html
ckanext/datapusher_plus/templates/scheming/snippets/suggestions_asset.html
datapusher_plus.egg-info/PKG-INFO
datapusher_plus.egg-info/SOURCES.txt
datapusher_plus.egg-info/dependency_links.txt
datapusher_plus.egg-info/entry_points.txt
datapusher_plus.egg-info/top_level.txt
tests/test_acceptance.py
tests/test_mocked.py
tests/test_unit.py
tests/test_web.py