.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
.github/workflows/release.yaml
.github/workflows/test.yaml
examples/hub_service/README.md
examples/hub_service/jupyterhub_config.py
examples/server_extension/Dockerfile
examples/server_extension/README.md
examples/server_extension/jupyter_server_config.py
jupyter_server_config.d/jupyter-smart-on-fhir.json
jupyter_smart_on_fhir/__init__.py
jupyter_smart_on_fhir/auth.py
jupyter_smart_on_fhir/hub_service.py
jupyter_smart_on_fhir/server_extension.py
jupyter_smart_on_fhir.egg-info/PKG-INFO
jupyter_smart_on_fhir.egg-info/SOURCES.txt
jupyter_smart_on_fhir.egg-info/dependency_links.txt
jupyter_smart_on_fhir.egg-info/not-zip-safe
jupyter_smart_on_fhir.egg-info/requires.txt
jupyter_smart_on_fhir.egg-info/top_level.txt
tests/conftest.py
tests/test_hub_service.py
tests/test_server_extension.py