.gitignore
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
requirements.txt
setup.py
examples/demo_complete_workflow.py
examples/demo_multi_dataset.py
examples/demo_smart_omop_dynamic.py
examples/demo_smart_omop_integration.py
examples/demo_smart_omop_with_heracles.py
examples/example_flexible_data_sources.py
examples/example_full_model_card.py
examples/example_quickstart.py
examples/quickstart.py
src/smart_model_card/__init__.py
src/smart_model_card/athena_api.py
src/smart_model_card/cac.py
src/smart_model_card/cli.py
src/smart_model_card/data_sources.py
src/smart_model_card/exporters.py
src/smart_model_card/html_template.py
src/smart_model_card/integrations.py
src/smart_model_card/interactive.py
src/smart_model_card/model_card.py
src/smart_model_card/omop_reports.py
src/smart_model_card/provenance.py
src/smart_model_card/schema.py
src/smart_model_card/section_formatters.py
src/smart_model_card/sections.py
src/smart_model_card/templates.py
src/smart_model_card/visualizations.py
src/smart_model_card.egg-info/PKG-INFO
src/smart_model_card.egg-info/SOURCES.txt
src/smart_model_card.egg-info/dependency_links.txt
src/smart_model_card.egg-info/entry_points.txt
src/smart_model_card.egg-info/requires.txt
src/smart_model_card.egg-info/top_level.txt
tests/__init__.py
tests/test_cac.py
tests/test_from_dict.py
tests/test_model_card.py
tests/test_provenance.py
tests/test_templates.py