.coveragerc
.gitignore
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
docker-compose.yml
pyproject.toml
setup.cfg
setup.py
test.ini
.github/SUPPORT.md
.github/nhm-logo.svg
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/main.yml
ckanext/__init__.py
ckanext/webview/__init__.py
ckanext/webview/plugin.py
ckanext/webview/logic/__init__.py
ckanext/webview/logic/validators.py
ckanext/webview/theme/assets/webassets.yml
ckanext/webview/theme/assets/css/webview.css
ckanext/webview/theme/templates/views/web_view.html
ckanext/webview/theme/templates/views/web_view_form.html
ckanext_webview.egg-info/PKG-INFO
ckanext_webview.egg-info/SOURCES.txt
ckanext_webview.egg-info/dependency_links.txt
ckanext_webview.egg-info/entry_points.txt
ckanext_webview.egg-info/not-zip-safe
ckanext_webview.egg-info/requires.txt
ckanext_webview.egg-info/top_level.txt
docker/Dockerfile
docker/entrypoint.sh
tests/__init__.py
tests/test_validators.py